google-apis-analyticsadmin_v1alpha 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-analyticsadmin_v1alpha.rb +15 -0
- data/lib/google/apis/analyticsadmin_v1alpha.rb +45 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +1370 -0
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +28 -0
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +611 -0
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +2156 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module AnalyticsadminV1alpha
|
18
|
+
# Version of the google-apis-analyticsadmin_v1alpha gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20210106"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,611 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module AnalyticsadminV1alpha
|
24
|
+
|
25
|
+
class GoogleAnalyticsAdminV1alphaAccount
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleAnalyticsAdminV1alphaAccountSummary
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleAnalyticsAdminV1alphaAuditUserLink
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleAnalyticsAdminV1alphaAuditUserLinksRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleAnalyticsAdminV1alphaAuditUserLinksResponse
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleAnalyticsAdminV1alphaDataSharingSettings
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleAnalyticsAdminV1alphaFirebaseLink
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleAnalyticsAdminV1alphaGlobalSiteTag
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleAnalyticsAdminV1alphaGoogleAdsLink
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleAnalyticsAdminV1alphaIosAppDataStream
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleAnalyticsAdminV1alphaListAccountSummariesResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleAnalyticsAdminV1alphaListAccountsResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleAnalyticsAdminV1alphaListPropertiesResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleAnalyticsAdminV1alphaListUserLinksResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleAnalyticsAdminV1alphaProperty
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleAnalyticsAdminV1alphaPropertySummary
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleAnalyticsAdminV1alphaUserLink
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleAnalyticsAdminV1alphaWebDataStream
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleProtobufEmpty
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleAnalyticsAdminV1alphaAccount
|
248
|
+
# @private
|
249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
250
|
+
property :country_code, as: 'countryCode'
|
251
|
+
property :create_time, as: 'createTime'
|
252
|
+
property :deleted, as: 'deleted'
|
253
|
+
property :display_name, as: 'displayName'
|
254
|
+
property :name, as: 'name'
|
255
|
+
property :update_time, as: 'updateTime'
|
256
|
+
end
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleAnalyticsAdminV1alphaAccountSummary
|
260
|
+
# @private
|
261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
262
|
+
property :account, as: 'account'
|
263
|
+
property :display_name, as: 'displayName'
|
264
|
+
property :name, as: 'name'
|
265
|
+
collection :property_summaries, as: 'propertySummaries', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaPropertySummary, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaPropertySummary::Representation
|
266
|
+
|
267
|
+
end
|
268
|
+
end
|
269
|
+
|
270
|
+
class GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
271
|
+
# @private
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
273
|
+
property :create_time, as: 'createTime'
|
274
|
+
property :display_name, as: 'displayName'
|
275
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
276
|
+
property :name, as: 'name'
|
277
|
+
property :package_name, as: 'packageName'
|
278
|
+
property :update_time, as: 'updateTime'
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
282
|
+
class GoogleAnalyticsAdminV1alphaAuditUserLink
|
283
|
+
# @private
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
285
|
+
collection :direct_roles, as: 'directRoles'
|
286
|
+
collection :effective_roles, as: 'effectiveRoles'
|
287
|
+
property :email_address, as: 'emailAddress'
|
288
|
+
property :name, as: 'name'
|
289
|
+
end
|
290
|
+
end
|
291
|
+
|
292
|
+
class GoogleAnalyticsAdminV1alphaAuditUserLinksRequest
|
293
|
+
# @private
|
294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
295
|
+
property :page_size, as: 'pageSize'
|
296
|
+
property :page_token, as: 'pageToken'
|
297
|
+
end
|
298
|
+
end
|
299
|
+
|
300
|
+
class GoogleAnalyticsAdminV1alphaAuditUserLinksResponse
|
301
|
+
# @private
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
303
|
+
property :next_page_token, as: 'nextPageToken'
|
304
|
+
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAuditUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAuditUserLink::Representation
|
305
|
+
|
306
|
+
end
|
307
|
+
end
|
308
|
+
|
309
|
+
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest
|
310
|
+
# @private
|
311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
312
|
+
property :notify_new_users, as: 'notifyNewUsers'
|
313
|
+
collection :requests, as: 'requests', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateUserLinkRequest, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateUserLinkRequest::Representation
|
314
|
+
|
315
|
+
end
|
316
|
+
end
|
317
|
+
|
318
|
+
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse
|
319
|
+
# @private
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
321
|
+
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
322
|
+
|
323
|
+
end
|
324
|
+
end
|
325
|
+
|
326
|
+
class GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
|
327
|
+
# @private
|
328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
329
|
+
collection :requests, as: 'requests', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest::Representation
|
330
|
+
|
331
|
+
end
|
332
|
+
end
|
333
|
+
|
334
|
+
class GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse
|
335
|
+
# @private
|
336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
337
|
+
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
338
|
+
|
339
|
+
end
|
340
|
+
end
|
341
|
+
|
342
|
+
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
|
343
|
+
# @private
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
345
|
+
collection :requests, as: 'requests', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest::Representation
|
346
|
+
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse
|
351
|
+
# @private
|
352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
353
|
+
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
354
|
+
|
355
|
+
end
|
356
|
+
end
|
357
|
+
|
358
|
+
class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest
|
359
|
+
# @private
|
360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
361
|
+
property :notify_new_user, as: 'notifyNewUser'
|
362
|
+
property :parent, as: 'parent'
|
363
|
+
property :user_link, as: 'userLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
364
|
+
|
365
|
+
end
|
366
|
+
end
|
367
|
+
|
368
|
+
class GoogleAnalyticsAdminV1alphaDataSharingSettings
|
369
|
+
# @private
|
370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
371
|
+
property :name, as: 'name'
|
372
|
+
property :sharing_with_google_any_sales_enabled, as: 'sharingWithGoogleAnySalesEnabled'
|
373
|
+
property :sharing_with_google_assigned_sales_enabled, as: 'sharingWithGoogleAssignedSalesEnabled'
|
374
|
+
property :sharing_with_google_products_enabled, as: 'sharingWithGoogleProductsEnabled'
|
375
|
+
property :sharing_with_google_support_enabled, as: 'sharingWithGoogleSupportEnabled'
|
376
|
+
property :sharing_with_others_enabled, as: 'sharingWithOthersEnabled'
|
377
|
+
end
|
378
|
+
end
|
379
|
+
|
380
|
+
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
381
|
+
# @private
|
382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
383
|
+
property :name, as: 'name'
|
384
|
+
end
|
385
|
+
end
|
386
|
+
|
387
|
+
class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
388
|
+
# @private
|
389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
390
|
+
property :articles_and_blogs_enabled, as: 'articlesAndBlogsEnabled'
|
391
|
+
property :content_views_enabled, as: 'contentViewsEnabled'
|
392
|
+
property :data_tagged_element_clicks_enabled, as: 'dataTaggedElementClicksEnabled'
|
393
|
+
property :excluded_domains, as: 'excludedDomains'
|
394
|
+
property :file_downloads_enabled, as: 'fileDownloadsEnabled'
|
395
|
+
property :form_interactions_enabled, as: 'formInteractionsEnabled'
|
396
|
+
property :name, as: 'name'
|
397
|
+
property :outbound_clicks_enabled, as: 'outboundClicksEnabled'
|
398
|
+
property :page_changes_enabled, as: 'pageChangesEnabled'
|
399
|
+
property :page_loads_enabled, as: 'pageLoadsEnabled'
|
400
|
+
property :page_views_enabled, as: 'pageViewsEnabled'
|
401
|
+
property :products_and_ecommerce_enabled, as: 'productsAndEcommerceEnabled'
|
402
|
+
property :scrolls_enabled, as: 'scrollsEnabled'
|
403
|
+
property :search_query_parameter, as: 'searchQueryParameter'
|
404
|
+
property :site_search_enabled, as: 'siteSearchEnabled'
|
405
|
+
property :stream_enabled, as: 'streamEnabled'
|
406
|
+
property :url_query_parameter, as: 'urlQueryParameter'
|
407
|
+
property :video_engagement_enabled, as: 'videoEngagementEnabled'
|
408
|
+
end
|
409
|
+
end
|
410
|
+
|
411
|
+
class GoogleAnalyticsAdminV1alphaFirebaseLink
|
412
|
+
# @private
|
413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
414
|
+
property :create_time, as: 'createTime'
|
415
|
+
property :maximum_user_access, as: 'maximumUserAccess'
|
416
|
+
property :name, as: 'name'
|
417
|
+
property :project, as: 'project'
|
418
|
+
end
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleAnalyticsAdminV1alphaGlobalSiteTag
|
422
|
+
# @private
|
423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
424
|
+
property :snippet, as: 'snippet'
|
425
|
+
end
|
426
|
+
end
|
427
|
+
|
428
|
+
class GoogleAnalyticsAdminV1alphaGoogleAdsLink
|
429
|
+
# @private
|
430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
431
|
+
property :ads_personalization_enabled, as: 'adsPersonalizationEnabled'
|
432
|
+
property :can_manage_clients, as: 'canManageClients'
|
433
|
+
property :create_time, as: 'createTime'
|
434
|
+
property :customer_id, as: 'customerId'
|
435
|
+
property :email_address, as: 'emailAddress'
|
436
|
+
property :name, as: 'name'
|
437
|
+
property :parent, as: 'parent'
|
438
|
+
property :update_time, as: 'updateTime'
|
439
|
+
end
|
440
|
+
end
|
441
|
+
|
442
|
+
class GoogleAnalyticsAdminV1alphaIosAppDataStream
|
443
|
+
# @private
|
444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
445
|
+
property :bundle_id, as: 'bundleId'
|
446
|
+
property :create_time, as: 'createTime'
|
447
|
+
property :display_name, as: 'displayName'
|
448
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
449
|
+
property :name, as: 'name'
|
450
|
+
property :update_time, as: 'updateTime'
|
451
|
+
end
|
452
|
+
end
|
453
|
+
|
454
|
+
class GoogleAnalyticsAdminV1alphaListAccountSummariesResponse
|
455
|
+
# @private
|
456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
457
|
+
collection :account_summaries, as: 'accountSummaries', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccountSummary, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccountSummary::Representation
|
458
|
+
|
459
|
+
property :next_page_token, as: 'nextPageToken'
|
460
|
+
end
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleAnalyticsAdminV1alphaListAccountsResponse
|
464
|
+
# @private
|
465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
466
|
+
collection :accounts, as: 'accounts', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount::Representation
|
467
|
+
|
468
|
+
property :next_page_token, as: 'nextPageToken'
|
469
|
+
end
|
470
|
+
end
|
471
|
+
|
472
|
+
class GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
|
473
|
+
# @private
|
474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
475
|
+
collection :android_app_data_streams, as: 'androidAppDataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
476
|
+
|
477
|
+
property :next_page_token, as: 'nextPageToken'
|
478
|
+
end
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
|
482
|
+
# @private
|
483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
484
|
+
collection :firebase_links, as: 'firebaseLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink::Representation
|
485
|
+
|
486
|
+
property :next_page_token, as: 'nextPageToken'
|
487
|
+
end
|
488
|
+
end
|
489
|
+
|
490
|
+
class GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse
|
491
|
+
# @private
|
492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
493
|
+
collection :google_ads_links, as: 'googleAdsLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink::Representation
|
494
|
+
|
495
|
+
property :next_page_token, as: 'nextPageToken'
|
496
|
+
end
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
|
500
|
+
# @private
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
502
|
+
collection :ios_app_data_streams, as: 'iosAppDataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
503
|
+
|
504
|
+
property :next_page_token, as: 'nextPageToken'
|
505
|
+
end
|
506
|
+
end
|
507
|
+
|
508
|
+
class GoogleAnalyticsAdminV1alphaListPropertiesResponse
|
509
|
+
# @private
|
510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
511
|
+
property :next_page_token, as: 'nextPageToken'
|
512
|
+
collection :properties, as: 'properties', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
513
|
+
|
514
|
+
end
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleAnalyticsAdminV1alphaListUserLinksResponse
|
518
|
+
# @private
|
519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
+
property :next_page_token, as: 'nextPageToken'
|
521
|
+
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
522
|
+
|
523
|
+
end
|
524
|
+
end
|
525
|
+
|
526
|
+
class GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
|
527
|
+
# @private
|
528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
529
|
+
property :next_page_token, as: 'nextPageToken'
|
530
|
+
collection :web_data_streams, as: 'webDataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
531
|
+
|
532
|
+
end
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleAnalyticsAdminV1alphaProperty
|
536
|
+
# @private
|
537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
538
|
+
property :create_time, as: 'createTime'
|
539
|
+
property :currency_code, as: 'currencyCode'
|
540
|
+
property :deleted, as: 'deleted'
|
541
|
+
property :display_name, as: 'displayName'
|
542
|
+
property :industry_category, as: 'industryCategory'
|
543
|
+
property :name, as: 'name'
|
544
|
+
property :parent, as: 'parent'
|
545
|
+
property :time_zone, as: 'timeZone'
|
546
|
+
property :update_time, as: 'updateTime'
|
547
|
+
end
|
548
|
+
end
|
549
|
+
|
550
|
+
class GoogleAnalyticsAdminV1alphaPropertySummary
|
551
|
+
# @private
|
552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
553
|
+
property :display_name, as: 'displayName'
|
554
|
+
property :property, as: 'property'
|
555
|
+
end
|
556
|
+
end
|
557
|
+
|
558
|
+
class GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest
|
559
|
+
# @private
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
561
|
+
property :account, as: 'account', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount::Representation
|
562
|
+
|
563
|
+
property :redirect_uri, as: 'redirectUri'
|
564
|
+
end
|
565
|
+
end
|
566
|
+
|
567
|
+
class GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse
|
568
|
+
# @private
|
569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
570
|
+
property :account_ticket_id, as: 'accountTicketId'
|
571
|
+
end
|
572
|
+
end
|
573
|
+
|
574
|
+
class GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest
|
575
|
+
# @private
|
576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
577
|
+
property :user_link, as: 'userLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
578
|
+
|
579
|
+
end
|
580
|
+
end
|
581
|
+
|
582
|
+
class GoogleAnalyticsAdminV1alphaUserLink
|
583
|
+
# @private
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
585
|
+
collection :direct_roles, as: 'directRoles'
|
586
|
+
property :email_address, as: 'emailAddress'
|
587
|
+
property :name, as: 'name'
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
591
|
+
class GoogleAnalyticsAdminV1alphaWebDataStream
|
592
|
+
# @private
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
594
|
+
property :create_time, as: 'createTime'
|
595
|
+
property :default_uri, as: 'defaultUri'
|
596
|
+
property :display_name, as: 'displayName'
|
597
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
598
|
+
property :measurement_id, as: 'measurementId'
|
599
|
+
property :name, as: 'name'
|
600
|
+
property :update_time, as: 'updateTime'
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class GoogleProtobufEmpty
|
605
|
+
# @private
|
606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
+
end
|
608
|
+
end
|
609
|
+
end
|
610
|
+
end
|
611
|
+
end
|