google-analytics-admin-v1alpha 0.1.1 → 0.4.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 +4 -4
- data/lib/google/analytics/admin/v1alpha.rb +3 -0
- data/lib/google/analytics/admin/v1alpha/analytics_admin_pb.rb +14 -0
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service.rb +1 -1
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb +130 -38
- data/lib/google/analytics/admin/v1alpha/analytics_admin_services_pb.rb +55 -67
- data/lib/google/analytics/admin/v1alpha/resources_pb.rb +24 -18
- data/lib/google/analytics/admin/v1alpha/version.rb +1 -1
- data/proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb +83 -15
- data/proto_docs/google/analytics/admin/v1alpha/resources.rb +71 -57
- data/proto_docs/google/api/resource.rb +50 -14
- metadata +3 -3
@@ -14,7 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
optional :create_time, :message, 2, "google.protobuf.Timestamp"
|
15
15
|
optional :update_time, :message, 3, "google.protobuf.Timestamp"
|
16
16
|
optional :display_name, :string, 4
|
17
|
-
optional :
|
17
|
+
optional :region_code, :string, 5
|
18
18
|
optional :deleted, :bool, 6
|
19
19
|
end
|
20
20
|
add_message "google.analytics.admin.v1alpha.Property" do
|
@@ -70,19 +70,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
70
70
|
optional :page_views_enabled, :bool, 3
|
71
71
|
optional :scrolls_enabled, :bool, 4
|
72
72
|
optional :outbound_clicks_enabled, :bool, 5
|
73
|
-
optional :content_views_enabled, :bool, 6
|
74
73
|
optional :site_search_enabled, :bool, 7
|
75
|
-
optional :form_interactions_enabled, :bool, 8
|
76
74
|
optional :video_engagement_enabled, :bool, 9
|
77
75
|
optional :file_downloads_enabled, :bool, 10
|
78
|
-
optional :data_tagged_element_clicks_enabled, :bool, 11
|
79
76
|
optional :page_loads_enabled, :bool, 12
|
80
77
|
optional :page_changes_enabled, :bool, 13
|
81
|
-
optional :articles_and_blogs_enabled, :bool, 14
|
82
|
-
optional :products_and_ecommerce_enabled, :bool, 15
|
83
78
|
optional :search_query_parameter, :string, 16
|
84
|
-
optional :
|
85
|
-
optional :excluded_domains, :string, 18
|
79
|
+
optional :uri_query_parameter, :string, 17
|
86
80
|
end
|
87
81
|
add_message "google.analytics.admin.v1alpha.FirebaseLink" do
|
88
82
|
optional :name, :string, 1
|
@@ -91,11 +85,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
91
85
|
optional :maximum_user_access, :enum, 4, "google.analytics.admin.v1alpha.MaximumUserAccess"
|
92
86
|
end
|
93
87
|
add_message "google.analytics.admin.v1alpha.GlobalSiteTag" do
|
94
|
-
optional :
|
88
|
+
optional :name, :string, 1
|
89
|
+
optional :snippet, :string, 2
|
95
90
|
end
|
96
91
|
add_message "google.analytics.admin.v1alpha.GoogleAdsLink" do
|
97
92
|
optional :name, :string, 1
|
98
|
-
optional :parent, :string, 2
|
99
93
|
optional :customer_id, :string, 3
|
100
94
|
optional :can_manage_clients, :bool, 4
|
101
95
|
optional :ads_personalization_enabled, :message, 5, "google.protobuf.BoolValue"
|
@@ -111,6 +105,23 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
111
105
|
optional :sharing_with_google_products_enabled, :bool, 5
|
112
106
|
optional :sharing_with_others_enabled, :bool, 6
|
113
107
|
end
|
108
|
+
add_message "google.analytics.admin.v1alpha.AccountSummary" do
|
109
|
+
optional :name, :string, 1
|
110
|
+
optional :account, :string, 2
|
111
|
+
optional :display_name, :string, 3
|
112
|
+
repeated :property_summaries, :message, 4, "google.analytics.admin.v1alpha.PropertySummary"
|
113
|
+
end
|
114
|
+
add_message "google.analytics.admin.v1alpha.PropertySummary" do
|
115
|
+
optional :property, :string, 1
|
116
|
+
optional :display_name, :string, 2
|
117
|
+
end
|
118
|
+
add_enum "google.analytics.admin.v1alpha.MaximumUserAccess" do
|
119
|
+
value :MAXIMUM_USER_ACCESS_UNSPECIFIED, 0
|
120
|
+
value :NO_ACCESS, 1
|
121
|
+
value :READ_AND_ANALYZE, 2
|
122
|
+
value :EDITOR_WITHOUT_LINK_MANAGEMENT, 3
|
123
|
+
value :EDITOR_INCLUDING_LINK_MANAGEMENT, 4
|
124
|
+
end
|
114
125
|
add_enum "google.analytics.admin.v1alpha.IndustryCategory" do
|
115
126
|
value :INDUSTRY_CATEGORY_UNSPECIFIED, 0
|
116
127
|
value :AUTOMOTIVE, 1
|
@@ -140,13 +151,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
140
151
|
value :JOBS_AND_EDUCATION, 25
|
141
152
|
value :SHOPPING, 26
|
142
153
|
end
|
143
|
-
add_enum "google.analytics.admin.v1alpha.MaximumUserAccess" do
|
144
|
-
value :MAXIMUM_USER_ACCESS_UNSPECIFIED, 0
|
145
|
-
value :NO_ACCESS, 1
|
146
|
-
value :READ_AND_ANALYZE, 2
|
147
|
-
value :EDITOR_WITHOUT_LINK_MANAGEMENT, 3
|
148
|
-
value :EDITOR_INCLUDING_LINK_MANAGEMENT, 4
|
149
|
-
end
|
150
154
|
end
|
151
155
|
end
|
152
156
|
|
@@ -166,8 +170,10 @@ module Google
|
|
166
170
|
GlobalSiteTag = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.GlobalSiteTag").msgclass
|
167
171
|
GoogleAdsLink = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.GoogleAdsLink").msgclass
|
168
172
|
DataSharingSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.DataSharingSettings").msgclass
|
169
|
-
|
173
|
+
AccountSummary = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.AccountSummary").msgclass
|
174
|
+
PropertySummary = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.PropertySummary").msgclass
|
170
175
|
MaximumUserAccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.MaximumUserAccess").enummodule
|
176
|
+
IndustryCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.IndustryCategory").enummodule
|
171
177
|
end
|
172
178
|
end
|
173
179
|
end
|
@@ -86,7 +86,9 @@ module Google
|
|
86
86
|
# The account's `name` field is used to identify the account.
|
87
87
|
# @!attribute [rw] update_mask
|
88
88
|
# @return [::Google::Protobuf::FieldMask]
|
89
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
89
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
90
|
+
# To replace the entire entity, use one path with the string "*" to match
|
91
|
+
# all fields.
|
90
92
|
class UpdateAccountRequest
|
91
93
|
include ::Google::Protobuf::MessageExts
|
92
94
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -134,11 +136,13 @@ module Google
|
|
134
136
|
# `firebase_project:`(The id or number of the linked firebase project).
|
135
137
|
# Some examples of filters:
|
136
138
|
#
|
139
|
+
# ```
|
137
140
|
# | Filter | Description |
|
138
141
|
# |-----------------------------|-------------------------------------------|
|
139
142
|
# | parent:accounts/123 | The account with account id: 123. |
|
140
143
|
# | firebase_project:project-id | The firebase project with id: project-id. |
|
141
144
|
# | firebase_project:123 | The firebase project with number: 123. |
|
145
|
+
# ```
|
142
146
|
# @!attribute [rw] page_size
|
143
147
|
# @return [::Integer]
|
144
148
|
# The maximum number of resources to return. The service may return
|
@@ -182,7 +186,9 @@ module Google
|
|
182
186
|
# updated.
|
183
187
|
# @!attribute [rw] update_mask
|
184
188
|
# @return [::Google::Protobuf::FieldMask]
|
185
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
189
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
190
|
+
# To replace the entire entity, use one path with the string "*" to match
|
191
|
+
# all fields.
|
186
192
|
class UpdatePropertyRequest
|
187
193
|
include ::Google::Protobuf::MessageExts
|
188
194
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -326,8 +332,8 @@ module Google
|
|
326
332
|
# Required. Example format: accounts/1234
|
327
333
|
# @!attribute [rw] notify_new_user
|
328
334
|
# @return [::Boolean]
|
329
|
-
# Optional. If
|
330
|
-
# permissions
|
335
|
+
# Optional. If set, then email the new user notifying them that they've been granted
|
336
|
+
# permissions to the resource.
|
331
337
|
# @!attribute [rw] user_link
|
332
338
|
# @return [::Google::Analytics::Admin::V1alpha::UserLink]
|
333
339
|
# Required. The user link to create.
|
@@ -345,11 +351,12 @@ module Google
|
|
345
351
|
# Example format: accounts/1234
|
346
352
|
# @!attribute [rw] notify_new_users
|
347
353
|
# @return [::Boolean]
|
348
|
-
# Optional. If
|
349
|
-
# permissions
|
354
|
+
# Optional. If set, then email the new users notifying them that they've been granted
|
355
|
+
# permissions to the resource. Regardless of whether this is set or not,
|
356
|
+
# notify_new_user field inside each individual request is ignored.
|
350
357
|
# @!attribute [rw] requests
|
351
358
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::CreateUserLinkRequest>]
|
352
|
-
# The requests specifying the user links to create.
|
359
|
+
# Required. The requests specifying the user links to create.
|
353
360
|
# A maximum of 1000 user links can be created in a batch.
|
354
361
|
class BatchCreateUserLinksRequest
|
355
362
|
include ::Google::Protobuf::MessageExts
|
@@ -383,7 +390,7 @@ module Google
|
|
383
390
|
# Example format: accounts/1234
|
384
391
|
# @!attribute [rw] requests
|
385
392
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>]
|
386
|
-
# The requests specifying the user links to update.
|
393
|
+
# Required. The requests specifying the user links to update.
|
387
394
|
# A maximum of 1000 user links can be updated in a batch.
|
388
395
|
class BatchUpdateUserLinksRequest
|
389
396
|
include ::Google::Protobuf::MessageExts
|
@@ -417,7 +424,7 @@ module Google
|
|
417
424
|
# Example format: accounts/1234
|
418
425
|
# @!attribute [rw] requests
|
419
426
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::DeleteUserLinkRequest>]
|
420
|
-
# The requests specifying the user links to update.
|
427
|
+
# Required. The requests specifying the user links to update.
|
421
428
|
# A maximum of 1000 user links can be updated in a batch.
|
422
429
|
class BatchDeleteUserLinksRequest
|
423
430
|
include ::Google::Protobuf::MessageExts
|
@@ -453,7 +460,9 @@ module Google
|
|
453
460
|
# The `name` field is used to identify the web stream to be updated.
|
454
461
|
# @!attribute [rw] update_mask
|
455
462
|
# @return [::Google::Protobuf::FieldMask]
|
456
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
463
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
464
|
+
# To replace the entire entity, use one path with the string "*" to match
|
465
|
+
# all fields.
|
457
466
|
class UpdateWebDataStreamRequest
|
458
467
|
include ::Google::Protobuf::MessageExts
|
459
468
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -536,7 +545,9 @@ module Google
|
|
536
545
|
# The `name` field is used to identify the iOS app stream to be updated.
|
537
546
|
# @!attribute [rw] update_mask
|
538
547
|
# @return [::Google::Protobuf::FieldMask]
|
539
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
548
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
549
|
+
# To replace the entire entity, use one path with the string "*" to match
|
550
|
+
# all fields.
|
540
551
|
class UpdateIosAppDataStreamRequest
|
541
552
|
include ::Google::Protobuf::MessageExts
|
542
553
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -619,7 +630,9 @@ module Google
|
|
619
630
|
# The `name` field is used to identify the android app stream to be updated.
|
620
631
|
# @!attribute [rw] update_mask
|
621
632
|
# @return [::Google::Protobuf::FieldMask]
|
622
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
633
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
634
|
+
# To replace the entire entity, use one path with the string "*" to match
|
635
|
+
# all fields.
|
623
636
|
class UpdateAndroidAppDataStreamRequest
|
624
637
|
include ::Google::Protobuf::MessageExts
|
625
638
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -694,7 +707,9 @@ module Google
|
|
694
707
|
# The `name` field is used to identify the settings to be updated.
|
695
708
|
# @!attribute [rw] update_mask
|
696
709
|
# @return [::Google::Protobuf::FieldMask]
|
697
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
710
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
711
|
+
# To replace the entire entity, use one path with the string "*" to match
|
712
|
+
# all fields.
|
698
713
|
class UpdateEnhancedMeasurementSettingsRequest
|
699
714
|
include ::Google::Protobuf::MessageExts
|
700
715
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -719,7 +734,9 @@ module Google
|
|
719
734
|
# Required. The Firebase link to update.
|
720
735
|
# @!attribute [rw] update_mask
|
721
736
|
# @return [::Google::Protobuf::FieldMask]
|
722
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
737
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
738
|
+
# To replace the entire entity, use one path with the string "*" to match
|
739
|
+
# all fields.
|
723
740
|
class UpdateFirebaseLinkRequest
|
724
741
|
include ::Google::Protobuf::MessageExts
|
725
742
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -740,6 +757,18 @@ module Google
|
|
740
757
|
# @return [::String]
|
741
758
|
# Required. Format: properties/\\{property_id}
|
742
759
|
# Example: properties/1234
|
760
|
+
# @!attribute [rw] page_size
|
761
|
+
# @return [::Integer]
|
762
|
+
# The maximum number of resources to return. The service may return
|
763
|
+
# fewer than this value, even if there are additional pages.
|
764
|
+
# If unspecified, at most 50 resources will be returned.
|
765
|
+
# The maximum value is 200; (higher values will be coerced to the maximum)
|
766
|
+
# @!attribute [rw] page_token
|
767
|
+
# @return [::String]
|
768
|
+
# A page token, received from a previous `ListFirebaseLinks` call.
|
769
|
+
# Provide this to retrieve the subsequent page.
|
770
|
+
# When paginating, all other parameters provided to `ListProperties` must
|
771
|
+
# match the call that provided the page token.
|
743
772
|
class ListFirebaseLinksRequest
|
744
773
|
include ::Google::Protobuf::MessageExts
|
745
774
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -749,6 +778,12 @@ module Google
|
|
749
778
|
# @!attribute [rw] firebase_links
|
750
779
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::FirebaseLink>]
|
751
780
|
# List of FirebaseLinks. This will have at most one value.
|
781
|
+
# @!attribute [rw] next_page_token
|
782
|
+
# @return [::String]
|
783
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
784
|
+
# If this field is omitted, there are no subsequent pages.
|
785
|
+
# Currently, Google Analytics supports only one FirebaseLink per property,
|
786
|
+
# so this will never be populated.
|
752
787
|
class ListFirebaseLinksResponse
|
753
788
|
include ::Google::Protobuf::MessageExts
|
754
789
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -784,7 +819,9 @@ module Google
|
|
784
819
|
# The GoogleAdsLink to update
|
785
820
|
# @!attribute [rw] update_mask
|
786
821
|
# @return [::Google::Protobuf::FieldMask]
|
787
|
-
# The list of fields to be updated. Omitted fields will not be updated.
|
822
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
823
|
+
# To replace the entire entity, use one path with the string "*" to match
|
824
|
+
# all fields.
|
788
825
|
class UpdateGoogleAdsLinkRequest
|
789
826
|
include ::Google::Protobuf::MessageExts
|
790
827
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -843,6 +880,37 @@ module Google
|
|
843
880
|
include ::Google::Protobuf::MessageExts
|
844
881
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
845
882
|
end
|
883
|
+
|
884
|
+
# Request message for ListAccountSummaries RPC.
|
885
|
+
# @!attribute [rw] page_size
|
886
|
+
# @return [::Integer]
|
887
|
+
# The maximum number of AccountSummary resources to return. The service may
|
888
|
+
# return fewer than this value, even if there are additional pages.
|
889
|
+
# If unspecified, at most 50 resources will be returned.
|
890
|
+
# The maximum value is 200; (higher values will be coerced to the maximum)
|
891
|
+
# @!attribute [rw] page_token
|
892
|
+
# @return [::String]
|
893
|
+
# A page token, received from a previous `ListAccountSummaries` call.
|
894
|
+
# Provide this to retrieve the subsequent page.
|
895
|
+
# When paginating, all other parameters provided to `ListAccountSummaries`
|
896
|
+
# must match the call that provided the page token.
|
897
|
+
class ListAccountSummariesRequest
|
898
|
+
include ::Google::Protobuf::MessageExts
|
899
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
900
|
+
end
|
901
|
+
|
902
|
+
# Response message for ListAccountSummaries RPC.
|
903
|
+
# @!attribute [rw] account_summaries
|
904
|
+
# @return [::Array<::Google::Analytics::Admin::V1alpha::AccountSummary>]
|
905
|
+
# Account summaries of all accounts the caller has access to.
|
906
|
+
# @!attribute [rw] next_page_token
|
907
|
+
# @return [::String]
|
908
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
909
|
+
# If this field is omitted, there are no subsequent pages.
|
910
|
+
class ListAccountSummariesResponse
|
911
|
+
include ::Google::Protobuf::MessageExts
|
912
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
913
|
+
end
|
846
914
|
end
|
847
915
|
end
|
848
916
|
end
|
@@ -36,10 +36,9 @@ module Google
|
|
36
36
|
# @!attribute [rw] display_name
|
37
37
|
# @return [::String]
|
38
38
|
# Required. Human-readable display name for this account.
|
39
|
-
# @!attribute [rw]
|
39
|
+
# @!attribute [rw] region_code
|
40
40
|
# @return [::String]
|
41
|
-
# Country of business. Must be a
|
42
|
-
# https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html
|
41
|
+
# Country of business. Must be a Unicode CLDR region code.
|
43
42
|
# @!attribute [r] deleted
|
44
43
|
# @return [::Boolean]
|
45
44
|
# Output only. Indicates whether this Account is soft-deleted or not. Deleted
|
@@ -49,7 +48,7 @@ module Google
|
|
49
48
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
50
49
|
end
|
51
50
|
|
52
|
-
# A resource message representing a Google Analytics
|
51
|
+
# A resource message representing a Google Analytics GA4 property.
|
53
52
|
# @!attribute [r] name
|
54
53
|
# @return [::String]
|
55
54
|
# Output only. Resource name of this property.
|
@@ -279,18 +278,10 @@ module Google
|
|
279
278
|
# @return [::Boolean]
|
280
279
|
# If enabled, capture an outbound click event each time a visitor clicks a
|
281
280
|
# link that leads them away from your domain.
|
282
|
-
# @!attribute [rw] content_views_enabled
|
283
|
-
# @return [::Boolean]
|
284
|
-
# Capture events when your visitors view content on your site that has
|
285
|
-
# structured data (eg, articles, blog posts, product details screens, etc.).
|
286
281
|
# @!attribute [rw] site_search_enabled
|
287
282
|
# @return [::Boolean]
|
288
283
|
# If enabled, capture a view search results event each time a visitor
|
289
284
|
# performs a search on your site (based on a query parameter).
|
290
|
-
# @!attribute [rw] form_interactions_enabled
|
291
|
-
# @return [::Boolean]
|
292
|
-
# If enabled, capture a view search results event each time a visitor
|
293
|
-
# interacts with a form on your site.
|
294
285
|
# @!attribute [rw] video_engagement_enabled
|
295
286
|
# @return [::Boolean]
|
296
287
|
# If enabled, capture video play, progress, and complete events as visitors
|
@@ -299,42 +290,27 @@ module Google
|
|
299
290
|
# @return [::Boolean]
|
300
291
|
# If enabled, capture a file download event each time a link is clicked with
|
301
292
|
# a common document, compressed file, application, video, or audio extension.
|
302
|
-
# @!attribute [
|
293
|
+
# @!attribute [r] page_loads_enabled
|
303
294
|
# @return [::Boolean]
|
304
|
-
# If enabled, capture a
|
305
|
-
# element that has data attributes beginning with "data-ga".
|
306
|
-
# @!attribute [rw] page_loads_enabled
|
307
|
-
# @return [::Boolean]
|
308
|
-
# If enabled, capture a page view event each time a page loads.
|
295
|
+
# Output only. If enabled, capture a page view event each time a page loads.
|
309
296
|
# @!attribute [rw] page_changes_enabled
|
310
297
|
# @return [::Boolean]
|
311
298
|
# If enabled, capture a page view event each time the website changes the
|
312
299
|
# browser history state.
|
313
|
-
# @!attribute [rw] articles_and_blogs_enabled
|
314
|
-
# @return [::Boolean]
|
315
|
-
# Capture events when your visitors view content on your site that has
|
316
|
-
# articles or blog posts.
|
317
|
-
# @!attribute [rw] products_and_ecommerce_enabled
|
318
|
-
# @return [::Boolean]
|
319
|
-
# Capture events when your visitors view content on your site that has
|
320
|
-
# product details screens, etc.
|
321
300
|
# @!attribute [rw] search_query_parameter
|
322
301
|
# @return [::String]
|
323
302
|
# Required. URL query parameters to interpret as site search parameters.
|
324
303
|
# Max length is 1024 characters. Must not be empty.
|
325
|
-
# @!attribute [rw]
|
304
|
+
# @!attribute [rw] uri_query_parameter
|
326
305
|
# @return [::String]
|
327
306
|
# Additional URL query parameters.
|
328
307
|
# Max length is 1024 characters.
|
329
|
-
# @!attribute [rw] excluded_domains
|
330
|
-
# @return [::String]
|
331
|
-
# Domains to exclude from measurement. Max length is 1024 characters.
|
332
308
|
class EnhancedMeasurementSettings
|
333
309
|
include ::Google::Protobuf::MessageExts
|
334
310
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
335
311
|
end
|
336
312
|
|
337
|
-
# A link between an
|
313
|
+
# A link between an GA4 property and a Firebase project.
|
338
314
|
# @!attribute [r] name
|
339
315
|
# @return [::String]
|
340
316
|
# Output only. Example format: properties/1234/firebaseLinks/5678
|
@@ -352,7 +328,7 @@ module Google
|
|
352
328
|
# Output only. Time when this FirebaseLink was originally created.
|
353
329
|
# @!attribute [rw] maximum_user_access
|
354
330
|
# @return [::Google::Analytics::Admin::V1alpha::MaximumUserAccess]
|
355
|
-
# Maximum user access to the
|
331
|
+
# Maximum user access to the GA4 property allowed to admins of
|
356
332
|
# the linked Firebase project.
|
357
333
|
class FirebaseLink
|
358
334
|
include ::Google::Protobuf::MessageExts
|
@@ -361,6 +337,10 @@ module Google
|
|
361
337
|
|
362
338
|
# Read-only resource with the tag for sending data from a website to a
|
363
339
|
# WebDataStream.
|
340
|
+
# @!attribute [r] name
|
341
|
+
# @return [::String]
|
342
|
+
# Output only. Resource name for this GlobalSiteTag resource.
|
343
|
+
# Format: properties/\\{propertyId}/globalSiteTag
|
364
344
|
# @!attribute [rw] snippet
|
365
345
|
# @return [::String]
|
366
346
|
# Immutable. JavaScript code snippet to be pasted as the first item into the head tag of
|
@@ -370,15 +350,12 @@ module Google
|
|
370
350
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
371
351
|
end
|
372
352
|
|
373
|
-
# A link between an
|
353
|
+
# A link between an GA4 property and a Google Ads account.
|
374
354
|
# @!attribute [r] name
|
375
355
|
# @return [::String]
|
376
356
|
# Output only. Format: properties/\\{propertyId}/googleAdsLinks/\\{googleAdsLinkId}
|
377
357
|
#
|
378
358
|
# Note: googleAdsLinkId is not the Google Ads customer ID.
|
379
|
-
# @!attribute [rw] parent
|
380
|
-
# @return [::String]
|
381
|
-
# Immutable. Format: properties/\\{propertyId}
|
382
359
|
# @!attribute [rw] customer_id
|
383
360
|
# @return [::String]
|
384
361
|
# Immutable. Google Ads customer ID.
|
@@ -437,6 +414,64 @@ module Google
|
|
437
414
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
438
415
|
end
|
439
416
|
|
417
|
+
# A virtual resource representing an overview of an account and
|
418
|
+
# all its child GA4 properties.
|
419
|
+
# @!attribute [rw] name
|
420
|
+
# @return [::String]
|
421
|
+
# Resource name for this account summary.
|
422
|
+
# Format: accountSummaries/\\{account_id}
|
423
|
+
# Example: "accountSummaries/1000"
|
424
|
+
# @!attribute [rw] account
|
425
|
+
# @return [::String]
|
426
|
+
# Resource name of account referred to by this account summary
|
427
|
+
# Format: accounts/\\{account_id}
|
428
|
+
# Example: "accounts/1000"
|
429
|
+
# @!attribute [rw] display_name
|
430
|
+
# @return [::String]
|
431
|
+
# Display name for the account referred to in this account summary.
|
432
|
+
# @!attribute [rw] property_summaries
|
433
|
+
# @return [::Array<::Google::Analytics::Admin::V1alpha::PropertySummary>]
|
434
|
+
# List of summaries for child accounts of this account.
|
435
|
+
class AccountSummary
|
436
|
+
include ::Google::Protobuf::MessageExts
|
437
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
438
|
+
end
|
439
|
+
|
440
|
+
# A virtual resource representing metadata for an GA4 property.
|
441
|
+
# @!attribute [rw] property
|
442
|
+
# @return [::String]
|
443
|
+
# Resource name of property referred to by this property summary
|
444
|
+
# Format: properties/\\{property_id}
|
445
|
+
# Example: "properties/1000"
|
446
|
+
# @!attribute [rw] display_name
|
447
|
+
# @return [::String]
|
448
|
+
# Display name for the property referred to in this account summary.
|
449
|
+
class PropertySummary
|
450
|
+
include ::Google::Protobuf::MessageExts
|
451
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
452
|
+
end
|
453
|
+
|
454
|
+
# Maximum access settings that Firebase user receive on the linked Analytics
|
455
|
+
# property.
|
456
|
+
module MaximumUserAccess
|
457
|
+
# Unspecified maximum user access.
|
458
|
+
MAXIMUM_USER_ACCESS_UNSPECIFIED = 0
|
459
|
+
|
460
|
+
# Firebase users have no access to the Analytics property.
|
461
|
+
NO_ACCESS = 1
|
462
|
+
|
463
|
+
# Firebase users have Read & Analyze access to the Analytics property.
|
464
|
+
READ_AND_ANALYZE = 2
|
465
|
+
|
466
|
+
# Firebase users have edit access to the Analytics property, but may not
|
467
|
+
# manage the Firebase link.
|
468
|
+
EDITOR_WITHOUT_LINK_MANAGEMENT = 3
|
469
|
+
|
470
|
+
# Firebase users have edit access to the Analytics property and may manage
|
471
|
+
# the Firebase link.
|
472
|
+
EDITOR_INCLUDING_LINK_MANAGEMENT = 4
|
473
|
+
end
|
474
|
+
|
440
475
|
# The category selected for this property, used for industry benchmarking.
|
441
476
|
module IndustryCategory
|
442
477
|
# Industry category unspecified
|
@@ -520,27 +555,6 @@ module Google
|
|
520
555
|
# Shopping
|
521
556
|
SHOPPING = 26
|
522
557
|
end
|
523
|
-
|
524
|
-
# Maximum access settings that Firebase user receive on the linked Analytics
|
525
|
-
# property.
|
526
|
-
module MaximumUserAccess
|
527
|
-
# Unspecified maximum user access.
|
528
|
-
MAXIMUM_USER_ACCESS_UNSPECIFIED = 0
|
529
|
-
|
530
|
-
# Firebase users have no access to the Analytics property.
|
531
|
-
NO_ACCESS = 1
|
532
|
-
|
533
|
-
# Firebase users have Read & Analyze access to the Analytics property.
|
534
|
-
READ_AND_ANALYZE = 2
|
535
|
-
|
536
|
-
# Firebase users have edit access to the Analytics property, but may not
|
537
|
-
# manage the Firebase link.
|
538
|
-
EDITOR_WITHOUT_LINK_MANAGEMENT = 3
|
539
|
-
|
540
|
-
# Firebase users have edit access to the Analytics property and may manage
|
541
|
-
# the Firebase link.
|
542
|
-
EDITOR_INCLUDING_LINK_MANAGEMENT = 4
|
543
|
-
end
|
544
558
|
end
|
545
559
|
end
|
546
560
|
end
|