google-analytics-admin-v1alpha 0.16.0 → 0.18.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.
@@ -59,7 +59,7 @@ module Google
59
59
  # Immutable. The property type for this Property resource. When creating a
60
60
  # property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then
61
61
  # "ORDINARY_PROPERTY" will be implied. "SUBPROPERTY" and "ROLLUP_PROPERTY"
62
- # types cannot yet be created via Google Analytics Admin API.
62
+ # types cannot yet be created with the Google Analytics Admin API.
63
63
  # @!attribute [r] create_time
64
64
  # @return [::Google::Protobuf::Timestamp]
65
65
  # Output only. Time when the entity was originally created.
@@ -549,9 +549,15 @@ module Google
549
549
  # @!attribute [rw] expanded_data_set
550
550
  # @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
551
551
  # A snapshot of an ExpandedDataSet resource in change history.
552
+ # @!attribute [rw] channel_group
553
+ # @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
554
+ # A snapshot of a ChannelGroup resource in change history.
552
555
  # @!attribute [rw] bigquery_link
553
556
  # @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
554
557
  # A snapshot of a BigQuery link resource in change history.
558
+ # @!attribute [rw] enhanced_measurement_settings
559
+ # @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
560
+ # A snapshot of EnhancedMeasurementSettings resource in change history.
555
561
  class ChangeHistoryResource
556
562
  include ::Google::Protobuf::MessageExts
557
563
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -713,7 +719,7 @@ module Google
713
719
  # Output only. Time when this conversion event was created in the property.
714
720
  # @!attribute [r] deletable
715
721
  # @return [::Boolean]
716
- # Output only. If set, this event can currently be deleted via
722
+ # Output only. If set, this event can currently be deleted with
717
723
  # DeleteConversionEvent.
718
724
  # @!attribute [r] custom
719
725
  # @return [::Boolean]
@@ -758,6 +764,9 @@ module Google
758
764
  # If this is an event-scoped dimension, then this is the event parameter
759
765
  # name.
760
766
  #
767
+ # If this is an item-scoped dimension, then this is the parameter
768
+ # name found in the eCommerce items array.
769
+ #
761
770
  # May only contain alphanumeric and underscore characters, starting with a
762
771
  # letter. Max length of 24 characters for user-scoped dimensions, 40
763
772
  # characters for event-scoped dimensions.
@@ -795,6 +804,9 @@ module Google
795
804
 
796
805
  # Dimension scoped to a user.
797
806
  USER = 2
807
+
808
+ # Dimension scoped to eCommerce items
809
+ ITEM = 3
798
810
  end
799
811
  end
800
812
 
@@ -1094,6 +1106,9 @@ module Google
1094
1106
  # @!attribute [rw] streaming_export_enabled
1095
1107
  # @return [::Boolean]
1096
1108
  # If set true, enables streaming export to the linked Google Cloud project.
1109
+ # @!attribute [rw] intraday_export_enabled
1110
+ # @return [::Boolean]
1111
+ # If set true, enables intraday export to the linked Google Cloud project.
1097
1112
  # @!attribute [rw] include_advertising_id
1098
1113
  # @return [::Boolean]
1099
1114
  # If set true, exported data will include advertising identifiers for mobile
@@ -1112,6 +1127,77 @@ module Google
1112
1127
  extend ::Google::Protobuf::MessageExts::ClassMethods
1113
1128
  end
1114
1129
 
