google-analytics-admin-v1alpha 0.31.0 → 0.32.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb +35 -15
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/client.rb +35 -15
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest.rb +1 -1
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service.rb +1 -1
- data/lib/google/analytics/admin/v1alpha/analytics_admin_services_pb.rb +17 -9
- data/lib/google/analytics/admin/v1alpha/resources_pb.rb +1 -1
- data/lib/google/analytics/admin/v1alpha/version.rb +1 -1
- data/proto_docs/google/analytics/admin/v1alpha/access_report.rb +24 -0
- data/proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb +11 -6
- data/proto_docs/google/analytics/admin/v1alpha/audience.rb +27 -1
- data/proto_docs/google/analytics/admin/v1alpha/channel_group.rb +12 -0
- data/proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb +11 -1
- data/proto_docs/google/analytics/admin/v1alpha/resources.rb +98 -37
- data/proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb +11 -1
- data/proto_docs/google/api/client.rb +8 -0
- metadata +6 -9
@@ -53,7 +53,7 @@ module Google
|
|
53
53
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
54
54
|
end
|
55
55
|
|
56
|
-
# A resource message representing a Google Analytics
|
56
|
+
# A resource message representing a Google Analytics property.
|
57
57
|
# @!attribute [r] name
|
58
58
|
# @return [::String]
|
59
59
|
# Output only. Resource name of this property.
|
@@ -132,14 +132,20 @@ module Google
|
|
132
132
|
# @return [::Google::Analytics::Admin::V1alpha::DataStream::WebStreamData]
|
133
133
|
# Data specific to web streams. Must be populated if type is
|
134
134
|
# WEB_DATA_STREAM.
|
135
|
+
#
|
136
|
+
# Note: The following fields are mutually exclusive: `web_stream_data`, `android_app_stream_data`, `ios_app_stream_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
135
137
|
# @!attribute [rw] android_app_stream_data
|
136
138
|
# @return [::Google::Analytics::Admin::V1alpha::DataStream::AndroidAppStreamData]
|
137
139
|
# Data specific to Android app streams. Must be populated if type is
|
138
140
|
# ANDROID_APP_DATA_STREAM.
|
141
|
+
#
|
142
|
+
# Note: The following fields are mutually exclusive: `android_app_stream_data`, `web_stream_data`, `ios_app_stream_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
139
143
|
# @!attribute [rw] ios_app_stream_data
|
140
144
|
# @return [::Google::Analytics::Admin::V1alpha::DataStream::IosAppStreamData]
|
141
145
|
# Data specific to iOS app streams. Must be populated if type is
|
142
146
|
# IOS_APP_DATA_STREAM.
|
147
|
+
#
|
148
|
+
# Note: The following fields are mutually exclusive: `ios_app_stream_data`, `web_stream_data`, `android_app_stream_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
143
149
|
# @!attribute [r] name
|
144
150
|
# @return [::String]
|
145
151
|
# Output only. Resource name of this Data Stream.
|
@@ -228,7 +234,7 @@ module Google
|
|
228
234
|
end
|
229
235
|
end
|
230
236
|
|
231
|
-
# A link between a
|
237
|
+
# A link between a Google Analytics property and a Firebase project.
|
232
238
|
# @!attribute [r] name
|
233
239
|
# @return [::String]
|
234
240
|
# Output only. Example format: properties/1234/firebaseLinks/5678
|
@@ -265,7 +271,7 @@ module Google
|
|
265
271
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
266
272
|
end
|
267
273
|
|
268
|
-
# A link between a
|
274
|
+
# A link between a Google Analytics property and a Google Ads account.
|
269
275
|
# @!attribute [r] name
|
270
276
|
# @return [::String]
|
271
277
|
# Output only. Format:
|
@@ -331,7 +337,7 @@ module Google
|
|
331
337
|
end
|
332
338
|
|
333
339
|
# A virtual resource representing an overview of an account and
|
334
|
-
# all its child
|
340
|
+
# all its child Google Analytics properties.
|
335
341
|
# @!attribute [rw] name
|
336
342
|
# @return [::String]
|
337
343
|
# Resource name for this account summary.
|
@@ -353,7 +359,7 @@ module Google
|
|
353
359
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
354
360
|
end
|
355
361
|
|
356
|
-
# A virtual resource representing metadata for a
|
362
|
+
# A virtual resource representing metadata for a Google Analytics property.
|
357
363
|
# @!attribute [rw] property
|
358
364
|
# @return [::String]
|
359
365
|
# Resource name of property referred to by this property summary
|
@@ -498,7 +504,7 @@ module Google
|
|
498
504
|
# Event setting conditions to match an event.
|
499
505
|
# @!attribute [rw] event_name
|
500
506
|
# @return [::String]
|
501
|
-
# Required. Name of the
|
507
|
+
# Required. Name of the Google Analytics event. It must always be set.
|
502
508
|
# The max allowed display name length is 40 UTF-16 code units.
|
503
509
|
# @!attribute [rw] min_event_count
|
504
510
|
# @return [::Integer]
|
@@ -580,88 +586,139 @@ module Google
|
|
580
586
|
# @!attribute [rw] account
|
581
587
|
# @return [::Google::Analytics::Admin::V1alpha::Account]
|
582
588
|
# A snapshot of an Account resource in change history.
|
589
|
+
#
|
590
|
+
# Note: The following fields are mutually exclusive: `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
583
591
|
# @!attribute [rw] property
|
584
592
|
# @return [::Google::Analytics::Admin::V1alpha::Property]
|
585
593
|
# A snapshot of a Property resource in change history.
|
594
|
+
#
|
595
|
+
# Note: The following fields are mutually exclusive: `property`, `account`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
586
596
|
# @!attribute [rw] firebase_link
|
587
597
|
# @return [::Google::Analytics::Admin::V1alpha::FirebaseLink]
|
588
598
|
# A snapshot of a FirebaseLink resource in change history.
|
599
|
+
#
|
600
|
+
# Note: The following fields are mutually exclusive: `firebase_link`, `account`, `property`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
589
601
|
# @!attribute [rw] google_ads_link
|
590
602
|
# @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink]
|
591
603
|
# A snapshot of a GoogleAdsLink resource in change history.
|
604
|
+
#
|
605
|
+
# Note: The following fields are mutually exclusive: `google_ads_link`, `account`, `property`, `firebase_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
592
606
|
# @!attribute [rw] google_signals_settings
|
593
607
|
# @return [::Google::Analytics::Admin::V1alpha::GoogleSignalsSettings]
|
594
608
|
# A snapshot of a GoogleSignalsSettings resource in change history.
|
609
|
+
#
|
610
|
+
# Note: The following fields are mutually exclusive: `google_signals_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
595
611
|
# @!attribute [rw] display_video_360_advertiser_link
|
596
612
|
# @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink]
|
597
613
|
# A snapshot of a DisplayVideo360AdvertiserLink resource in change
|
598
614
|
# history.
|
615
|
+
#
|
616
|
+
# Note: The following fields are mutually exclusive: `display_video_360_advertiser_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
599
617
|
# @!attribute [rw] display_video_360_advertiser_link_proposal
|
600
618
|
# @return [::Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal]
|
601
619
|
# A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in
|
602
620
|
# change history.
|
621
|
+
#
|
622
|
+
# Note: The following fields are mutually exclusive: `display_video_360_advertiser_link_proposal`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
603
623
|
# @!attribute [rw] conversion_event
|
604
624
|
# @return [::Google::Analytics::Admin::V1alpha::ConversionEvent]
|
605
625
|
# A snapshot of a ConversionEvent resource in change history.
|
626
|
+
#
|
627
|
+
# Note: The following fields are mutually exclusive: `conversion_event`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
606
628
|
# @!attribute [rw] measurement_protocol_secret
|
607
629
|
# @return [::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret]
|
608
630
|
# A snapshot of a MeasurementProtocolSecret resource in change history.
|
631
|
+
#
|
632
|
+
# Note: The following fields are mutually exclusive: `measurement_protocol_secret`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
609
633
|
# @!attribute [rw] custom_dimension
|
610
634
|
# @return [::Google::Analytics::Admin::V1alpha::CustomDimension]
|
611
635
|
# A snapshot of a CustomDimension resource in change history.
|
636
|
+
#
|
637
|
+
# Note: The following fields are mutually exclusive: `custom_dimension`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
612
638
|
# @!attribute [rw] custom_metric
|
613
639
|
# @return [::Google::Analytics::Admin::V1alpha::CustomMetric]
|
614
640
|
# A snapshot of a CustomMetric resource in change history.
|
641
|
+
#
|
642
|
+
# Note: The following fields are mutually exclusive: `custom_metric`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
615
643
|
# @!attribute [rw] data_retention_settings
|
616
644
|
# @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings]
|
617
645
|
# A snapshot of a data retention settings resource in change history.
|
646
|
+
#
|
647
|
+
# Note: The following fields are mutually exclusive: `data_retention_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
618
648
|
# @!attribute [rw] search_ads_360_link
|
619
649
|
# @return [::Google::Analytics::Admin::V1alpha::SearchAds360Link]
|
620
650
|
# A snapshot of a SearchAds360Link resource in change history.
|
651
|
+
#
|
652
|
+
# Note: The following fields are mutually exclusive: `search_ads_360_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
621
653
|
# @!attribute [rw] data_stream
|
622
654
|
# @return [::Google::Analytics::Admin::V1alpha::DataStream]
|
623
655
|
# A snapshot of a DataStream resource in change history.
|
656
|
+
#
|
657
|
+
# Note: The following fields are mutually exclusive: `data_stream`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
624
658
|
# @!attribute [rw] attribution_settings
|
625
659
|
# @return [::Google::Analytics::Admin::V1alpha::AttributionSettings]
|
626
660
|
# A snapshot of AttributionSettings resource in change history.
|
661
|
+
#
|
662
|
+
# Note: The following fields are mutually exclusive: `attribution_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
627
663
|
# @!attribute [rw] expanded_data_set
|
628
664
|
# @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSet]
|
629
665
|
# A snapshot of an ExpandedDataSet resource in change history.
|
666
|
+
#
|
667
|
+
# Note: The following fields are mutually exclusive: `expanded_data_set`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
630
668
|
# @!attribute [rw] channel_group
|
631
669
|
# @return [::Google::Analytics::Admin::V1alpha::ChannelGroup]
|
632
670
|
# A snapshot of a ChannelGroup resource in change history.
|
671
|
+
#
|
672
|
+
# Note: The following fields are mutually exclusive: `channel_group`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
633
673
|
# @!attribute [rw] bigquery_link
|
634
674
|
# @return [::Google::Analytics::Admin::V1alpha::BigQueryLink]
|
635
675
|
# A snapshot of a BigQuery link resource in change history.
|
676
|
+
#
|
677
|
+
# Note: The following fields are mutually exclusive: `bigquery_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
636
678
|
# @!attribute [rw] enhanced_measurement_settings
|
637
679
|
# @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings]
|
638
680
|
# A snapshot of EnhancedMeasurementSettings resource in change history.
|
681
|
+
#
|
682
|
+
# Note: The following fields are mutually exclusive: `enhanced_measurement_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
639
683
|
# @!attribute [rw] data_redaction_settings
|
640
684
|
# @return [::Google::Analytics::Admin::V1alpha::DataRedactionSettings]
|
641
685
|
# A snapshot of DataRedactionSettings resource in change history.
|
686
|
+
#
|
687
|
+
# Note: The following fields are mutually exclusive: `data_redaction_settings`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
642
688
|
# @!attribute [rw] skadnetwork_conversion_value_schema
|
643
689
|
# @return [::Google::Analytics::Admin::V1alpha::SKAdNetworkConversionValueSchema]
|
644
690
|
# A snapshot of SKAdNetworkConversionValueSchema resource in change
|
645
691
|
# history.
|
692
|
+
#
|
693
|
+
# Note: The following fields are mutually exclusive: `skadnetwork_conversion_value_schema`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `adsense_link`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
646
694
|
# @!attribute [rw] adsense_link
|
647
695
|
# @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
|
648
696
|
# A snapshot of an AdSenseLink resource in change history.
|
697
|
+
#
|
698
|
+
# Note: The following fields are mutually exclusive: `adsense_link`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `audience`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
649
699
|
# @!attribute [rw] audience
|
650
700
|
# @return [::Google::Analytics::Admin::V1alpha::Audience]
|
651
701
|
# A snapshot of an Audience resource in change history.
|
702
|
+
#
|
703
|
+
# Note: The following fields are mutually exclusive: `audience`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `event_create_rule`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
652
704
|
# @!attribute [rw] event_create_rule
|
653
705
|
# @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
|
654
706
|
# A snapshot of an EventCreateRule resource in change history.
|
707
|
+
#
|
708
|
+
# Note: The following fields are mutually exclusive: `event_create_rule`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `calculated_metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
655
709
|
# @!attribute [rw] calculated_metric
|
656
710
|
# @return [::Google::Analytics::Admin::V1alpha::CalculatedMetric]
|
657
711
|
# A snapshot of a CalculatedMetric resource in change history.
|
712
|
+
#
|
713
|
+
# Note: The following fields are mutually exclusive: `calculated_metric`, `account`, `property`, `firebase_link`, `google_ads_link`, `google_signals_settings`, `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `conversion_event`, `measurement_protocol_secret`, `custom_dimension`, `custom_metric`, `data_retention_settings`, `search_ads_360_link`, `data_stream`, `attribution_settings`, `expanded_data_set`, `channel_group`, `bigquery_link`, `enhanced_measurement_settings`, `data_redaction_settings`, `skadnetwork_conversion_value_schema`, `adsense_link`, `audience`, `event_create_rule`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
658
714
|
class ChangeHistoryResource
|
659
715
|
include ::Google::Protobuf::MessageExts
|
660
716
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
661
717
|
end
|
662
718
|
end
|
663
719
|
|
664
|
-
# A link between a
|
720
|
+
# A link between a Google Analytics property and a Display & Video 360
|
721
|
+
# advertiser.
|
665
722
|
# @!attribute [r] name
|
666
723
|
# @return [::String]
|
667
724
|
# Output only. The resource name for this DisplayVideo360AdvertiserLink
|
@@ -682,23 +739,23 @@ module Google
|
|
682
739
|
# @!attribute [rw] campaign_data_sharing_enabled
|
683
740
|
# @return [::Google::Protobuf::BoolValue]
|
684
741
|
# Immutable. Enables the import of campaign data from Display & Video 360
|
685
|
-
# into the
|
686
|
-
# the Display & Video 360 product. If this field is not set on
|
687
|
-
# will be defaulted to true.
|
742
|
+
# into the Google Analytics property. After link creation, this can only be
|
743
|
+
# updated from the Display & Video 360 product. If this field is not set on
|
744
|
+
# create, it will be defaulted to true.
|
688
745
|
# @!attribute [rw] cost_data_sharing_enabled
|
689
746
|
# @return [::Google::Protobuf::BoolValue]
|
690
747
|
# Immutable. Enables the import of cost data from Display & Video 360 into
|
691
|
-
# the
|
692
|
-
# is
|
693
|
-
# & Video 360 product. If this field is not
|
694
|
-
# defaulted to true.
|
748
|
+
# the Google Analytics property. This can only be enabled if
|
749
|
+
# `campaign_data_sharing_enabled` is true. After link creation, this can
|
750
|
+
# only be updated from the Display & Video 360 product. If this field is not
|
751
|
+
# set on create, it will be defaulted to true.
|
695
752
|
class DisplayVideo360AdvertiserLink
|
696
753
|
include ::Google::Protobuf::MessageExts
|
697
754
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
698
755
|
end
|
699
756
|
|
700
|
-
# A proposal for a link between a
|
701
|
-
# advertiser.
|
757
|
+
# A proposal for a link between a Google Analytics property and a Display &
|
758
|
+
# Video 360 advertiser.
|
702
759
|
#
|
703
760
|
# A proposal is converted to a DisplayVideo360AdvertiserLink once approved.
|
704
761
|
# Google Analytics admins approve inbound proposals while Display & Video 360
|
@@ -746,7 +803,7 @@ module Google
|
|
746
803
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
747
804
|
end
|
748
805
|
|
749
|
-
# A link between a
|
806
|
+
# A link between a Google Analytics property and a Search Ads 360 entity.
|
750
807
|
# @!attribute [r] name
|
751
808
|
# @return [::String]
|
752
809
|
# Output only. The resource name for this SearchAds360Link resource.
|
@@ -760,16 +817,16 @@ module Google
|
|
760
817
|
# @!attribute [rw] campaign_data_sharing_enabled
|
761
818
|
# @return [::Google::Protobuf::BoolValue]
|
762
819
|
# Immutable. Enables the import of campaign data from Search Ads 360 into the
|
763
|
-
#
|
764
|
-
# Ads 360 product.
|
765
|
-
#
|
820
|
+
# Google Analytics property. After link creation, this can only be updated
|
821
|
+
# from the Search Ads 360 product. If this field is not set on create, it
|
822
|
+
# will be defaulted to true.
|
766
823
|
# @!attribute [rw] cost_data_sharing_enabled
|
767
824
|
# @return [::Google::Protobuf::BoolValue]
|
768
|
-
# Immutable. Enables the import of cost data from Search Ads 360 to the
|
769
|
-
# property. This can only be enabled if
|
770
|
-
# enabled. After link creation, this can
|
771
|
-
# the Search Ads 360 product.
|
772
|
-
#
|
825
|
+
# Immutable. Enables the import of cost data from Search Ads 360 to the
|
826
|
+
# Google Analytics property. This can only be enabled if
|
827
|
+
# campaign_data_sharing_enabled is enabled. After link creation, this can
|
828
|
+
# only be updated from the Search Ads 360 product. If this field is not set
|
829
|
+
# on create, it will be defaulted to true.
|
773
830
|
# @!attribute [r] advertiser_display_name
|
774
831
|
# @return [::String]
|
775
832
|
# Output only. The display name of the Search Ads 360 Advertiser.
|
@@ -1216,7 +1273,10 @@ module Google
|
|
1216
1273
|
# Format: properties/\\{property}/dataRetentionSettings
|
1217
1274
|
# @!attribute [rw] event_data_retention
|
1218
1275
|
# @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings::RetentionDuration]
|
1219
|
-
# The length of time that event-level data is retained.
|
1276
|
+
# Required. The length of time that event-level data is retained.
|
1277
|
+
# @!attribute [rw] user_data_retention
|
1278
|
+
# @return [::Google::Analytics::Admin::V1alpha::DataRetentionSettings::RetentionDuration]
|
1279
|
+
# Required. The length of time that user-level data is retained.
|
1220
1280
|
# @!attribute [rw] reset_user_data_on_new_activity
|
1221
1281
|
# @return [::Boolean]
|
1222
1282
|
# If true, reset the retention period for the user identifier with every
|
@@ -1237,15 +1297,15 @@ module Google
|
|
1237
1297
|
FOURTEEN_MONTHS = 3
|
1238
1298
|
|
1239
1299
|
# The data retention time duration is 26 months.
|
1240
|
-
# Available to 360 properties only.
|
1300
|
+
# Available to 360 properties only. Available for event data only.
|
1241
1301
|
TWENTY_SIX_MONTHS = 4
|
1242
1302
|
|
1243
1303
|
# The data retention time duration is 38 months.
|
1244
|
-
# Available to 360 properties only.
|
1304
|
+
# Available to 360 properties only. Available for event data only.
|
1245
1305
|
THIRTY_EIGHT_MONTHS = 5
|
1246
1306
|
|
1247
1307
|
# The data retention time duration is 50 months.
|
1248
|
-
# Available to 360 properties only.
|
1308
|
+
# Available to 360 properties only. Available for event data only.
|
1249
1309
|
FIFTY_MONTHS = 6
|
1250
1310
|
end
|
1251
1311
|
end
|
@@ -1391,7 +1451,7 @@ module Google
|
|
1391
1451
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1392
1452
|
end
|
1393
1453
|
|
1394
|
-
# A link between a
|
1454
|
+
# A link between a Google Analytics property and BigQuery project.
|
1395
1455
|
# @!attribute [r] name
|
1396
1456
|
# @return [::String]
|
1397
1457
|
# Output only. Resource name of this BigQuery link.
|
@@ -1542,7 +1602,8 @@ module Google
|
|
1542
1602
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1543
1603
|
end
|
1544
1604
|
|
1545
|
-
# A link between a
|
1605
|
+
# A link between a Google Analytics property and an AdSense for Content ad
|
1606
|
+
# client.
|
1546
1607
|
# @!attribute [r] name
|
1547
1608
|
# @return [::String]
|
1548
1609
|
# Output only. The resource name for this AdSense Link resource.
|
@@ -1550,8 +1611,8 @@ module Google
|
|
1550
1611
|
# Example: properties/1234/adSenseLinks/6789
|
1551
1612
|
# @!attribute [rw] ad_client_code
|
1552
1613
|
# @return [::String]
|
1553
|
-
# Immutable. The AdSense ad client code that the
|
1554
|
-
# Example format: "ca-pub-1234567890"
|
1614
|
+
# Immutable. The AdSense ad client code that the Google Analytics property is
|
1615
|
+
# linked to. Example format: "ca-pub-1234567890"
|
1555
1616
|
class AdSenseLink
|
1556
1617
|
include ::Google::Protobuf::MessageExts
|
1557
1618
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1854,18 +1915,18 @@ module Google
|
|
1854
1915
|
OBSOLETE = 6
|
1855
1916
|
end
|
1856
1917
|
|
1857
|
-
# Types of Property resources.
|
1918
|
+
# Types of `Property` resources.
|
1858
1919
|
module PropertyType
|
1859
1920
|
# Unknown or unspecified property type
|
1860
1921
|
PROPERTY_TYPE_UNSPECIFIED = 0
|
1861
1922
|
|
1862
|
-
# Ordinary
|
1923
|
+
# Ordinary Google Analytics property
|
1863
1924
|
PROPERTY_TYPE_ORDINARY = 1
|
1864
1925
|
|
1865
|
-
#
|
1926
|
+
# Google Analytics subproperty
|
1866
1927
|
PROPERTY_TYPE_SUBPROPERTY = 2
|
1867
1928
|
|
1868
|
-
#
|
1929
|
+
# Google Analytics rollup property
|
1869
1930
|
PROPERTY_TYPE_ROLLUP = 3
|
1870
1931
|
end
|
1871
1932
|
|
@@ -25,9 +25,13 @@ module Google
|
|
25
25
|
# @!attribute [rw] null_filter
|
26
26
|
# @return [::Boolean]
|
27
27
|
# A filter for null values.
|
28
|
+
#
|
29
|
+
# Note: The following fields are mutually exclusive: `null_filter`, `string_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
28
30
|
# @!attribute [rw] string_filter
|
29
31
|
# @return [::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterCondition::StringFilter]
|
30
32
|
# A filter for a string-type dimension that matches a particular pattern.
|
33
|
+
#
|
34
|
+
# Note: The following fields are mutually exclusive: `string_filter`, `null_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
31
35
|
# @!attribute [rw] field_name
|
32
36
|
# @return [::String]
|
33
37
|
# Required. The field that is being filtered.
|
@@ -81,15 +85,21 @@ module Google
|
|
81
85
|
# @return [::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpressionList]
|
82
86
|
# A list of expressions to OR’ed together. Must only contain
|
83
87
|
# not_expression or filter_condition expressions.
|
88
|
+
#
|
89
|
+
# Note: The following fields are mutually exclusive: `or_group`, `not_expression`, `filter_condition`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
84
90
|
# @!attribute [rw] not_expression
|
85
91
|
# @return [::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpression]
|
86
92
|
# A filter expression to be NOT'ed (inverted, complemented). It can only
|
87
93
|
# include a filter. This cannot be set on the top level
|
88
94
|
# SubpropertyEventFilterExpression.
|
95
|
+
#
|
96
|
+
# Note: The following fields are mutually exclusive: `not_expression`, `or_group`, `filter_condition`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
89
97
|
# @!attribute [rw] filter_condition
|
90
98
|
# @return [::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterCondition]
|
91
99
|
# Creates a filter that matches a specific event. This cannot be set on the
|
92
100
|
# top level SubpropertyEventFilterExpression.
|
101
|
+
#
|
102
|
+
# Note: The following fields are mutually exclusive: `filter_condition`, `or_group`, `not_expression`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
93
103
|
class SubpropertyEventFilterExpression
|
94
104
|
include ::Google::Protobuf::MessageExts
|
95
105
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -133,7 +143,7 @@ module Google
|
|
133
143
|
end
|
134
144
|
end
|
135
145
|
|
136
|
-
# A resource message representing a
|
146
|
+
# A resource message representing a Google Analytics subproperty event filter.
|
137
147
|
# @!attribute [r] name
|
138
148
|
# @return [::String]
|
139
149
|
# Output only. Format:
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-analytics-admin-v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-31 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -100,7 +99,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
100
99
|
licenses:
|
101
100
|
- Apache-2.0
|
102
101
|
metadata: {}
|
103
|
-
post_install_message:
|
104
102
|
rdoc_options: []
|
105
103
|
require_paths:
|
106
104
|
- lib
|
@@ -108,15 +106,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
106
|
requirements:
|
109
107
|
- - ">="
|
110
108
|
- !ruby/object:Gem::Version
|
111
|
-
version: '
|
109
|
+
version: '3.0'
|
112
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
111
|
requirements:
|
114
112
|
- - ">="
|
115
113
|
- !ruby/object:Gem::Version
|
116
114
|
version: '0'
|
117
115
|
requirements: []
|
118
|
-
rubygems_version: 3.
|
119
|
-
signing_key:
|
116
|
+
rubygems_version: 3.6.2
|
120
117
|
specification_version: 4
|
121
118
|
summary: 'Manage properties in Google Analytics. Warning: Creating multiple Customer
|
122
119
|
Applications, Accounts, or Projects to simulate or act as a single Customer Application,
|