google-apis-analytics_v3 0.1.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 +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-analytics_v3.rb +15 -0
- data/lib/google/apis/analytics_v3.rb +54 -0
- data/lib/google/apis/analytics_v3/classes.rb +5800 -0
- data/lib/google/apis/analytics_v3/gem_version.rb +28 -0
- data/lib/google/apis/analytics_v3/representations.rb +2099 -0
- data/lib/google/apis/analytics_v3/service.rb +3754 -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 AnalyticsV3
|
|
18
|
+
# Version of the google-apis-analytics_v3 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 = "20190807"
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,2099 @@
|
|
|
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 AnalyticsV3
|
|
24
|
+
|
|
25
|
+
class Account
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
class ChildLink
|
|
29
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
30
|
+
|
|
31
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
class Permissions
|
|
35
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
36
|
+
|
|
37
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class AccountRef
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class AccountSummaries
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class AccountSummary
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class AccountTicket
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class AccountTreeRequest
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class AccountTreeResponse
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class Accounts
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class AdWordsAccount
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class DeleteUploadDataRequest
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class Column
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class Columns
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class CustomDataSource
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
class ChildLink
|
|
113
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
114
|
+
|
|
115
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
class ParentLink
|
|
119
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
120
|
+
|
|
121
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class CustomDataSources
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class CustomDimension
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
class ParentLink
|
|
137
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
138
|
+
|
|
139
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class CustomDimensions
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class CustomMetric
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
class ParentLink
|
|
155
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
156
|
+
|
|
157
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class CustomMetrics
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class EntityAdWordsLink
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
class Entity
|
|
173
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
174
|
+
|
|
175
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class EntityAdWordsLinks
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class EntityUserLink
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
class Entity
|
|
191
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
192
|
+
|
|
193
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
class Permissions
|
|
197
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
198
|
+
|
|
199
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class EntityUserLinks
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class Experiment
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
class ParentLink
|
|
215
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
216
|
+
|
|
217
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
class Variation
|
|
221
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
222
|
+
|
|
223
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class Experiments
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class Filter
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
class AdvancedDetails
|
|
239
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
240
|
+
|
|
241
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
class LowercaseDetails
|
|
245
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
246
|
+
|
|
247
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
class ParentLink
|
|
251
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
252
|
+
|
|
253
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
254
|
+
end
|
|
255
|
+
|
|
256
|
+
class SearchAndReplaceDetails
|
|
257
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
258
|
+
|
|
259
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
class UppercaseDetails
|
|
263
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
264
|
+
|
|
265
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
class FilterExpression
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class FilterRef
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class Filters
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class GaData
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
class ColumnHeader
|
|
293
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
294
|
+
|
|
295
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
class DataTable
|
|
299
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
300
|
+
|
|
301
|
+
class Col
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class Row
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
class C
|
|
311
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
312
|
+
|
|
313
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
320
|
+
end
|
|
321
|
+
|
|
322
|
+
class ProfileInfo
|
|
323
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
324
|
+
|
|
325
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
326
|
+
end
|
|
327
|
+
|
|
328
|
+
class Query
|
|
329
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
330
|
+
|
|
331
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
class Goal
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
class EventDetails
|
|
341
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
342
|
+
|
|
343
|
+
class EventCondition
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
350
|
+
end
|
|
351
|
+
|
|
352
|
+
class ParentLink
|
|
353
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
354
|
+
|
|
355
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
class UrlDestinationDetails
|
|
359
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
360
|
+
|
|
361
|
+
class Step
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
368
|
+
end
|
|
369
|
+
|
|
370
|
+
class VisitNumPagesDetails
|
|
371
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
372
|
+
|
|
373
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
374
|
+
end
|
|
375
|
+
|
|
376
|
+
class VisitTimeOnSiteDetails
|
|
377
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
378
|
+
|
|
379
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
380
|
+
end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class Goals
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
class HashClientIdRequest
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class HashClientIdResponse
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class IncludeConditions
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
class LinkedForeignAccount
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
class McfData
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
class ColumnHeader
|
|
419
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
420
|
+
|
|
421
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
422
|
+
end
|
|
423
|
+
|
|
424
|
+
class ProfileInfo
|
|
425
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
426
|
+
|
|
427
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
428
|
+
end
|
|
429
|
+
|
|
430
|
+
class Query
|
|
431
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
432
|
+
|
|
433
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
434
|
+
end
|
|
435
|
+
|
|
436
|
+
class Row
|
|
437
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
438
|
+
|
|
439
|
+
class ConversionPathValue
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class Profile
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
class ChildLink
|
|
455
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
456
|
+
|
|
457
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
458
|
+
end
|
|
459
|
+
|
|
460
|
+
class ParentLink
|
|
461
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
462
|
+
|
|
463
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
464
|
+
end
|
|
465
|
+
|
|
466
|
+
class Permissions
|
|
467
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
468
|
+
|
|
469
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
470
|
+
end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class ProfileFilterLink
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class ProfileFilterLinks
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class ProfileRef
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
class ProfileSummary
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class Profiles
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
|
+
|
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class RealtimeData
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
class ColumnHeader
|
|
509
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
510
|
+
|
|
511
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
class ProfileInfo
|
|
515
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
516
|
+
|
|
517
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
518
|
+
end
|
|
519
|
+
|
|
520
|
+
class Query
|
|
521
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
522
|
+
|
|
523
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
524
|
+
end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class RemarketingAudience
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
class AudienceDefinition
|
|
533
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
534
|
+
|
|
535
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
536
|
+
end
|
|
537
|
+
|
|
538
|
+
class StateBasedAudienceDefinition
|
|
539
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
540
|
+
|
|
541
|
+
class ExcludeConditions
|
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
|
+
|
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
545
|
+
end
|
|
546
|
+
|
|
547
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
548
|
+
end
|
|
549
|
+
|
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class RemarketingAudiences
|
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
|
+
|
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class Segment
|
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
+
|
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
class Segments
|
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
567
|
+
|
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class UnsampledReport
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
class CloudStorageDownloadDetails
|
|
575
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
576
|
+
|
|
577
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
578
|
+
end
|
|
579
|
+
|
|
580
|
+
class DriveDownloadDetails
|
|
581
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
582
|
+
|
|
583
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
584
|
+
end
|
|
585
|
+
|
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
587
|
+
end
|
|
588
|
+
|
|
589
|
+
class UnsampledReports
|
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
|
+
|
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class Upload
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class Uploads
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class UserDeletionRequest
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
class Id
|
|
611
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
612
|
+
|
|
613
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
614
|
+
end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class UserRef
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
class WebPropertyRef
|
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
|
+
|
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class WebPropertySummary
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
class Webproperties
|
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
+
|
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
+
end
|
|
642
|
+
|
|
643
|
+
class Webproperty
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
class ChildLink
|
|
647
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
648
|
+
|
|
649
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
650
|
+
end
|
|
651
|
+
|
|
652
|
+
class ParentLink
|
|
653
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
654
|
+
|
|
655
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
656
|
+
end
|
|
657
|
+
|
|
658
|
+
class Permissions
|
|
659
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
660
|
+
|
|
661
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
662
|
+
end
|
|
663
|
+
|
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
665
|
+
end
|
|
666
|
+
|
|
667
|
+
class Account
|
|
668
|
+
# @private
|
|
669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
670
|
+
property :child_link, as: 'childLink', class: Google::Apis::AnalyticsV3::Account::ChildLink, decorator: Google::Apis::AnalyticsV3::Account::ChildLink::Representation
|
|
671
|
+
|
|
672
|
+
property :created, as: 'created', type: DateTime
|
|
673
|
+
|
|
674
|
+
property :id, as: 'id'
|
|
675
|
+
property :kind, as: 'kind'
|
|
676
|
+
property :name, as: 'name'
|
|
677
|
+
property :permissions, as: 'permissions', class: Google::Apis::AnalyticsV3::Account::Permissions, decorator: Google::Apis::AnalyticsV3::Account::Permissions::Representation
|
|
678
|
+
|
|
679
|
+
property :self_link, as: 'selfLink'
|
|
680
|
+
property :starred, as: 'starred'
|
|
681
|
+
property :updated, as: 'updated', type: DateTime
|
|
682
|
+
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
class ChildLink
|
|
686
|
+
# @private
|
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
688
|
+
property :href, as: 'href'
|
|
689
|
+
property :type, as: 'type'
|
|
690
|
+
end
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
class Permissions
|
|
694
|
+
# @private
|
|
695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
696
|
+
collection :effective, as: 'effective'
|
|
697
|
+
end
|
|
698
|
+
end
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
class AccountRef
|
|
702
|
+
# @private
|
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
704
|
+
property :href, as: 'href'
|
|
705
|
+
property :id, as: 'id'
|
|
706
|
+
property :kind, as: 'kind'
|
|
707
|
+
property :name, as: 'name'
|
|
708
|
+
end
|
|
709
|
+
end
|
|
710
|
+
|
|
711
|
+
class AccountSummaries
|
|
712
|
+
# @private
|
|
713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
714
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::AccountSummary, decorator: Google::Apis::AnalyticsV3::AccountSummary::Representation
|
|
715
|
+
|
|
716
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
717
|
+
property :kind, as: 'kind'
|
|
718
|
+
property :next_link, as: 'nextLink'
|
|
719
|
+
property :previous_link, as: 'previousLink'
|
|
720
|
+
property :start_index, as: 'startIndex'
|
|
721
|
+
property :total_results, as: 'totalResults'
|
|
722
|
+
property :username, as: 'username'
|
|
723
|
+
end
|
|
724
|
+
end
|
|
725
|
+
|
|
726
|
+
class AccountSummary
|
|
727
|
+
# @private
|
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
729
|
+
property :id, as: 'id'
|
|
730
|
+
property :kind, as: 'kind'
|
|
731
|
+
property :name, as: 'name'
|
|
732
|
+
property :starred, as: 'starred'
|
|
733
|
+
collection :web_properties, as: 'webProperties', class: Google::Apis::AnalyticsV3::WebPropertySummary, decorator: Google::Apis::AnalyticsV3::WebPropertySummary::Representation
|
|
734
|
+
|
|
735
|
+
end
|
|
736
|
+
end
|
|
737
|
+
|
|
738
|
+
class AccountTicket
|
|
739
|
+
# @private
|
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
741
|
+
property :account, as: 'account', class: Google::Apis::AnalyticsV3::Account, decorator: Google::Apis::AnalyticsV3::Account::Representation
|
|
742
|
+
|
|
743
|
+
property :id, as: 'id'
|
|
744
|
+
property :kind, as: 'kind'
|
|
745
|
+
property :profile, as: 'profile', class: Google::Apis::AnalyticsV3::Profile, decorator: Google::Apis::AnalyticsV3::Profile::Representation
|
|
746
|
+
|
|
747
|
+
property :redirect_uri, as: 'redirectUri'
|
|
748
|
+
property :webproperty, as: 'webproperty', class: Google::Apis::AnalyticsV3::Webproperty, decorator: Google::Apis::AnalyticsV3::Webproperty::Representation
|
|
749
|
+
|
|
750
|
+
end
|
|
751
|
+
end
|
|
752
|
+
|
|
753
|
+
class AccountTreeRequest
|
|
754
|
+
# @private
|
|
755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
756
|
+
property :account_name, as: 'accountName'
|
|
757
|
+
property :kind, as: 'kind'
|
|
758
|
+
property :profile_name, as: 'profileName'
|
|
759
|
+
property :timezone, as: 'timezone'
|
|
760
|
+
property :webproperty_name, as: 'webpropertyName'
|
|
761
|
+
property :website_url, as: 'websiteUrl'
|
|
762
|
+
end
|
|
763
|
+
end
|
|
764
|
+
|
|
765
|
+
class AccountTreeResponse
|
|
766
|
+
# @private
|
|
767
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
768
|
+
property :account, as: 'account', class: Google::Apis::AnalyticsV3::Account, decorator: Google::Apis::AnalyticsV3::Account::Representation
|
|
769
|
+
|
|
770
|
+
property :kind, as: 'kind'
|
|
771
|
+
property :profile, as: 'profile', class: Google::Apis::AnalyticsV3::Profile, decorator: Google::Apis::AnalyticsV3::Profile::Representation
|
|
772
|
+
|
|
773
|
+
property :webproperty, as: 'webproperty', class: Google::Apis::AnalyticsV3::Webproperty, decorator: Google::Apis::AnalyticsV3::Webproperty::Representation
|
|
774
|
+
|
|
775
|
+
end
|
|
776
|
+
end
|
|
777
|
+
|
|
778
|
+
class Accounts
|
|
779
|
+
# @private
|
|
780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
781
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Account, decorator: Google::Apis::AnalyticsV3::Account::Representation
|
|
782
|
+
|
|
783
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
784
|
+
property :kind, as: 'kind'
|
|
785
|
+
property :next_link, as: 'nextLink'
|
|
786
|
+
property :previous_link, as: 'previousLink'
|
|
787
|
+
property :start_index, as: 'startIndex'
|
|
788
|
+
property :total_results, as: 'totalResults'
|
|
789
|
+
property :username, as: 'username'
|
|
790
|
+
end
|
|
791
|
+
end
|
|
792
|
+
|
|
793
|
+
class AdWordsAccount
|
|
794
|
+
# @private
|
|
795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
796
|
+
property :auto_tagging_enabled, as: 'autoTaggingEnabled'
|
|
797
|
+
property :customer_id, as: 'customerId'
|
|
798
|
+
property :kind, as: 'kind'
|
|
799
|
+
end
|
|
800
|
+
end
|
|
801
|
+
|
|
802
|
+
class DeleteUploadDataRequest
|
|
803
|
+
# @private
|
|
804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
805
|
+
collection :custom_data_import_uids, as: 'customDataImportUids'
|
|
806
|
+
end
|
|
807
|
+
end
|
|
808
|
+
|
|
809
|
+
class Column
|
|
810
|
+
# @private
|
|
811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
812
|
+
hash :attributes, as: 'attributes'
|
|
813
|
+
property :id, as: 'id'
|
|
814
|
+
property :kind, as: 'kind'
|
|
815
|
+
end
|
|
816
|
+
end
|
|
817
|
+
|
|
818
|
+
class Columns
|
|
819
|
+
# @private
|
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
821
|
+
collection :attribute_names, as: 'attributeNames'
|
|
822
|
+
property :etag, as: 'etag'
|
|
823
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Column, decorator: Google::Apis::AnalyticsV3::Column::Representation
|
|
824
|
+
|
|
825
|
+
property :kind, as: 'kind'
|
|
826
|
+
property :total_results, as: 'totalResults'
|
|
827
|
+
end
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
class CustomDataSource
|
|
831
|
+
# @private
|
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
833
|
+
property :account_id, as: 'accountId'
|
|
834
|
+
property :child_link, as: 'childLink', class: Google::Apis::AnalyticsV3::CustomDataSource::ChildLink, decorator: Google::Apis::AnalyticsV3::CustomDataSource::ChildLink::Representation
|
|
835
|
+
|
|
836
|
+
property :created, as: 'created', type: DateTime
|
|
837
|
+
|
|
838
|
+
property :description, as: 'description'
|
|
839
|
+
property :id, as: 'id'
|
|
840
|
+
property :import_behavior, as: 'importBehavior'
|
|
841
|
+
property :kind, as: 'kind'
|
|
842
|
+
property :name, as: 'name'
|
|
843
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::CustomDataSource::ParentLink, decorator: Google::Apis::AnalyticsV3::CustomDataSource::ParentLink::Representation
|
|
844
|
+
|
|
845
|
+
collection :profiles_linked, as: 'profilesLinked'
|
|
846
|
+
collection :schema, as: 'schema'
|
|
847
|
+
property :self_link, as: 'selfLink'
|
|
848
|
+
property :type, as: 'type'
|
|
849
|
+
property :updated, as: 'updated', type: DateTime
|
|
850
|
+
|
|
851
|
+
property :upload_type, as: 'uploadType'
|
|
852
|
+
property :web_property_id, as: 'webPropertyId'
|
|
853
|
+
end
|
|
854
|
+
|
|
855
|
+
class ChildLink
|
|
856
|
+
# @private
|
|
857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
858
|
+
property :href, as: 'href'
|
|
859
|
+
property :type, as: 'type'
|
|
860
|
+
end
|
|
861
|
+
end
|
|
862
|
+
|
|
863
|
+
class ParentLink
|
|
864
|
+
# @private
|
|
865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
866
|
+
property :href, as: 'href'
|
|
867
|
+
property :type, as: 'type'
|
|
868
|
+
end
|
|
869
|
+
end
|
|
870
|
+
end
|
|
871
|
+
|
|
872
|
+
class CustomDataSources
|
|
873
|
+
# @private
|
|
874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
875
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::CustomDataSource, decorator: Google::Apis::AnalyticsV3::CustomDataSource::Representation
|
|
876
|
+
|
|
877
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
878
|
+
property :kind, as: 'kind'
|
|
879
|
+
property :next_link, as: 'nextLink'
|
|
880
|
+
property :previous_link, as: 'previousLink'
|
|
881
|
+
property :start_index, as: 'startIndex'
|
|
882
|
+
property :total_results, as: 'totalResults'
|
|
883
|
+
property :username, as: 'username'
|
|
884
|
+
end
|
|
885
|
+
end
|
|
886
|
+
|
|
887
|
+
class CustomDimension
|
|
888
|
+
# @private
|
|
889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
890
|
+
property :account_id, as: 'accountId'
|
|
891
|
+
property :active, as: 'active'
|
|
892
|
+
property :created, as: 'created', type: DateTime
|
|
893
|
+
|
|
894
|
+
property :id, as: 'id'
|
|
895
|
+
property :index, as: 'index'
|
|
896
|
+
property :kind, as: 'kind'
|
|
897
|
+
property :name, as: 'name'
|
|
898
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::CustomDimension::ParentLink, decorator: Google::Apis::AnalyticsV3::CustomDimension::ParentLink::Representation
|
|
899
|
+
|
|
900
|
+
property :scope, as: 'scope'
|
|
901
|
+
property :self_link, as: 'selfLink'
|
|
902
|
+
property :updated, as: 'updated', type: DateTime
|
|
903
|
+
|
|
904
|
+
property :web_property_id, as: 'webPropertyId'
|
|
905
|
+
end
|
|
906
|
+
|
|
907
|
+
class ParentLink
|
|
908
|
+
# @private
|
|
909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
910
|
+
property :href, as: 'href'
|
|
911
|
+
property :type, as: 'type'
|
|
912
|
+
end
|
|
913
|
+
end
|
|
914
|
+
end
|
|
915
|
+
|
|
916
|
+
class CustomDimensions
|
|
917
|
+
# @private
|
|
918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
919
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::CustomDimension, decorator: Google::Apis::AnalyticsV3::CustomDimension::Representation
|
|
920
|
+
|
|
921
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
922
|
+
property :kind, as: 'kind'
|
|
923
|
+
property :next_link, as: 'nextLink'
|
|
924
|
+
property :previous_link, as: 'previousLink'
|
|
925
|
+
property :start_index, as: 'startIndex'
|
|
926
|
+
property :total_results, as: 'totalResults'
|
|
927
|
+
property :username, as: 'username'
|
|
928
|
+
end
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
class CustomMetric
|
|
932
|
+
# @private
|
|
933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
934
|
+
property :account_id, as: 'accountId'
|
|
935
|
+
property :active, as: 'active'
|
|
936
|
+
property :created, as: 'created', type: DateTime
|
|
937
|
+
|
|
938
|
+
property :id, as: 'id'
|
|
939
|
+
property :index, as: 'index'
|
|
940
|
+
property :kind, as: 'kind'
|
|
941
|
+
property :max_value, as: 'max_value'
|
|
942
|
+
property :min_value, as: 'min_value'
|
|
943
|
+
property :name, as: 'name'
|
|
944
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::CustomMetric::ParentLink, decorator: Google::Apis::AnalyticsV3::CustomMetric::ParentLink::Representation
|
|
945
|
+
|
|
946
|
+
property :scope, as: 'scope'
|
|
947
|
+
property :self_link, as: 'selfLink'
|
|
948
|
+
property :type, as: 'type'
|
|
949
|
+
property :updated, as: 'updated', type: DateTime
|
|
950
|
+
|
|
951
|
+
property :web_property_id, as: 'webPropertyId'
|
|
952
|
+
end
|
|
953
|
+
|
|
954
|
+
class ParentLink
|
|
955
|
+
# @private
|
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
957
|
+
property :href, as: 'href'
|
|
958
|
+
property :type, as: 'type'
|
|
959
|
+
end
|
|
960
|
+
end
|
|
961
|
+
end
|
|
962
|
+
|
|
963
|
+
class CustomMetrics
|
|
964
|
+
# @private
|
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
966
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::CustomMetric, decorator: Google::Apis::AnalyticsV3::CustomMetric::Representation
|
|
967
|
+
|
|
968
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
969
|
+
property :kind, as: 'kind'
|
|
970
|
+
property :next_link, as: 'nextLink'
|
|
971
|
+
property :previous_link, as: 'previousLink'
|
|
972
|
+
property :start_index, as: 'startIndex'
|
|
973
|
+
property :total_results, as: 'totalResults'
|
|
974
|
+
property :username, as: 'username'
|
|
975
|
+
end
|
|
976
|
+
end
|
|
977
|
+
|
|
978
|
+
class EntityAdWordsLink
|
|
979
|
+
# @private
|
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
981
|
+
collection :ad_words_accounts, as: 'adWordsAccounts', class: Google::Apis::AnalyticsV3::AdWordsAccount, decorator: Google::Apis::AnalyticsV3::AdWordsAccount::Representation
|
|
982
|
+
|
|
983
|
+
property :entity, as: 'entity', class: Google::Apis::AnalyticsV3::EntityAdWordsLink::Entity, decorator: Google::Apis::AnalyticsV3::EntityAdWordsLink::Entity::Representation
|
|
984
|
+
|
|
985
|
+
property :id, as: 'id'
|
|
986
|
+
property :kind, as: 'kind'
|
|
987
|
+
property :name, as: 'name'
|
|
988
|
+
collection :profile_ids, as: 'profileIds'
|
|
989
|
+
property :self_link, as: 'selfLink'
|
|
990
|
+
end
|
|
991
|
+
|
|
992
|
+
class Entity
|
|
993
|
+
# @private
|
|
994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
995
|
+
property :web_property_ref, as: 'webPropertyRef', class: Google::Apis::AnalyticsV3::WebPropertyRef, decorator: Google::Apis::AnalyticsV3::WebPropertyRef::Representation
|
|
996
|
+
|
|
997
|
+
end
|
|
998
|
+
end
|
|
999
|
+
end
|
|
1000
|
+
|
|
1001
|
+
class EntityAdWordsLinks
|
|
1002
|
+
# @private
|
|
1003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1004
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::EntityAdWordsLink, decorator: Google::Apis::AnalyticsV3::EntityAdWordsLink::Representation
|
|
1005
|
+
|
|
1006
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1007
|
+
property :kind, as: 'kind'
|
|
1008
|
+
property :next_link, as: 'nextLink'
|
|
1009
|
+
property :previous_link, as: 'previousLink'
|
|
1010
|
+
property :start_index, as: 'startIndex'
|
|
1011
|
+
property :total_results, as: 'totalResults'
|
|
1012
|
+
end
|
|
1013
|
+
end
|
|
1014
|
+
|
|
1015
|
+
class EntityUserLink
|
|
1016
|
+
# @private
|
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1018
|
+
property :entity, as: 'entity', class: Google::Apis::AnalyticsV3::EntityUserLink::Entity, decorator: Google::Apis::AnalyticsV3::EntityUserLink::Entity::Representation
|
|
1019
|
+
|
|
1020
|
+
property :id, as: 'id'
|
|
1021
|
+
property :kind, as: 'kind'
|
|
1022
|
+
property :permissions, as: 'permissions', class: Google::Apis::AnalyticsV3::EntityUserLink::Permissions, decorator: Google::Apis::AnalyticsV3::EntityUserLink::Permissions::Representation
|
|
1023
|
+
|
|
1024
|
+
property :self_link, as: 'selfLink'
|
|
1025
|
+
property :user_ref, as: 'userRef', class: Google::Apis::AnalyticsV3::UserRef, decorator: Google::Apis::AnalyticsV3::UserRef::Representation
|
|
1026
|
+
|
|
1027
|
+
end
|
|
1028
|
+
|
|
1029
|
+
class Entity
|
|
1030
|
+
# @private
|
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1032
|
+
property :account_ref, as: 'accountRef', class: Google::Apis::AnalyticsV3::AccountRef, decorator: Google::Apis::AnalyticsV3::AccountRef::Representation
|
|
1033
|
+
|
|
1034
|
+
property :profile_ref, as: 'profileRef', class: Google::Apis::AnalyticsV3::ProfileRef, decorator: Google::Apis::AnalyticsV3::ProfileRef::Representation
|
|
1035
|
+
|
|
1036
|
+
property :web_property_ref, as: 'webPropertyRef', class: Google::Apis::AnalyticsV3::WebPropertyRef, decorator: Google::Apis::AnalyticsV3::WebPropertyRef::Representation
|
|
1037
|
+
|
|
1038
|
+
end
|
|
1039
|
+
end
|
|
1040
|
+
|
|
1041
|
+
class Permissions
|
|
1042
|
+
# @private
|
|
1043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1044
|
+
collection :effective, as: 'effective'
|
|
1045
|
+
collection :local, as: 'local'
|
|
1046
|
+
end
|
|
1047
|
+
end
|
|
1048
|
+
end
|
|
1049
|
+
|
|
1050
|
+
class EntityUserLinks
|
|
1051
|
+
# @private
|
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1053
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::EntityUserLink, decorator: Google::Apis::AnalyticsV3::EntityUserLink::Representation
|
|
1054
|
+
|
|
1055
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1056
|
+
property :kind, as: 'kind'
|
|
1057
|
+
property :next_link, as: 'nextLink'
|
|
1058
|
+
property :previous_link, as: 'previousLink'
|
|
1059
|
+
property :start_index, as: 'startIndex'
|
|
1060
|
+
property :total_results, as: 'totalResults'
|
|
1061
|
+
end
|
|
1062
|
+
end
|
|
1063
|
+
|
|
1064
|
+
class Experiment
|
|
1065
|
+
# @private
|
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1067
|
+
property :account_id, as: 'accountId'
|
|
1068
|
+
property :created, as: 'created', type: DateTime
|
|
1069
|
+
|
|
1070
|
+
property :description, as: 'description'
|
|
1071
|
+
property :editable_in_ga_ui, as: 'editableInGaUi'
|
|
1072
|
+
property :end_time, as: 'endTime', type: DateTime
|
|
1073
|
+
|
|
1074
|
+
property :equal_weighting, as: 'equalWeighting'
|
|
1075
|
+
property :id, as: 'id'
|
|
1076
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1077
|
+
property :kind, as: 'kind'
|
|
1078
|
+
property :minimum_experiment_length_in_days, as: 'minimumExperimentLengthInDays'
|
|
1079
|
+
property :name, as: 'name'
|
|
1080
|
+
property :objective_metric, as: 'objectiveMetric'
|
|
1081
|
+
property :optimization_type, as: 'optimizationType'
|
|
1082
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::Experiment::ParentLink, decorator: Google::Apis::AnalyticsV3::Experiment::ParentLink::Representation
|
|
1083
|
+
|
|
1084
|
+
property :profile_id, as: 'profileId'
|
|
1085
|
+
property :reason_experiment_ended, as: 'reasonExperimentEnded'
|
|
1086
|
+
property :rewrite_variation_urls_as_original, as: 'rewriteVariationUrlsAsOriginal'
|
|
1087
|
+
property :self_link, as: 'selfLink'
|
|
1088
|
+
property :serving_framework, as: 'servingFramework'
|
|
1089
|
+
property :snippet, as: 'snippet'
|
|
1090
|
+
property :start_time, as: 'startTime', type: DateTime
|
|
1091
|
+
|
|
1092
|
+
property :status, as: 'status'
|
|
1093
|
+
property :traffic_coverage, as: 'trafficCoverage'
|
|
1094
|
+
property :updated, as: 'updated', type: DateTime
|
|
1095
|
+
|
|
1096
|
+
collection :variations, as: 'variations', class: Google::Apis::AnalyticsV3::Experiment::Variation, decorator: Google::Apis::AnalyticsV3::Experiment::Variation::Representation
|
|
1097
|
+
|
|
1098
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1099
|
+
property :winner_confidence_level, as: 'winnerConfidenceLevel'
|
|
1100
|
+
property :winner_found, as: 'winnerFound'
|
|
1101
|
+
end
|
|
1102
|
+
|
|
1103
|
+
class ParentLink
|
|
1104
|
+
# @private
|
|
1105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1106
|
+
property :href, as: 'href'
|
|
1107
|
+
property :type, as: 'type'
|
|
1108
|
+
end
|
|
1109
|
+
end
|
|
1110
|
+
|
|
1111
|
+
class Variation
|
|
1112
|
+
# @private
|
|
1113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1114
|
+
property :name, as: 'name'
|
|
1115
|
+
property :status, as: 'status'
|
|
1116
|
+
property :url, as: 'url'
|
|
1117
|
+
property :weight, as: 'weight'
|
|
1118
|
+
property :won, as: 'won'
|
|
1119
|
+
end
|
|
1120
|
+
end
|
|
1121
|
+
end
|
|
1122
|
+
|
|
1123
|
+
class Experiments
|
|
1124
|
+
# @private
|
|
1125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1126
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Experiment, decorator: Google::Apis::AnalyticsV3::Experiment::Representation
|
|
1127
|
+
|
|
1128
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1129
|
+
property :kind, as: 'kind'
|
|
1130
|
+
property :next_link, as: 'nextLink'
|
|
1131
|
+
property :previous_link, as: 'previousLink'
|
|
1132
|
+
property :start_index, as: 'startIndex'
|
|
1133
|
+
property :total_results, as: 'totalResults'
|
|
1134
|
+
property :username, as: 'username'
|
|
1135
|
+
end
|
|
1136
|
+
end
|
|
1137
|
+
|
|
1138
|
+
class Filter
|
|
1139
|
+
# @private
|
|
1140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1141
|
+
property :account_id, as: 'accountId'
|
|
1142
|
+
property :advanced_details, as: 'advancedDetails', class: Google::Apis::AnalyticsV3::Filter::AdvancedDetails, decorator: Google::Apis::AnalyticsV3::Filter::AdvancedDetails::Representation
|
|
1143
|
+
|
|
1144
|
+
property :created, as: 'created', type: DateTime
|
|
1145
|
+
|
|
1146
|
+
property :exclude_details, as: 'excludeDetails', class: Google::Apis::AnalyticsV3::FilterExpression, decorator: Google::Apis::AnalyticsV3::FilterExpression::Representation
|
|
1147
|
+
|
|
1148
|
+
property :id, as: 'id'
|
|
1149
|
+
property :include_details, as: 'includeDetails', class: Google::Apis::AnalyticsV3::FilterExpression, decorator: Google::Apis::AnalyticsV3::FilterExpression::Representation
|
|
1150
|
+
|
|
1151
|
+
property :kind, as: 'kind'
|
|
1152
|
+
property :lowercase_details, as: 'lowercaseDetails', class: Google::Apis::AnalyticsV3::Filter::LowercaseDetails, decorator: Google::Apis::AnalyticsV3::Filter::LowercaseDetails::Representation
|
|
1153
|
+
|
|
1154
|
+
property :name, as: 'name'
|
|
1155
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::Filter::ParentLink, decorator: Google::Apis::AnalyticsV3::Filter::ParentLink::Representation
|
|
1156
|
+
|
|
1157
|
+
property :search_and_replace_details, as: 'searchAndReplaceDetails', class: Google::Apis::AnalyticsV3::Filter::SearchAndReplaceDetails, decorator: Google::Apis::AnalyticsV3::Filter::SearchAndReplaceDetails::Representation
|
|
1158
|
+
|
|
1159
|
+
property :self_link, as: 'selfLink'
|
|
1160
|
+
property :type, as: 'type'
|
|
1161
|
+
property :updated, as: 'updated', type: DateTime
|
|
1162
|
+
|
|
1163
|
+
property :uppercase_details, as: 'uppercaseDetails', class: Google::Apis::AnalyticsV3::Filter::UppercaseDetails, decorator: Google::Apis::AnalyticsV3::Filter::UppercaseDetails::Representation
|
|
1164
|
+
|
|
1165
|
+
end
|
|
1166
|
+
|
|
1167
|
+
class AdvancedDetails
|
|
1168
|
+
# @private
|
|
1169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1170
|
+
property :case_sensitive, as: 'caseSensitive'
|
|
1171
|
+
property :extract_a, as: 'extractA'
|
|
1172
|
+
property :extract_b, as: 'extractB'
|
|
1173
|
+
property :field_a, as: 'fieldA'
|
|
1174
|
+
property :field_a_index, as: 'fieldAIndex'
|
|
1175
|
+
property :field_a_required, as: 'fieldARequired'
|
|
1176
|
+
property :field_b, as: 'fieldB'
|
|
1177
|
+
property :field_b_index, as: 'fieldBIndex'
|
|
1178
|
+
property :field_b_required, as: 'fieldBRequired'
|
|
1179
|
+
property :output_constructor, as: 'outputConstructor'
|
|
1180
|
+
property :output_to_field, as: 'outputToField'
|
|
1181
|
+
property :output_to_field_index, as: 'outputToFieldIndex'
|
|
1182
|
+
property :override_output_field, as: 'overrideOutputField'
|
|
1183
|
+
end
|
|
1184
|
+
end
|
|
1185
|
+
|
|
1186
|
+
class LowercaseDetails
|
|
1187
|
+
# @private
|
|
1188
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1189
|
+
property :field, as: 'field'
|
|
1190
|
+
property :field_index, as: 'fieldIndex'
|
|
1191
|
+
end
|
|
1192
|
+
end
|
|
1193
|
+
|
|
1194
|
+
class ParentLink
|
|
1195
|
+
# @private
|
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1197
|
+
property :href, as: 'href'
|
|
1198
|
+
property :type, as: 'type'
|
|
1199
|
+
end
|
|
1200
|
+
end
|
|
1201
|
+
|
|
1202
|
+
class SearchAndReplaceDetails
|
|
1203
|
+
# @private
|
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1205
|
+
property :case_sensitive, as: 'caseSensitive'
|
|
1206
|
+
property :field, as: 'field'
|
|
1207
|
+
property :field_index, as: 'fieldIndex'
|
|
1208
|
+
property :replace_string, as: 'replaceString'
|
|
1209
|
+
property :search_string, as: 'searchString'
|
|
1210
|
+
end
|
|
1211
|
+
end
|
|
1212
|
+
|
|
1213
|
+
class UppercaseDetails
|
|
1214
|
+
# @private
|
|
1215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1216
|
+
property :field, as: 'field'
|
|
1217
|
+
property :field_index, as: 'fieldIndex'
|
|
1218
|
+
end
|
|
1219
|
+
end
|
|
1220
|
+
end
|
|
1221
|
+
|
|
1222
|
+
class FilterExpression
|
|
1223
|
+
# @private
|
|
1224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1225
|
+
property :case_sensitive, as: 'caseSensitive'
|
|
1226
|
+
property :expression_value, as: 'expressionValue'
|
|
1227
|
+
property :field, as: 'field'
|
|
1228
|
+
property :field_index, as: 'fieldIndex'
|
|
1229
|
+
property :kind, as: 'kind'
|
|
1230
|
+
property :match_type, as: 'matchType'
|
|
1231
|
+
end
|
|
1232
|
+
end
|
|
1233
|
+
|
|
1234
|
+
class FilterRef
|
|
1235
|
+
# @private
|
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1237
|
+
property :account_id, as: 'accountId'
|
|
1238
|
+
property :href, as: 'href'
|
|
1239
|
+
property :id, as: 'id'
|
|
1240
|
+
property :kind, as: 'kind'
|
|
1241
|
+
property :name, as: 'name'
|
|
1242
|
+
end
|
|
1243
|
+
end
|
|
1244
|
+
|
|
1245
|
+
class Filters
|
|
1246
|
+
# @private
|
|
1247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1248
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Filter, decorator: Google::Apis::AnalyticsV3::Filter::Representation
|
|
1249
|
+
|
|
1250
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1251
|
+
property :kind, as: 'kind'
|
|
1252
|
+
property :next_link, as: 'nextLink'
|
|
1253
|
+
property :previous_link, as: 'previousLink'
|
|
1254
|
+
property :start_index, as: 'startIndex'
|
|
1255
|
+
property :total_results, as: 'totalResults'
|
|
1256
|
+
property :username, as: 'username'
|
|
1257
|
+
end
|
|
1258
|
+
end
|
|
1259
|
+
|
|
1260
|
+
class GaData
|
|
1261
|
+
# @private
|
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1263
|
+
collection :column_headers, as: 'columnHeaders', class: Google::Apis::AnalyticsV3::GaData::ColumnHeader, decorator: Google::Apis::AnalyticsV3::GaData::ColumnHeader::Representation
|
|
1264
|
+
|
|
1265
|
+
property :contains_sampled_data, as: 'containsSampledData'
|
|
1266
|
+
property :data_last_refreshed, :numeric_string => true, as: 'dataLastRefreshed'
|
|
1267
|
+
property :data_table, as: 'dataTable', class: Google::Apis::AnalyticsV3::GaData::DataTable, decorator: Google::Apis::AnalyticsV3::GaData::DataTable::Representation
|
|
1268
|
+
|
|
1269
|
+
property :id, as: 'id'
|
|
1270
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1271
|
+
property :kind, as: 'kind'
|
|
1272
|
+
property :next_link, as: 'nextLink'
|
|
1273
|
+
property :previous_link, as: 'previousLink'
|
|
1274
|
+
property :profile_info, as: 'profileInfo', class: Google::Apis::AnalyticsV3::GaData::ProfileInfo, decorator: Google::Apis::AnalyticsV3::GaData::ProfileInfo::Representation
|
|
1275
|
+
|
|
1276
|
+
property :query, as: 'query', class: Google::Apis::AnalyticsV3::GaData::Query, decorator: Google::Apis::AnalyticsV3::GaData::Query::Representation
|
|
1277
|
+
|
|
1278
|
+
collection :rows, as: 'rows', :class => Array do
|
|
1279
|
+
include Representable::JSON::Collection
|
|
1280
|
+
items
|
|
1281
|
+
end
|
|
1282
|
+
|
|
1283
|
+
property :sample_size, :numeric_string => true, as: 'sampleSize'
|
|
1284
|
+
property :sample_space, :numeric_string => true, as: 'sampleSpace'
|
|
1285
|
+
property :self_link, as: 'selfLink'
|
|
1286
|
+
property :total_results, as: 'totalResults'
|
|
1287
|
+
hash :totals_for_all_results, as: 'totalsForAllResults'
|
|
1288
|
+
end
|
|
1289
|
+
|
|
1290
|
+
class ColumnHeader
|
|
1291
|
+
# @private
|
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1293
|
+
property :column_type, as: 'columnType'
|
|
1294
|
+
property :data_type, as: 'dataType'
|
|
1295
|
+
property :name, as: 'name'
|
|
1296
|
+
end
|
|
1297
|
+
end
|
|
1298
|
+
|
|
1299
|
+
class DataTable
|
|
1300
|
+
# @private
|
|
1301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1302
|
+
collection :cols, as: 'cols', class: Google::Apis::AnalyticsV3::GaData::DataTable::Col, decorator: Google::Apis::AnalyticsV3::GaData::DataTable::Col::Representation
|
|
1303
|
+
|
|
1304
|
+
collection :rows, as: 'rows', class: Google::Apis::AnalyticsV3::GaData::DataTable::Row, decorator: Google::Apis::AnalyticsV3::GaData::DataTable::Row::Representation
|
|
1305
|
+
|
|
1306
|
+
end
|
|
1307
|
+
|
|
1308
|
+
class Col
|
|
1309
|
+
# @private
|
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1311
|
+
property :id, as: 'id'
|
|
1312
|
+
property :label, as: 'label'
|
|
1313
|
+
property :type, as: 'type'
|
|
1314
|
+
end
|
|
1315
|
+
end
|
|
1316
|
+
|
|
1317
|
+
class Row
|
|
1318
|
+
# @private
|
|
1319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1320
|
+
collection :c, as: 'c', class: Google::Apis::AnalyticsV3::GaData::DataTable::Row::C, decorator: Google::Apis::AnalyticsV3::GaData::DataTable::Row::C::Representation
|
|
1321
|
+
|
|
1322
|
+
end
|
|
1323
|
+
|
|
1324
|
+
class C
|
|
1325
|
+
# @private
|
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1327
|
+
property :v, as: 'v'
|
|
1328
|
+
end
|
|
1329
|
+
end
|
|
1330
|
+
end
|
|
1331
|
+
end
|
|
1332
|
+
|
|
1333
|
+
class ProfileInfo
|
|
1334
|
+
# @private
|
|
1335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1336
|
+
property :account_id, as: 'accountId'
|
|
1337
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1338
|
+
property :profile_id, as: 'profileId'
|
|
1339
|
+
property :profile_name, as: 'profileName'
|
|
1340
|
+
property :table_id, as: 'tableId'
|
|
1341
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1342
|
+
end
|
|
1343
|
+
end
|
|
1344
|
+
|
|
1345
|
+
class Query
|
|
1346
|
+
# @private
|
|
1347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1348
|
+
property :dimensions, as: 'dimensions'
|
|
1349
|
+
property :end_date, as: 'end-date'
|
|
1350
|
+
property :filters, as: 'filters'
|
|
1351
|
+
property :ids, as: 'ids'
|
|
1352
|
+
property :max_results, as: 'max-results'
|
|
1353
|
+
collection :metrics, as: 'metrics'
|
|
1354
|
+
property :sampling_level, as: 'samplingLevel'
|
|
1355
|
+
property :segment, as: 'segment'
|
|
1356
|
+
collection :sort, as: 'sort'
|
|
1357
|
+
property :start_date, as: 'start-date'
|
|
1358
|
+
property :start_index, as: 'start-index'
|
|
1359
|
+
end
|
|
1360
|
+
end
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1363
|
+
class Goal
|
|
1364
|
+
# @private
|
|
1365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1366
|
+
property :account_id, as: 'accountId'
|
|
1367
|
+
property :active, as: 'active'
|
|
1368
|
+
property :created, as: 'created', type: DateTime
|
|
1369
|
+
|
|
1370
|
+
property :event_details, as: 'eventDetails', class: Google::Apis::AnalyticsV3::Goal::EventDetails, decorator: Google::Apis::AnalyticsV3::Goal::EventDetails::Representation
|
|
1371
|
+
|
|
1372
|
+
property :id, as: 'id'
|
|
1373
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1374
|
+
property :kind, as: 'kind'
|
|
1375
|
+
property :name, as: 'name'
|
|
1376
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::Goal::ParentLink, decorator: Google::Apis::AnalyticsV3::Goal::ParentLink::Representation
|
|
1377
|
+
|
|
1378
|
+
property :profile_id, as: 'profileId'
|
|
1379
|
+
property :self_link, as: 'selfLink'
|
|
1380
|
+
property :type, as: 'type'
|
|
1381
|
+
property :updated, as: 'updated', type: DateTime
|
|
1382
|
+
|
|
1383
|
+
property :url_destination_details, as: 'urlDestinationDetails', class: Google::Apis::AnalyticsV3::Goal::UrlDestinationDetails, decorator: Google::Apis::AnalyticsV3::Goal::UrlDestinationDetails::Representation
|
|
1384
|
+
|
|
1385
|
+
property :value, as: 'value'
|
|
1386
|
+
property :visit_num_pages_details, as: 'visitNumPagesDetails', class: Google::Apis::AnalyticsV3::Goal::VisitNumPagesDetails, decorator: Google::Apis::AnalyticsV3::Goal::VisitNumPagesDetails::Representation
|
|
1387
|
+
|
|
1388
|
+
property :visit_time_on_site_details, as: 'visitTimeOnSiteDetails', class: Google::Apis::AnalyticsV3::Goal::VisitTimeOnSiteDetails, decorator: Google::Apis::AnalyticsV3::Goal::VisitTimeOnSiteDetails::Representation
|
|
1389
|
+
|
|
1390
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1391
|
+
end
|
|
1392
|
+
|
|
1393
|
+
class EventDetails
|
|
1394
|
+
# @private
|
|
1395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1396
|
+
collection :event_conditions, as: 'eventConditions', class: Google::Apis::AnalyticsV3::Goal::EventDetails::EventCondition, decorator: Google::Apis::AnalyticsV3::Goal::EventDetails::EventCondition::Representation
|
|
1397
|
+
|
|
1398
|
+
property :use_event_value, as: 'useEventValue'
|
|
1399
|
+
end
|
|
1400
|
+
|
|
1401
|
+
class EventCondition
|
|
1402
|
+
# @private
|
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1404
|
+
property :comparison_type, as: 'comparisonType'
|
|
1405
|
+
property :comparison_value, :numeric_string => true, as: 'comparisonValue'
|
|
1406
|
+
property :expression, as: 'expression'
|
|
1407
|
+
property :match_type, as: 'matchType'
|
|
1408
|
+
property :type, as: 'type'
|
|
1409
|
+
end
|
|
1410
|
+
end
|
|
1411
|
+
end
|
|
1412
|
+
|
|
1413
|
+
class ParentLink
|
|
1414
|
+
# @private
|
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1416
|
+
property :href, as: 'href'
|
|
1417
|
+
property :type, as: 'type'
|
|
1418
|
+
end
|
|
1419
|
+
end
|
|
1420
|
+
|
|
1421
|
+
class UrlDestinationDetails
|
|
1422
|
+
# @private
|
|
1423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1424
|
+
property :case_sensitive, as: 'caseSensitive'
|
|
1425
|
+
property :first_step_required, as: 'firstStepRequired'
|
|
1426
|
+
property :match_type, as: 'matchType'
|
|
1427
|
+
collection :steps, as: 'steps', class: Google::Apis::AnalyticsV3::Goal::UrlDestinationDetails::Step, decorator: Google::Apis::AnalyticsV3::Goal::UrlDestinationDetails::Step::Representation
|
|
1428
|
+
|
|
1429
|
+
property :url, as: 'url'
|
|
1430
|
+
end
|
|
1431
|
+
|
|
1432
|
+
class Step
|
|
1433
|
+
# @private
|
|
1434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1435
|
+
property :name, as: 'name'
|
|
1436
|
+
property :number, as: 'number'
|
|
1437
|
+
property :url, as: 'url'
|
|
1438
|
+
end
|
|
1439
|
+
end
|
|
1440
|
+
end
|
|
1441
|
+
|
|
1442
|
+
class VisitNumPagesDetails
|
|
1443
|
+
# @private
|
|
1444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1445
|
+
property :comparison_type, as: 'comparisonType'
|
|
1446
|
+
property :comparison_value, :numeric_string => true, as: 'comparisonValue'
|
|
1447
|
+
end
|
|
1448
|
+
end
|
|
1449
|
+
|
|
1450
|
+
class VisitTimeOnSiteDetails
|
|
1451
|
+
# @private
|
|
1452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1453
|
+
property :comparison_type, as: 'comparisonType'
|
|
1454
|
+
property :comparison_value, :numeric_string => true, as: 'comparisonValue'
|
|
1455
|
+
end
|
|
1456
|
+
end
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1459
|
+
class Goals
|
|
1460
|
+
# @private
|
|
1461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1462
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Goal, decorator: Google::Apis::AnalyticsV3::Goal::Representation
|
|
1463
|
+
|
|
1464
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1465
|
+
property :kind, as: 'kind'
|
|
1466
|
+
property :next_link, as: 'nextLink'
|
|
1467
|
+
property :previous_link, as: 'previousLink'
|
|
1468
|
+
property :start_index, as: 'startIndex'
|
|
1469
|
+
property :total_results, as: 'totalResults'
|
|
1470
|
+
property :username, as: 'username'
|
|
1471
|
+
end
|
|
1472
|
+
end
|
|
1473
|
+
|
|
1474
|
+
class HashClientIdRequest
|
|
1475
|
+
# @private
|
|
1476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1477
|
+
property :client_id, as: 'clientId'
|
|
1478
|
+
property :kind, as: 'kind'
|
|
1479
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1480
|
+
end
|
|
1481
|
+
end
|
|
1482
|
+
|
|
1483
|
+
class HashClientIdResponse
|
|
1484
|
+
# @private
|
|
1485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1486
|
+
property :client_id, as: 'clientId'
|
|
1487
|
+
property :hashed_client_id, as: 'hashedClientId'
|
|
1488
|
+
property :kind, as: 'kind'
|
|
1489
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1490
|
+
end
|
|
1491
|
+
end
|
|
1492
|
+
|
|
1493
|
+
class IncludeConditions
|
|
1494
|
+
# @private
|
|
1495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1496
|
+
property :days_to_look_back, as: 'daysToLookBack'
|
|
1497
|
+
property :is_smart_list, as: 'isSmartList'
|
|
1498
|
+
property :kind, as: 'kind'
|
|
1499
|
+
property :membership_duration_days, as: 'membershipDurationDays'
|
|
1500
|
+
property :segment, as: 'segment'
|
|
1501
|
+
end
|
|
1502
|
+
end
|
|
1503
|
+
|
|
1504
|
+
class LinkedForeignAccount
|
|
1505
|
+
# @private
|
|
1506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1507
|
+
property :account_id, as: 'accountId'
|
|
1508
|
+
property :eligible_for_search, as: 'eligibleForSearch'
|
|
1509
|
+
property :id, as: 'id'
|
|
1510
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1511
|
+
property :kind, as: 'kind'
|
|
1512
|
+
property :linked_account_id, as: 'linkedAccountId'
|
|
1513
|
+
property :remarketing_audience_id, as: 'remarketingAudienceId'
|
|
1514
|
+
property :status, as: 'status'
|
|
1515
|
+
property :type, as: 'type'
|
|
1516
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1517
|
+
end
|
|
1518
|
+
end
|
|
1519
|
+
|
|
1520
|
+
class McfData
|
|
1521
|
+
# @private
|
|
1522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1523
|
+
collection :column_headers, as: 'columnHeaders', class: Google::Apis::AnalyticsV3::McfData::ColumnHeader, decorator: Google::Apis::AnalyticsV3::McfData::ColumnHeader::Representation
|
|
1524
|
+
|
|
1525
|
+
property :contains_sampled_data, as: 'containsSampledData'
|
|
1526
|
+
property :id, as: 'id'
|
|
1527
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1528
|
+
property :kind, as: 'kind'
|
|
1529
|
+
property :next_link, as: 'nextLink'
|
|
1530
|
+
property :previous_link, as: 'previousLink'
|
|
1531
|
+
property :profile_info, as: 'profileInfo', class: Google::Apis::AnalyticsV3::McfData::ProfileInfo, decorator: Google::Apis::AnalyticsV3::McfData::ProfileInfo::Representation
|
|
1532
|
+
|
|
1533
|
+
property :query, as: 'query', class: Google::Apis::AnalyticsV3::McfData::Query, decorator: Google::Apis::AnalyticsV3::McfData::Query::Representation
|
|
1534
|
+
|
|
1535
|
+
collection :rows, as: 'rows', :class => Array do
|
|
1536
|
+
include Representable::JSON::Collection
|
|
1537
|
+
items class: Google::Apis::AnalyticsV3::McfData::Row, decorator: Google::Apis::AnalyticsV3::McfData::Row::Representation
|
|
1538
|
+
|
|
1539
|
+
end
|
|
1540
|
+
|
|
1541
|
+
property :sample_size, :numeric_string => true, as: 'sampleSize'
|
|
1542
|
+
property :sample_space, :numeric_string => true, as: 'sampleSpace'
|
|
1543
|
+
property :self_link, as: 'selfLink'
|
|
1544
|
+
property :total_results, as: 'totalResults'
|
|
1545
|
+
hash :totals_for_all_results, as: 'totalsForAllResults'
|
|
1546
|
+
end
|
|
1547
|
+
|
|
1548
|
+
class ColumnHeader
|
|
1549
|
+
# @private
|
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1551
|
+
property :column_type, as: 'columnType'
|
|
1552
|
+
property :data_type, as: 'dataType'
|
|
1553
|
+
property :name, as: 'name'
|
|
1554
|
+
end
|
|
1555
|
+
end
|
|
1556
|
+
|
|
1557
|
+
class ProfileInfo
|
|
1558
|
+
# @private
|
|
1559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1560
|
+
property :account_id, as: 'accountId'
|
|
1561
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1562
|
+
property :profile_id, as: 'profileId'
|
|
1563
|
+
property :profile_name, as: 'profileName'
|
|
1564
|
+
property :table_id, as: 'tableId'
|
|
1565
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1566
|
+
end
|
|
1567
|
+
end
|
|
1568
|
+
|
|
1569
|
+
class Query
|
|
1570
|
+
# @private
|
|
1571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1572
|
+
property :dimensions, as: 'dimensions'
|
|
1573
|
+
property :end_date, as: 'end-date'
|
|
1574
|
+
property :filters, as: 'filters'
|
|
1575
|
+
property :ids, as: 'ids'
|
|
1576
|
+
property :max_results, as: 'max-results'
|
|
1577
|
+
collection :metrics, as: 'metrics'
|
|
1578
|
+
property :sampling_level, as: 'samplingLevel'
|
|
1579
|
+
property :segment, as: 'segment'
|
|
1580
|
+
collection :sort, as: 'sort'
|
|
1581
|
+
property :start_date, as: 'start-date'
|
|
1582
|
+
property :start_index, as: 'start-index'
|
|
1583
|
+
end
|
|
1584
|
+
end
|
|
1585
|
+
|
|
1586
|
+
class Row
|
|
1587
|
+
# @private
|
|
1588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1589
|
+
collection :conversion_path_value, as: 'conversionPathValue', class: Google::Apis::AnalyticsV3::McfData::Row::ConversionPathValue, decorator: Google::Apis::AnalyticsV3::McfData::Row::ConversionPathValue::Representation
|
|
1590
|
+
|
|
1591
|
+
property :primitive_value, as: 'primitiveValue'
|
|
1592
|
+
end
|
|
1593
|
+
|
|
1594
|
+
class ConversionPathValue
|
|
1595
|
+
# @private
|
|
1596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1597
|
+
property :interaction_type, as: 'interactionType'
|
|
1598
|
+
property :node_value, as: 'nodeValue'
|
|
1599
|
+
end
|
|
1600
|
+
end
|
|
1601
|
+
end
|
|
1602
|
+
end
|
|
1603
|
+
|
|
1604
|
+
class Profile
|
|
1605
|
+
# @private
|
|
1606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1607
|
+
property :account_id, as: 'accountId'
|
|
1608
|
+
property :bot_filtering_enabled, as: 'botFilteringEnabled'
|
|
1609
|
+
property :child_link, as: 'childLink', class: Google::Apis::AnalyticsV3::Profile::ChildLink, decorator: Google::Apis::AnalyticsV3::Profile::ChildLink::Representation
|
|
1610
|
+
|
|
1611
|
+
property :created, as: 'created', type: DateTime
|
|
1612
|
+
|
|
1613
|
+
property :currency, as: 'currency'
|
|
1614
|
+
property :default_page, as: 'defaultPage'
|
|
1615
|
+
property :e_commerce_tracking, as: 'eCommerceTracking'
|
|
1616
|
+
property :enhanced_e_commerce_tracking, as: 'enhancedECommerceTracking'
|
|
1617
|
+
property :exclude_query_parameters, as: 'excludeQueryParameters'
|
|
1618
|
+
property :id, as: 'id'
|
|
1619
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1620
|
+
property :kind, as: 'kind'
|
|
1621
|
+
property :name, as: 'name'
|
|
1622
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::Profile::ParentLink, decorator: Google::Apis::AnalyticsV3::Profile::ParentLink::Representation
|
|
1623
|
+
|
|
1624
|
+
property :permissions, as: 'permissions', class: Google::Apis::AnalyticsV3::Profile::Permissions, decorator: Google::Apis::AnalyticsV3::Profile::Permissions::Representation
|
|
1625
|
+
|
|
1626
|
+
property :self_link, as: 'selfLink'
|
|
1627
|
+
property :site_search_category_parameters, as: 'siteSearchCategoryParameters'
|
|
1628
|
+
property :site_search_query_parameters, as: 'siteSearchQueryParameters'
|
|
1629
|
+
property :starred, as: 'starred'
|
|
1630
|
+
property :strip_site_search_category_parameters, as: 'stripSiteSearchCategoryParameters'
|
|
1631
|
+
property :strip_site_search_query_parameters, as: 'stripSiteSearchQueryParameters'
|
|
1632
|
+
property :timezone, as: 'timezone'
|
|
1633
|
+
property :type, as: 'type'
|
|
1634
|
+
property :updated, as: 'updated', type: DateTime
|
|
1635
|
+
|
|
1636
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1637
|
+
property :website_url, as: 'websiteUrl'
|
|
1638
|
+
end
|
|
1639
|
+
|
|
1640
|
+
class ChildLink
|
|
1641
|
+
# @private
|
|
1642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1643
|
+
property :href, as: 'href'
|
|
1644
|
+
property :type, as: 'type'
|
|
1645
|
+
end
|
|
1646
|
+
end
|
|
1647
|
+
|
|
1648
|
+
class ParentLink
|
|
1649
|
+
# @private
|
|
1650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1651
|
+
property :href, as: 'href'
|
|
1652
|
+
property :type, as: 'type'
|
|
1653
|
+
end
|
|
1654
|
+
end
|
|
1655
|
+
|
|
1656
|
+
class Permissions
|
|
1657
|
+
# @private
|
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1659
|
+
collection :effective, as: 'effective'
|
|
1660
|
+
end
|
|
1661
|
+
end
|
|
1662
|
+
end
|
|
1663
|
+
|
|
1664
|
+
class ProfileFilterLink
|
|
1665
|
+
# @private
|
|
1666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1667
|
+
property :filter_ref, as: 'filterRef', class: Google::Apis::AnalyticsV3::FilterRef, decorator: Google::Apis::AnalyticsV3::FilterRef::Representation
|
|
1668
|
+
|
|
1669
|
+
property :id, as: 'id'
|
|
1670
|
+
property :kind, as: 'kind'
|
|
1671
|
+
property :profile_ref, as: 'profileRef', class: Google::Apis::AnalyticsV3::ProfileRef, decorator: Google::Apis::AnalyticsV3::ProfileRef::Representation
|
|
1672
|
+
|
|
1673
|
+
property :rank, as: 'rank'
|
|
1674
|
+
property :self_link, as: 'selfLink'
|
|
1675
|
+
end
|
|
1676
|
+
end
|
|
1677
|
+
|
|
1678
|
+
class ProfileFilterLinks
|
|
1679
|
+
# @private
|
|
1680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1681
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::ProfileFilterLink, decorator: Google::Apis::AnalyticsV3::ProfileFilterLink::Representation
|
|
1682
|
+
|
|
1683
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1684
|
+
property :kind, as: 'kind'
|
|
1685
|
+
property :next_link, as: 'nextLink'
|
|
1686
|
+
property :previous_link, as: 'previousLink'
|
|
1687
|
+
property :start_index, as: 'startIndex'
|
|
1688
|
+
property :total_results, as: 'totalResults'
|
|
1689
|
+
property :username, as: 'username'
|
|
1690
|
+
end
|
|
1691
|
+
end
|
|
1692
|
+
|
|
1693
|
+
class ProfileRef
|
|
1694
|
+
# @private
|
|
1695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1696
|
+
property :account_id, as: 'accountId'
|
|
1697
|
+
property :href, as: 'href'
|
|
1698
|
+
property :id, as: 'id'
|
|
1699
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1700
|
+
property :kind, as: 'kind'
|
|
1701
|
+
property :name, as: 'name'
|
|
1702
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1703
|
+
end
|
|
1704
|
+
end
|
|
1705
|
+
|
|
1706
|
+
class ProfileSummary
|
|
1707
|
+
# @private
|
|
1708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1709
|
+
property :id, as: 'id'
|
|
1710
|
+
property :kind, as: 'kind'
|
|
1711
|
+
property :name, as: 'name'
|
|
1712
|
+
property :starred, as: 'starred'
|
|
1713
|
+
property :type, as: 'type'
|
|
1714
|
+
end
|
|
1715
|
+
end
|
|
1716
|
+
|
|
1717
|
+
class Profiles
|
|
1718
|
+
# @private
|
|
1719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1720
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Profile, decorator: Google::Apis::AnalyticsV3::Profile::Representation
|
|
1721
|
+
|
|
1722
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1723
|
+
property :kind, as: 'kind'
|
|
1724
|
+
property :next_link, as: 'nextLink'
|
|
1725
|
+
property :previous_link, as: 'previousLink'
|
|
1726
|
+
property :start_index, as: 'startIndex'
|
|
1727
|
+
property :total_results, as: 'totalResults'
|
|
1728
|
+
property :username, as: 'username'
|
|
1729
|
+
end
|
|
1730
|
+
end
|
|
1731
|
+
|
|
1732
|
+
class RealtimeData
|
|
1733
|
+
# @private
|
|
1734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1735
|
+
collection :column_headers, as: 'columnHeaders', class: Google::Apis::AnalyticsV3::RealtimeData::ColumnHeader, decorator: Google::Apis::AnalyticsV3::RealtimeData::ColumnHeader::Representation
|
|
1736
|
+
|
|
1737
|
+
property :id, as: 'id'
|
|
1738
|
+
property :kind, as: 'kind'
|
|
1739
|
+
property :profile_info, as: 'profileInfo', class: Google::Apis::AnalyticsV3::RealtimeData::ProfileInfo, decorator: Google::Apis::AnalyticsV3::RealtimeData::ProfileInfo::Representation
|
|
1740
|
+
|
|
1741
|
+
property :query, as: 'query', class: Google::Apis::AnalyticsV3::RealtimeData::Query, decorator: Google::Apis::AnalyticsV3::RealtimeData::Query::Representation
|
|
1742
|
+
|
|
1743
|
+
collection :rows, as: 'rows', :class => Array do
|
|
1744
|
+
include Representable::JSON::Collection
|
|
1745
|
+
items
|
|
1746
|
+
end
|
|
1747
|
+
|
|
1748
|
+
property :self_link, as: 'selfLink'
|
|
1749
|
+
property :total_results, as: 'totalResults'
|
|
1750
|
+
hash :totals_for_all_results, as: 'totalsForAllResults'
|
|
1751
|
+
end
|
|
1752
|
+
|
|
1753
|
+
class ColumnHeader
|
|
1754
|
+
# @private
|
|
1755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1756
|
+
property :column_type, as: 'columnType'
|
|
1757
|
+
property :data_type, as: 'dataType'
|
|
1758
|
+
property :name, as: 'name'
|
|
1759
|
+
end
|
|
1760
|
+
end
|
|
1761
|
+
|
|
1762
|
+
class ProfileInfo
|
|
1763
|
+
# @private
|
|
1764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1765
|
+
property :account_id, as: 'accountId'
|
|
1766
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1767
|
+
property :profile_id, as: 'profileId'
|
|
1768
|
+
property :profile_name, as: 'profileName'
|
|
1769
|
+
property :table_id, as: 'tableId'
|
|
1770
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1771
|
+
end
|
|
1772
|
+
end
|
|
1773
|
+
|
|
1774
|
+
class Query
|
|
1775
|
+
# @private
|
|
1776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1777
|
+
property :dimensions, as: 'dimensions'
|
|
1778
|
+
property :filters, as: 'filters'
|
|
1779
|
+
property :ids, as: 'ids'
|
|
1780
|
+
property :max_results, as: 'max-results'
|
|
1781
|
+
collection :metrics, as: 'metrics'
|
|
1782
|
+
collection :sort, as: 'sort'
|
|
1783
|
+
end
|
|
1784
|
+
end
|
|
1785
|
+
end
|
|
1786
|
+
|
|
1787
|
+
class RemarketingAudience
|
|
1788
|
+
# @private
|
|
1789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1790
|
+
property :account_id, as: 'accountId'
|
|
1791
|
+
property :audience_definition, as: 'audienceDefinition', class: Google::Apis::AnalyticsV3::RemarketingAudience::AudienceDefinition, decorator: Google::Apis::AnalyticsV3::RemarketingAudience::AudienceDefinition::Representation
|
|
1792
|
+
|
|
1793
|
+
property :audience_type, as: 'audienceType'
|
|
1794
|
+
property :created, as: 'created', type: DateTime
|
|
1795
|
+
|
|
1796
|
+
property :description, as: 'description'
|
|
1797
|
+
property :id, as: 'id'
|
|
1798
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
1799
|
+
property :kind, as: 'kind'
|
|
1800
|
+
collection :linked_ad_accounts, as: 'linkedAdAccounts', class: Google::Apis::AnalyticsV3::LinkedForeignAccount, decorator: Google::Apis::AnalyticsV3::LinkedForeignAccount::Representation
|
|
1801
|
+
|
|
1802
|
+
collection :linked_views, as: 'linkedViews'
|
|
1803
|
+
property :name, as: 'name'
|
|
1804
|
+
property :state_based_audience_definition, as: 'stateBasedAudienceDefinition', class: Google::Apis::AnalyticsV3::RemarketingAudience::StateBasedAudienceDefinition, decorator: Google::Apis::AnalyticsV3::RemarketingAudience::StateBasedAudienceDefinition::Representation
|
|
1805
|
+
|
|
1806
|
+
property :updated, as: 'updated', type: DateTime
|
|
1807
|
+
|
|
1808
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1809
|
+
end
|
|
1810
|
+
|
|
1811
|
+
class AudienceDefinition
|
|
1812
|
+
# @private
|
|
1813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1814
|
+
property :include_conditions, as: 'includeConditions', class: Google::Apis::AnalyticsV3::IncludeConditions, decorator: Google::Apis::AnalyticsV3::IncludeConditions::Representation
|
|
1815
|
+
|
|
1816
|
+
end
|
|
1817
|
+
end
|
|
1818
|
+
|
|
1819
|
+
class StateBasedAudienceDefinition
|
|
1820
|
+
# @private
|
|
1821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1822
|
+
property :exclude_conditions, as: 'excludeConditions', class: Google::Apis::AnalyticsV3::RemarketingAudience::StateBasedAudienceDefinition::ExcludeConditions, decorator: Google::Apis::AnalyticsV3::RemarketingAudience::StateBasedAudienceDefinition::ExcludeConditions::Representation
|
|
1823
|
+
|
|
1824
|
+
property :include_conditions, as: 'includeConditions', class: Google::Apis::AnalyticsV3::IncludeConditions, decorator: Google::Apis::AnalyticsV3::IncludeConditions::Representation
|
|
1825
|
+
|
|
1826
|
+
end
|
|
1827
|
+
|
|
1828
|
+
class ExcludeConditions
|
|
1829
|
+
# @private
|
|
1830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1831
|
+
property :exclusion_duration, as: 'exclusionDuration'
|
|
1832
|
+
property :segment, as: 'segment'
|
|
1833
|
+
end
|
|
1834
|
+
end
|
|
1835
|
+
end
|
|
1836
|
+
end
|
|
1837
|
+
|
|
1838
|
+
class RemarketingAudiences
|
|
1839
|
+
# @private
|
|
1840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1841
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::RemarketingAudience, decorator: Google::Apis::AnalyticsV3::RemarketingAudience::Representation
|
|
1842
|
+
|
|
1843
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1844
|
+
property :kind, as: 'kind'
|
|
1845
|
+
property :next_link, as: 'nextLink'
|
|
1846
|
+
property :previous_link, as: 'previousLink'
|
|
1847
|
+
property :start_index, as: 'startIndex'
|
|
1848
|
+
property :total_results, as: 'totalResults'
|
|
1849
|
+
property :username, as: 'username'
|
|
1850
|
+
end
|
|
1851
|
+
end
|
|
1852
|
+
|
|
1853
|
+
class Segment
|
|
1854
|
+
# @private
|
|
1855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1856
|
+
property :created, as: 'created', type: DateTime
|
|
1857
|
+
|
|
1858
|
+
property :definition, as: 'definition'
|
|
1859
|
+
property :id, as: 'id'
|
|
1860
|
+
property :kind, as: 'kind'
|
|
1861
|
+
property :name, as: 'name'
|
|
1862
|
+
property :segment_id, as: 'segmentId'
|
|
1863
|
+
property :self_link, as: 'selfLink'
|
|
1864
|
+
property :type, as: 'type'
|
|
1865
|
+
property :updated, as: 'updated', type: DateTime
|
|
1866
|
+
|
|
1867
|
+
end
|
|
1868
|
+
end
|
|
1869
|
+
|
|
1870
|
+
class Segments
|
|
1871
|
+
# @private
|
|
1872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1873
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Segment, decorator: Google::Apis::AnalyticsV3::Segment::Representation
|
|
1874
|
+
|
|
1875
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1876
|
+
property :kind, as: 'kind'
|
|
1877
|
+
property :next_link, as: 'nextLink'
|
|
1878
|
+
property :previous_link, as: 'previousLink'
|
|
1879
|
+
property :start_index, as: 'startIndex'
|
|
1880
|
+
property :total_results, as: 'totalResults'
|
|
1881
|
+
property :username, as: 'username'
|
|
1882
|
+
end
|
|
1883
|
+
end
|
|
1884
|
+
|
|
1885
|
+
class UnsampledReport
|
|
1886
|
+
# @private
|
|
1887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1888
|
+
property :account_id, as: 'accountId'
|
|
1889
|
+
property :cloud_storage_download_details, as: 'cloudStorageDownloadDetails', class: Google::Apis::AnalyticsV3::UnsampledReport::CloudStorageDownloadDetails, decorator: Google::Apis::AnalyticsV3::UnsampledReport::CloudStorageDownloadDetails::Representation
|
|
1890
|
+
|
|
1891
|
+
property :created, as: 'created', type: DateTime
|
|
1892
|
+
|
|
1893
|
+
property :dimensions, as: 'dimensions'
|
|
1894
|
+
property :download_type, as: 'downloadType'
|
|
1895
|
+
property :drive_download_details, as: 'driveDownloadDetails', class: Google::Apis::AnalyticsV3::UnsampledReport::DriveDownloadDetails, decorator: Google::Apis::AnalyticsV3::UnsampledReport::DriveDownloadDetails::Representation
|
|
1896
|
+
|
|
1897
|
+
property :end_date, as: 'end-date'
|
|
1898
|
+
property :filters, as: 'filters'
|
|
1899
|
+
property :id, as: 'id'
|
|
1900
|
+
property :kind, as: 'kind'
|
|
1901
|
+
property :metrics, as: 'metrics'
|
|
1902
|
+
property :profile_id, as: 'profileId'
|
|
1903
|
+
property :segment, as: 'segment'
|
|
1904
|
+
property :self_link, as: 'selfLink'
|
|
1905
|
+
property :start_date, as: 'start-date'
|
|
1906
|
+
property :status, as: 'status'
|
|
1907
|
+
property :title, as: 'title'
|
|
1908
|
+
property :updated, as: 'updated', type: DateTime
|
|
1909
|
+
|
|
1910
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1911
|
+
end
|
|
1912
|
+
|
|
1913
|
+
class CloudStorageDownloadDetails
|
|
1914
|
+
# @private
|
|
1915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1916
|
+
property :bucket_id, as: 'bucketId'
|
|
1917
|
+
property :obj_id, as: 'objectId'
|
|
1918
|
+
end
|
|
1919
|
+
end
|
|
1920
|
+
|
|
1921
|
+
class DriveDownloadDetails
|
|
1922
|
+
# @private
|
|
1923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1924
|
+
property :document_id, as: 'documentId'
|
|
1925
|
+
end
|
|
1926
|
+
end
|
|
1927
|
+
end
|
|
1928
|
+
|
|
1929
|
+
class UnsampledReports
|
|
1930
|
+
# @private
|
|
1931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1932
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::UnsampledReport, decorator: Google::Apis::AnalyticsV3::UnsampledReport::Representation
|
|
1933
|
+
|
|
1934
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1935
|
+
property :kind, as: 'kind'
|
|
1936
|
+
property :next_link, as: 'nextLink'
|
|
1937
|
+
property :previous_link, as: 'previousLink'
|
|
1938
|
+
property :start_index, as: 'startIndex'
|
|
1939
|
+
property :total_results, as: 'totalResults'
|
|
1940
|
+
property :username, as: 'username'
|
|
1941
|
+
end
|
|
1942
|
+
end
|
|
1943
|
+
|
|
1944
|
+
class Upload
|
|
1945
|
+
# @private
|
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1947
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1948
|
+
property :custom_data_source_id, as: 'customDataSourceId'
|
|
1949
|
+
collection :errors, as: 'errors'
|
|
1950
|
+
property :id, as: 'id'
|
|
1951
|
+
property :kind, as: 'kind'
|
|
1952
|
+
property :status, as: 'status'
|
|
1953
|
+
property :upload_time, as: 'uploadTime', type: DateTime
|
|
1954
|
+
|
|
1955
|
+
end
|
|
1956
|
+
end
|
|
1957
|
+
|
|
1958
|
+
class Uploads
|
|
1959
|
+
# @private
|
|
1960
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1961
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Upload, decorator: Google::Apis::AnalyticsV3::Upload::Representation
|
|
1962
|
+
|
|
1963
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
1964
|
+
property :kind, as: 'kind'
|
|
1965
|
+
property :next_link, as: 'nextLink'
|
|
1966
|
+
property :previous_link, as: 'previousLink'
|
|
1967
|
+
property :start_index, as: 'startIndex'
|
|
1968
|
+
property :total_results, as: 'totalResults'
|
|
1969
|
+
end
|
|
1970
|
+
end
|
|
1971
|
+
|
|
1972
|
+
class UserDeletionRequest
|
|
1973
|
+
# @private
|
|
1974
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1975
|
+
property :deletion_request_time, as: 'deletionRequestTime', type: DateTime
|
|
1976
|
+
|
|
1977
|
+
property :firebase_project_id, as: 'firebaseProjectId'
|
|
1978
|
+
property :id, as: 'id', class: Google::Apis::AnalyticsV3::UserDeletionRequest::Id, decorator: Google::Apis::AnalyticsV3::UserDeletionRequest::Id::Representation
|
|
1979
|
+
|
|
1980
|
+
property :kind, as: 'kind'
|
|
1981
|
+
property :property_id, as: 'propertyId'
|
|
1982
|
+
property :web_property_id, as: 'webPropertyId'
|
|
1983
|
+
end
|
|
1984
|
+
|
|
1985
|
+
class Id
|
|
1986
|
+
# @private
|
|
1987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1988
|
+
property :type, as: 'type'
|
|
1989
|
+
property :user_id, as: 'userId'
|
|
1990
|
+
end
|
|
1991
|
+
end
|
|
1992
|
+
end
|
|
1993
|
+
|
|
1994
|
+
class UserRef
|
|
1995
|
+
# @private
|
|
1996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1997
|
+
property :email, as: 'email'
|
|
1998
|
+
property :id, as: 'id'
|
|
1999
|
+
property :kind, as: 'kind'
|
|
2000
|
+
end
|
|
2001
|
+
end
|
|
2002
|
+
|
|
2003
|
+
class WebPropertyRef
|
|
2004
|
+
# @private
|
|
2005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2006
|
+
property :account_id, as: 'accountId'
|
|
2007
|
+
property :href, as: 'href'
|
|
2008
|
+
property :id, as: 'id'
|
|
2009
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
2010
|
+
property :kind, as: 'kind'
|
|
2011
|
+
property :name, as: 'name'
|
|
2012
|
+
end
|
|
2013
|
+
end
|
|
2014
|
+
|
|
2015
|
+
class WebPropertySummary
|
|
2016
|
+
# @private
|
|
2017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2018
|
+
property :id, as: 'id'
|
|
2019
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
2020
|
+
property :kind, as: 'kind'
|
|
2021
|
+
property :level, as: 'level'
|
|
2022
|
+
property :name, as: 'name'
|
|
2023
|
+
collection :profiles, as: 'profiles', class: Google::Apis::AnalyticsV3::ProfileSummary, decorator: Google::Apis::AnalyticsV3::ProfileSummary::Representation
|
|
2024
|
+
|
|
2025
|
+
property :starred, as: 'starred'
|
|
2026
|
+
property :website_url, as: 'websiteUrl'
|
|
2027
|
+
end
|
|
2028
|
+
end
|
|
2029
|
+
|
|
2030
|
+
class Webproperties
|
|
2031
|
+
# @private
|
|
2032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2033
|
+
collection :items, as: 'items', class: Google::Apis::AnalyticsV3::Webproperty, decorator: Google::Apis::AnalyticsV3::Webproperty::Representation
|
|
2034
|
+
|
|
2035
|
+
property :items_per_page, as: 'itemsPerPage'
|
|
2036
|
+
property :kind, as: 'kind'
|
|
2037
|
+
property :next_link, as: 'nextLink'
|
|
2038
|
+
property :previous_link, as: 'previousLink'
|
|
2039
|
+
property :start_index, as: 'startIndex'
|
|
2040
|
+
property :total_results, as: 'totalResults'
|
|
2041
|
+
property :username, as: 'username'
|
|
2042
|
+
end
|
|
2043
|
+
end
|
|
2044
|
+
|
|
2045
|
+
class Webproperty
|
|
2046
|
+
# @private
|
|
2047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2048
|
+
property :account_id, as: 'accountId'
|
|
2049
|
+
property :child_link, as: 'childLink', class: Google::Apis::AnalyticsV3::Webproperty::ChildLink, decorator: Google::Apis::AnalyticsV3::Webproperty::ChildLink::Representation
|
|
2050
|
+
|
|
2051
|
+
property :created, as: 'created', type: DateTime
|
|
2052
|
+
|
|
2053
|
+
property :data_retention_reset_on_new_activity, as: 'dataRetentionResetOnNewActivity'
|
|
2054
|
+
property :data_retention_ttl, as: 'dataRetentionTtl'
|
|
2055
|
+
property :default_profile_id, :numeric_string => true, as: 'defaultProfileId'
|
|
2056
|
+
property :id, as: 'id'
|
|
2057
|
+
property :industry_vertical, as: 'industryVertical'
|
|
2058
|
+
property :internal_web_property_id, as: 'internalWebPropertyId'
|
|
2059
|
+
property :kind, as: 'kind'
|
|
2060
|
+
property :level, as: 'level'
|
|
2061
|
+
property :name, as: 'name'
|
|
2062
|
+
property :parent_link, as: 'parentLink', class: Google::Apis::AnalyticsV3::Webproperty::ParentLink, decorator: Google::Apis::AnalyticsV3::Webproperty::ParentLink::Representation
|
|
2063
|
+
|
|
2064
|
+
property :permissions, as: 'permissions', class: Google::Apis::AnalyticsV3::Webproperty::Permissions, decorator: Google::Apis::AnalyticsV3::Webproperty::Permissions::Representation
|
|
2065
|
+
|
|
2066
|
+
property :profile_count, as: 'profileCount'
|
|
2067
|
+
property :self_link, as: 'selfLink'
|
|
2068
|
+
property :starred, as: 'starred'
|
|
2069
|
+
property :updated, as: 'updated', type: DateTime
|
|
2070
|
+
|
|
2071
|
+
property :website_url, as: 'websiteUrl'
|
|
2072
|
+
end
|
|
2073
|
+
|
|
2074
|
+
class ChildLink
|
|
2075
|
+
# @private
|
|
2076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2077
|
+
property :href, as: 'href'
|
|
2078
|
+
property :type, as: 'type'
|
|
2079
|
+
end
|
|
2080
|
+
end
|
|
2081
|
+
|
|
2082
|
+
class ParentLink
|
|
2083
|
+
# @private
|
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2085
|
+
property :href, as: 'href'
|
|
2086
|
+
property :type, as: 'type'
|
|
2087
|
+
end
|
|
2088
|
+
end
|
|
2089
|
+
|
|
2090
|
+
class Permissions
|
|
2091
|
+
# @private
|
|
2092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2093
|
+
collection :effective, as: 'effective'
|
|
2094
|
+
end
|
|
2095
|
+
end
|
|
2096
|
+
end
|
|
2097
|
+
end
|
|
2098
|
+
end
|
|
2099
|
+
end
|