1130
+ # Singleton resource under a WebDataStream, configuring measurement of
1131
+ # additional site interactions and content.
1132
+ # @!attribute [r] name
1133
+ # @return [::String]
1134
+ # Output only. Resource name of the Enhanced Measurement Settings.
1135
+ # Format:
1136
+ # properties/\\{property_id}/dataStreams/\\{data_stream}/enhancedMeasurementSettings
1137
+ # Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"
1138
+ # @!attribute [rw] stream_enabled
1139
+ # @return [::Boolean]
1140
+ # Indicates whether Enhanced Measurement Settings will be used to
1141
+ # automatically measure interactions and content on this web stream.
1142
+ #
1143
+ # Changing this value does not affect the settings themselves, but determines
1144
+ # whether they are respected.
1145
+ # @!attribute [rw] scrolls_enabled
1146
+ # @return [::Boolean]
1147
+ # If enabled, capture scroll events each time a visitor gets to the bottom of
1148
+ # a page.
1149
+ # @!attribute [rw] outbound_clicks_enabled
1150
+ # @return [::Boolean]
1151
+ # If enabled, capture an outbound click event each time a visitor clicks a
1152
+ # link that leads them away from your domain.
1153
+ # @!attribute [rw] site_search_enabled
1154
+ # @return [::Boolean]
1155
+ # If enabled, capture a view search results event each time a visitor
1156
+ # performs a search on your site (based on a query parameter).
1157
+ # @!attribute [rw] video_engagement_enabled
1158
+ # @return [::Boolean]
1159
+ # If enabled, capture video play, progress, and complete events as visitors
1160
+ # view embedded videos on your site.
1161
+ # @!attribute [rw] file_downloads_enabled
1162
+ # @return [::Boolean]
1163
+ # If enabled, capture a file download event each time a link is clicked with
1164
+ # a common document, compressed file, application, video, or audio extension.
1165
+ # @!attribute [rw] page_changes_enabled
1166
+ # @return [::Boolean]
1167
+ # If enabled, capture a page view event each time the website changes the
1168
+ # browser history state.
1169
+ # @!attribute [rw] form_interactions_enabled
1170
+ # @return [::Boolean]
1171
+ # If enabled, capture a form interaction event each time a visitor interacts
1172
+ # with a form on your website.
1173
+ # False by default.
1174
+ # @!attribute [rw] search_query_parameter
1175
+ # @return [::String]
1176
+ # Required. URL query parameters to interpret as site search parameters.
1177
+ # Max length is 1024 characters. Must not be empty.
1178
+ # @!attribute [rw] uri_query_parameter
1179
+ # @return [::String]
1180
+ # Additional URL query parameters.
1181
+ # Max length is 1024 characters.
1182
+ class EnhancedMeasurementSettings
1183
+ include ::Google::Protobuf::MessageExts
1184
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1185
+ end
1186
+
1187
+ # Configuration for a specific Connected Site Tag.
1188
+ # @!attribute [rw] display_name
1189
+ # @return [::String]
1190
+ # Required. User-provided display name for the connected site tag. Must be
1191
+ # less than 256 characters.
1192
+ # @!attribute [rw] tag_id
1193
+ # @return [::String]
1194
+ # Required. "Tag ID to forward events to. Also known as the Measurement ID,
1195
+ # or the "G-ID" (For example: G-12345).
1196
+ class ConnectedSiteTag
1197
+ include ::Google::Protobuf::MessageExts
1198
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1199
+ end
1200
+
1115
1201
  # The category selected for this property, used for industry benchmarking.
1116
1202
  module IndustryCategory
1117
1203
  # Industry category unspecified
@@ -1294,10 +1380,12 @@ module Google
1294
1380
 
1295
1381
  # ChannelGroup resource
1296
1382
  CHANNEL_GROUP = 22
1383
+
1384
+ # EnhancedMeasurementSettings resource
1385
+ ENHANCED_MEASUREMENT_SETTINGS = 24
1297
1386
  end
1298
1387
 
1299
- # Status of the Google Signals settings (i.e., whether this feature has been
1300
- # enabled for the property).
1388
+ # Status of the Google Signals settings.
1301
1389
  module GoogleSignalsState
1302
1390
  # Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to
1303
1391
  # represent that the user has not made an explicit choice.
@@ -1310,8 +1398,7 @@ module Google
1310
1398
  GOOGLE_SIGNALS_DISABLED = 2
1311
1399
  end
1312
1400
 
1313
- # Consent field of the Google Signals settings (i.e., whether the user has
1314
- # consented to the Google Signals terms of service.)
1401
+ # Consent field of the Google Signals settings.
1315
1402
  module GoogleSignalsConsent
1316
1403
  # Google Signals consent value defaults to
1317
1404
  # GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-admin-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -183,6 +183,7 @@ files:
183
183
  - lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/service_stub.rb
184
184
  - lib/google/analytics/admin/v1alpha/analytics_admin_services_pb.rb
185
185
  - lib/google/analytics/admin/v1alpha/audience_pb.rb
186
+ - lib/google/analytics/admin/v1alpha/channel_group_pb.rb
186
187
  - lib/google/analytics/admin/v1alpha/expanded_data_set_pb.rb
187
188
  - lib/google/analytics/admin/v1alpha/resources_pb.rb
188
189
  - lib/google/analytics/admin/v1alpha/rest.rb
@@ -191,6 +192,7 @@ files:
191
192
  - proto_docs/google/analytics/admin/v1alpha/access_report.rb
192
193
  - proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
193
194
  - proto_docs/google/analytics/admin/v1alpha/audience.rb
195
+ - proto_docs/google/analytics/admin/v1alpha/channel_group.rb
194
196
  - proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb
195
197
  - proto_docs/google/analytics/admin/v1alpha/resources.rb
196
198
  - proto_docs/google/api/client.rb