google-apis-analyticsadmin_v1beta 0.21.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1639c705b0996589768b0b8c0135c9ab5015586bfb0b852c40c69c4b8c3da0a4
4
- data.tar.gz: dddc1d18611ea3da153224dc09917d65e72dd4acbc93d314b483b12e334fa33a
3
+ metadata.gz: 780adcebe2618291ce106e51e954d1f89e8a08eb24a8fced9b84a861041bd37b
4
+ data.tar.gz: 95bb735194e289a1eedfb0e88d11fe1c8205e54749e8fecd531328f290d40f01
5
5
  SHA512:
6
- metadata.gz: 81eb34abd87c368a023d4699e33d32bf1dd5ae9874c597d3fbee20409279df4c88f37c1a62e4153e70c35e9496fe899f26c34f85c7284a89deda490b713fe24c
7
- data.tar.gz: 56289956481df847efba9f545edcf4e2664e600d2eec3bec9bea7a5e4f9fae4c995694c5b1d72e4197e11ba5b319ce44bf2df3a38bc4e1c176f97f0617031965
6
+ metadata.gz: cd48ff3268abb43bfb8cbbbe6d6ee24ebbf593d0be4e8536e9857121cfa722f8bbd795232e527cb362f3c609839383c1b7ae9f8bd3c44f83d535b55b0c4d1fa9
7
+ data.tar.gz: 26ae142b00ce7847900218b5da94497a2e00f68e6a1ba569837daa9a39d29ea250e7feb3f323f13e1d79239b74d379be553fa6ff64a625559b2d22e96f8f442b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.23.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250307
6
+
7
+ ### v0.22.0 (2025-01-19)
8
+
9
+ * Regenerated from discovery document revision 20250114
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.21.0 (2025-01-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20250103
@@ -1134,6 +1134,11 @@ module Google
1134
1134
  attr_accessor :reset_user_data_on_new_activity
1135
1135
  alias_method :reset_user_data_on_new_activity?, :reset_user_data_on_new_activity
1136
1136
 
1137
+ # Required. The length of time that user-level data is retained.
1138
+ # Corresponds to the JSON property `userDataRetention`
1139
+ # @return [String]
1140
+ attr_accessor :user_data_retention
1141
+
1137
1142
  def initialize(**args)
1138
1143
  update!(**args)
1139
1144
  end
@@ -1143,6 +1148,7 @@ module Google
1143
1148
  @event_data_retention = args[:event_data_retention] if args.key?(:event_data_retention)
1144
1149
  @name = args[:name] if args.key?(:name)
1145
1150
  @reset_user_data_on_new_activity = args[:reset_user_data_on_new_activity] if args.key?(:reset_user_data_on_new_activity)
1151
+ @user_data_retention = args[:user_data_retention] if args.key?(:user_data_retention)
1146
1152
  end
1147
1153
  end
1148
1154
 
@@ -1157,34 +1163,47 @@ module Google
1157
1163
  # @return [String]
1158
1164
  attr_accessor :name
1159
1165
 
1160
- # Allows any of Google sales to access the data in order to suggest
1161
- # configuration changes to improve results.
1166
+ # Deprecated. This field is no longer used and always returns false.
1162
1167
  # Corresponds to the JSON property `sharingWithGoogleAnySalesEnabled`
1163
1168
  # @return [Boolean]
1164
1169
  attr_accessor :sharing_with_google_any_sales_enabled
1165
1170
  alias_method :sharing_with_google_any_sales_enabled?, :sharing_with_google_any_sales_enabled
1166
1171
 
1167
- # Allows Google sales teams that are assigned to the customer to access the data
1168
- # in order to suggest configuration changes to improve results. Sales team
1169
- # restrictions still apply when enabled.
1172
+ # Allows Google access to your Google Analytics account data, including account
1173
+ # usage and configuration data, product spending, and users associated with your
1174
+ # Google Analytics account, so that Google can help you make the most of Google
1175
+ # products, providing you with insights, offers, recommendations, and
1176
+ # optimization tips across Google Analytics and other Google products for
1177
+ # business. This field maps to the "Recommendations for your business" field in
1178
+ # the Google Analytics Admin UI.
1170
1179
  # Corresponds to the JSON property `sharingWithGoogleAssignedSalesEnabled`
1171
1180
  # @return [Boolean]
1172
1181
  attr_accessor :sharing_with_google_assigned_sales_enabled
1173
1182
  alias_method :sharing_with_google_assigned_sales_enabled?, :sharing_with_google_assigned_sales_enabled
1174
1183
 
1175
1184
  # Allows Google to use the data to improve other Google products or services.
1185
+ # This fields maps to the "Google products & services" field in the Google
1186
+ # Analytics Admin UI.
1176
1187
  # Corresponds to the JSON property `sharingWithGoogleProductsEnabled`
1177
1188
  # @return [Boolean]
1178
1189
  attr_accessor :sharing_with_google_products_enabled
1179
1190
  alias_method :sharing_with_google_products_enabled?, :sharing_with_google_products_enabled
1180
1191
 
1181
- # Allows Google support to access the data in order to help troubleshoot issues.
1192
+ # Allows Google technical support representatives access to your Google
1193
+ # Analytics data and account when necessary to provide service and find
1194
+ # solutions to technical issues. This field maps to the "Technical support"
1195
+ # field in the Google Analytics Admin UI.
1182
1196
  # Corresponds to the JSON property `sharingWithGoogleSupportEnabled`
1183
1197
  # @return [Boolean]
1184
1198
  attr_accessor :sharing_with_google_support_enabled
1185
1199
  alias_method :sharing_with_google_support_enabled?, :sharing_with_google_support_enabled
1186
1200
 
1187
- # Allows Google to share the data anonymously in aggregate form with others.
1201
+ # Enable features like predictions, modeled data, and benchmarking that can
1202
+ # provide you with richer business insights when you contribute aggregated
1203
+ # measurement data. The data you share (including information about the property
1204
+ # from which it is shared) is aggregated and de-identified before being used to
1205
+ # generate business insights. This field maps to the "Modeling contributions &
1206
+ # business insights" field in the Google Analytics Admin UI.
1188
1207
  # Corresponds to the JSON property `sharingWithOthersEnabled`
1189
1208
  # @return [Boolean]
1190
1209
  attr_accessor :sharing_with_others_enabled
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1beta
18
18
  # Version of the google-apis-analyticsadmin_v1beta gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250103"
25
+ REVISION = "20250307"
26
26
  end
27
27
  end
28
28
  end
@@ -744,6 +744,7 @@ module Google
744
744
  property :event_data_retention, as: 'eventDataRetention'
745
745
  property :name, as: 'name'
746
746
  property :reset_user_data_on_new_activity, as: 'resetUserDataOnNewActivity'
747
+ property :user_data_retention, as: 'userDataRetention'
747
748
  end
748
749
  end
749
750
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.21.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.23.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Analytics Admin API V1beta
79
79
  test_files: []