google-apis-dfareporting_v3_5 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 DfareportingV3_5
18
+ # Version of the google-apis-dfareporting_v3_5 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.2.0"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20210521"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,4687 @@
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 DfareportingV3_5
24
+
25
+ class Account
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AccountActiveAdSummary
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AccountPermission
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AccountPermissionGroup
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AccountPermissionGroupsListResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AccountPermissionsListResponse
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AccountUserProfile
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AccountUserProfilesListResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AccountsListResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Activities
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Ad
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class AdBlockingConfiguration
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class AdSlot
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class AdsListResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class Advertiser
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class AdvertiserGroup
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class AdvertiserGroupsListResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class AdvertiserLandingPagesListResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class AdvertisersListResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class AudienceSegment
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class AudienceSegmentGroup
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Browser
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class BrowsersListResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class Campaign
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class CampaignCreativeAssociation
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class CampaignCreativeAssociationsListResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class CampaignsListResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class ChangeLog
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class ChangeLogsListResponse
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class ChannelGrouping
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class ChannelGroupingRule
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class CitiesListResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class City
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ClickTag
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class ClickThroughUrl
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class ClickThroughUrlSuffixProperties
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class CompanionClickThroughOverride
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class CompanionSetting
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class CompatibleFields
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ConnectionType
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class ConnectionTypesListResponse
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class ContentCategoriesListResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class ContentCategory
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class Conversion
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class ConversionError
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class ConversionStatus
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ConversionsBatchInsertRequest
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ConversionsBatchInsertResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class ConversionsBatchUpdateRequest
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class ConversionsBatchUpdateResponse
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class CountriesListResponse
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class Country
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class Creative
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class CreativeAsset
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class CreativeAssetId
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class CreativeAssetMetadata
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class CreativeAssetSelection
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class CreativeAssignment
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class CreativeClickThroughUrl
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class CreativeCustomEvent
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class CreativeField
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class CreativeFieldAssignment
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class CreativeFieldValue
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class CreativeFieldValuesListResponse
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class CreativeFieldsListResponse
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class CreativeGroup
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class CreativeGroupAssignment
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class CreativeGroupsListResponse
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class CreativeOptimizationConfiguration
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class CreativeRotation
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class CreativesListResponse
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class CrossDimensionReachReportCompatibleFields
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class CustomFloodlightVariable
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class CustomRichMediaEvents
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class CustomViewabilityMetric
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class CustomViewabilityMetricConfiguration
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class DateRange
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class DayPartTargeting
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class DeepLink
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class DefaultClickThroughEventTagProperties
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class DeliverySchedule
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class DfpSettings
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class Dimension
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class DimensionFilter
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class DimensionValue
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class DimensionValueList
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class DimensionValueRequest
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class DirectorySite
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class DirectorySiteSettings
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class DirectorySitesListResponse
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class DisjunctiveMatchStatement
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class DynamicTargetingKey
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class DynamicTargetingKeysListResponse
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class EncryptionInfo
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class EventFilter
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class EventTag
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class EventTagOverride
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class EventTagsListResponse
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class File
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ class Urls
617
+ class Representation < Google::Apis::Core::JsonRepresentation; end
618
+
619
+ include Google::Apis::Core::JsonObjectSupport
620
+ end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class FileList
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class Flight
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class FloodlightActivitiesGenerateTagResponse
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class FloodlightActivitiesListResponse
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class FloodlightActivity
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class FloodlightActivityDynamicTag
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class FloodlightActivityGroup
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class FloodlightActivityGroupsListResponse
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class FloodlightActivityPublisherDynamicTag
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class FloodlightConfiguration
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class FloodlightConfigurationsListResponse
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class FloodlightReportCompatibleFields
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class FrequencyCap
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class FsCommand
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GeoTargeting
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class InventoryItem
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class InventoryItemsListResponse
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class KeyValueTargetingExpression
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class LandingPage
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class Language
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class LanguageTargeting
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class LanguagesListResponse
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class LastModifiedInfo
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class ListPopulationClause
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class ListPopulationRule
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class ListPopulationTerm
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class ListTargetingExpression
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class LookbackConfiguration
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class MeasurementPartnerAdvertiserLink
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class MeasurementPartnerCampaignLink
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class MeasurementPartnerWrappingData
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class Metric
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class Metro
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class MetrosListResponse
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class MobileApp
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class MobileAppsListResponse
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class MobileCarrier
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class MobileCarriersListResponse
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class ObaIcon
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class ObjectFilter
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class OffsetPosition
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class OmnitureSettings
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class OperatingSystem
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class OperatingSystemVersion
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class OperatingSystemVersionsListResponse
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class OperatingSystemsListResponse
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class OptimizationActivity
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class Order
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class OrderContact
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class OrderDocument
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class OrderDocumentsListResponse
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class OrdersListResponse
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class PathFilter
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class PathReportCompatibleFields
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class PathReportDimensionValue
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class PathToConversionReportCompatibleFields
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class Placement
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class PlacementAssignment
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class PlacementGroup
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class PlacementGroupsListResponse
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class PlacementStrategiesListResponse
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class PlacementStrategy
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class PlacementTag
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class PlacementsGenerateTagsResponse
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class PlacementsListResponse
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class PlatformType
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class PlatformTypesListResponse
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class PopupWindowProperties
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class PostalCode
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class PostalCodesListResponse
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class Pricing
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class PricingSchedule
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class PricingSchedulePricingPeriod
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class Project
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class ProjectsListResponse
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class ReachReportCompatibleFields
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class Recipient
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class Region
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class RegionsListResponse
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class RemarketingList
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class RemarketingListShare
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class RemarketingListsListResponse
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class Report
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ class Criteria
1121
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1122
+
1123
+ include Google::Apis::Core::JsonObjectSupport
1124
+ end
1125
+
1126
+ class CrossDimensionReachCriteria
1127
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1128
+
1129
+ include Google::Apis::Core::JsonObjectSupport
1130
+ end
1131
+
1132
+ class Delivery
1133
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1134
+
1135
+ include Google::Apis::Core::JsonObjectSupport
1136
+ end
1137
+
1138
+ class FloodlightCriteria
1139
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1140
+
1141
+ class ReportProperties
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ include Google::Apis::Core::JsonObjectSupport
1148
+ end
1149
+
1150
+ class PathAttributionCriteria
1151
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1152
+
1153
+ include Google::Apis::Core::JsonObjectSupport
1154
+ end
1155
+
1156
+ class PathCriteria
1157
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1158
+
1159
+ include Google::Apis::Core::JsonObjectSupport
1160
+ end
1161
+
1162
+ class PathToConversionCriteria
1163
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1164
+
1165
+ class ReportProperties
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ include Google::Apis::Core::JsonObjectSupport
1172
+ end
1173
+
1174
+ class ReachCriteria
1175
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1176
+
1177
+ include Google::Apis::Core::JsonObjectSupport
1178
+ end
1179
+
1180
+ class Schedule
1181
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1182
+
1183
+ include Google::Apis::Core::JsonObjectSupport
1184
+ end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1189
+ class ReportCompatibleFields
1190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1191
+
1192
+ include Google::Apis::Core::JsonObjectSupport
1193
+ end
1194
+
1195
+ class ReportList
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class ReportsConfiguration
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1207
+ class RichMediaExitOverride
1208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1209
+
1210
+ include Google::Apis::Core::JsonObjectSupport
1211
+ end
1212
+
1213
+ class Rule
1214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1215
+
1216
+ include Google::Apis::Core::JsonObjectSupport
1217
+ end
1218
+
1219
+ class Site
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class SiteCompanionSetting
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class SiteContact
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class SiteSettings
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ include Google::Apis::Core::JsonObjectSupport
1241
+ end
1242
+
1243
+ class SiteSkippableSetting
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class SiteTranscodeSetting
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class SiteVideoSettings
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class SitesListResponse
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class Size
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class SizesListResponse
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
1279
+ class SkippableSetting
1280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ class SortedDimension
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1291
+ class Subaccount
1292
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1293
+
1294
+ include Google::Apis::Core::JsonObjectSupport
1295
+ end
1296
+
1297
+ class SubaccountsListResponse
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class TagData
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class TagSetting
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1315
+ class TagSettings
1316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1321
+ class TargetWindow
1322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1323
+
1324
+ include Google::Apis::Core::JsonObjectSupport
1325
+ end
1326
+
1327
+ class TargetableRemarketingList
1328
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1329
+
1330
+ include Google::Apis::Core::JsonObjectSupport
1331
+ end
1332
+
1333
+ class TargetableRemarketingListsListResponse
1334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1335
+
1336
+ include Google::Apis::Core::JsonObjectSupport
1337
+ end
1338
+
1339
+ class TargetingTemplate
1340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1341
+
1342
+ include Google::Apis::Core::JsonObjectSupport
1343
+ end
1344
+
1345
+ class TargetingTemplatesListResponse
1346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1347
+
1348
+ include Google::Apis::Core::JsonObjectSupport
1349
+ end
1350
+
1351
+ class TechnologyTargeting
1352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1353
+
1354
+ include Google::Apis::Core::JsonObjectSupport
1355
+ end
1356
+
1357
+ class ThirdPartyAuthenticationToken
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1363
+ class ThirdPartyTrackingUrl
1364
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1365
+
1366
+ include Google::Apis::Core::JsonObjectSupport
1367
+ end
1368
+
1369
+ class TranscodeSetting
1370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1371
+
1372
+ include Google::Apis::Core::JsonObjectSupport
1373
+ end
1374
+
1375
+ class UniversalAdId
1376
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1377
+
1378
+ include Google::Apis::Core::JsonObjectSupport
1379
+ end
1380
+
1381
+ class UserDefinedVariableConfiguration
1382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1383
+
1384
+ include Google::Apis::Core::JsonObjectSupport
1385
+ end
1386
+
1387
+ class UserProfile
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1389
+
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1392
+
1393
+ class UserProfileList
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1395
+
1396
+ include Google::Apis::Core::JsonObjectSupport
1397
+ end
1398
+
1399
+ class UserRole
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1405
+ class UserRolePermission
1406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1407
+
1408
+ include Google::Apis::Core::JsonObjectSupport
1409
+ end
1410
+
1411
+ class UserRolePermissionGroup
1412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1413
+
1414
+ include Google::Apis::Core::JsonObjectSupport
1415
+ end
1416
+
1417
+ class UserRolePermissionGroupsListResponse
1418
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1419
+
1420
+ include Google::Apis::Core::JsonObjectSupport
1421
+ end
1422
+
1423
+ class UserRolePermissionsListResponse
1424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1425
+
1426
+ include Google::Apis::Core::JsonObjectSupport
1427
+ end
1428
+
1429
+ class UserRolesListResponse
1430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1431
+
1432
+ include Google::Apis::Core::JsonObjectSupport
1433
+ end
1434
+
1435
+ class VideoFormat
1436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1437
+
1438
+ include Google::Apis::Core::JsonObjectSupport
1439
+ end
1440
+
1441
+ class VideoFormatsListResponse
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1447
+ class VideoOffset
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1453
+ class VideoSettings
1454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1455
+
1456
+ include Google::Apis::Core::JsonObjectSupport
1457
+ end
1458
+
1459
+ class Account
1460
+ # @private
1461
+ class Representation < Google::Apis::Core::JsonRepresentation
1462
+ collection :account_permission_ids, as: 'accountPermissionIds'
1463
+ property :account_profile, as: 'accountProfile'
1464
+ property :active, as: 'active'
1465
+ property :active_ads_limit_tier, as: 'activeAdsLimitTier'
1466
+ property :active_view_opt_out, as: 'activeViewOptOut'
1467
+ collection :available_permission_ids, as: 'availablePermissionIds'
1468
+ property :country_id, :numeric_string => true, as: 'countryId'
1469
+ property :currency_id, :numeric_string => true, as: 'currencyId'
1470
+ property :default_creative_size_id, :numeric_string => true, as: 'defaultCreativeSizeId'
1471
+ property :description, as: 'description'
1472
+ property :id, :numeric_string => true, as: 'id'
1473
+ property :kind, as: 'kind'
1474
+ property :locale, as: 'locale'
1475
+ property :maximum_image_size, :numeric_string => true, as: 'maximumImageSize'
1476
+ property :name, as: 'name'
1477
+ property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
1478
+ property :reports_configuration, as: 'reportsConfiguration', class: Google::Apis::DfareportingV3_5::ReportsConfiguration, decorator: Google::Apis::DfareportingV3_5::ReportsConfiguration::Representation
1479
+
1480
+ property :share_reports_with_twitter, as: 'shareReportsWithTwitter'
1481
+ property :teaser_size_limit, :numeric_string => true, as: 'teaserSizeLimit'
1482
+ end
1483
+ end
1484
+
1485
+ class AccountActiveAdSummary
1486
+ # @private
1487
+ class Representation < Google::Apis::Core::JsonRepresentation
1488
+ property :account_id, :numeric_string => true, as: 'accountId'
1489
+ property :active_ads, :numeric_string => true, as: 'activeAds'
1490
+ property :active_ads_limit_tier, as: 'activeAdsLimitTier'
1491
+ property :available_ads, :numeric_string => true, as: 'availableAds'
1492
+ property :kind, as: 'kind'
1493
+ end
1494
+ end
1495
+
1496
+ class AccountPermission
1497
+ # @private
1498
+ class Representation < Google::Apis::Core::JsonRepresentation
1499
+ collection :account_profiles, as: 'accountProfiles'
1500
+ property :id, :numeric_string => true, as: 'id'
1501
+ property :kind, as: 'kind'
1502
+ property :level, as: 'level'
1503
+ property :name, as: 'name'
1504
+ property :permission_group_id, :numeric_string => true, as: 'permissionGroupId'
1505
+ end
1506
+ end
1507
+
1508
+ class AccountPermissionGroup
1509
+ # @private
1510
+ class Representation < Google::Apis::Core::JsonRepresentation
1511
+ property :id, :numeric_string => true, as: 'id'
1512
+ property :kind, as: 'kind'
1513
+ property :name, as: 'name'
1514
+ end
1515
+ end
1516
+
1517
+ class AccountPermissionGroupsListResponse
1518
+ # @private
1519
+ class Representation < Google::Apis::Core::JsonRepresentation
1520
+ collection :account_permission_groups, as: 'accountPermissionGroups', class: Google::Apis::DfareportingV3_5::AccountPermissionGroup, decorator: Google::Apis::DfareportingV3_5::AccountPermissionGroup::Representation
1521
+
1522
+ property :kind, as: 'kind'
1523
+ end
1524
+ end
1525
+
1526
+ class AccountPermissionsListResponse
1527
+ # @private
1528
+ class Representation < Google::Apis::Core::JsonRepresentation
1529
+ collection :account_permissions, as: 'accountPermissions', class: Google::Apis::DfareportingV3_5::AccountPermission, decorator: Google::Apis::DfareportingV3_5::AccountPermission::Representation
1530
+
1531
+ property :kind, as: 'kind'
1532
+ end
1533
+ end
1534
+
1535
+ class AccountUserProfile
1536
+ # @private
1537
+ class Representation < Google::Apis::Core::JsonRepresentation
1538
+ property :account_id, :numeric_string => true, as: 'accountId'
1539
+ property :active, as: 'active'
1540
+ property :advertiser_filter, as: 'advertiserFilter', class: Google::Apis::DfareportingV3_5::ObjectFilter, decorator: Google::Apis::DfareportingV3_5::ObjectFilter::Representation
1541
+
1542
+ property :campaign_filter, as: 'campaignFilter', class: Google::Apis::DfareportingV3_5::ObjectFilter, decorator: Google::Apis::DfareportingV3_5::ObjectFilter::Representation
1543
+
1544
+ property :comments, as: 'comments'
1545
+ property :email, as: 'email'
1546
+ property :id, :numeric_string => true, as: 'id'
1547
+ property :kind, as: 'kind'
1548
+ property :locale, as: 'locale'
1549
+ property :name, as: 'name'
1550
+ property :site_filter, as: 'siteFilter', class: Google::Apis::DfareportingV3_5::ObjectFilter, decorator: Google::Apis::DfareportingV3_5::ObjectFilter::Representation
1551
+
1552
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1553
+ property :trafficker_type, as: 'traffickerType'
1554
+ property :user_access_type, as: 'userAccessType'
1555
+ property :user_role_filter, as: 'userRoleFilter', class: Google::Apis::DfareportingV3_5::ObjectFilter, decorator: Google::Apis::DfareportingV3_5::ObjectFilter::Representation
1556
+
1557
+ property :user_role_id, :numeric_string => true, as: 'userRoleId'
1558
+ end
1559
+ end
1560
+
1561
+ class AccountUserProfilesListResponse
1562
+ # @private
1563
+ class Representation < Google::Apis::Core::JsonRepresentation
1564
+ collection :account_user_profiles, as: 'accountUserProfiles', class: Google::Apis::DfareportingV3_5::AccountUserProfile, decorator: Google::Apis::DfareportingV3_5::AccountUserProfile::Representation
1565
+
1566
+ property :kind, as: 'kind'
1567
+ property :next_page_token, as: 'nextPageToken'
1568
+ end
1569
+ end
1570
+
1571
+ class AccountsListResponse
1572
+ # @private
1573
+ class Representation < Google::Apis::Core::JsonRepresentation
1574
+ collection :accounts, as: 'accounts', class: Google::Apis::DfareportingV3_5::Account, decorator: Google::Apis::DfareportingV3_5::Account::Representation
1575
+
1576
+ property :kind, as: 'kind'
1577
+ property :next_page_token, as: 'nextPageToken'
1578
+ end
1579
+ end
1580
+
1581
+ class Activities
1582
+ # @private
1583
+ class Representation < Google::Apis::Core::JsonRepresentation
1584
+ collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1585
+
1586
+ property :kind, as: 'kind'
1587
+ collection :metric_names, as: 'metricNames'
1588
+ end
1589
+ end
1590
+
1591
+ class Ad
1592
+ # @private
1593
+ class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :account_id, :numeric_string => true, as: 'accountId'
1595
+ property :active, as: 'active'
1596
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
1597
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1598
+
1599
+ property :archived, as: 'archived'
1600
+ property :audience_segment_id, :numeric_string => true, as: 'audienceSegmentId'
1601
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
1602
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1603
+
1604
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_5::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::ClickThroughUrl::Representation
1605
+
1606
+ property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_5::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_5::ClickThroughUrlSuffixProperties::Representation
1607
+
1608
+ property :comments, as: 'comments'
1609
+ property :compatibility, as: 'compatibility'
1610
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
1611
+
1612
+ collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_5::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_5::CreativeGroupAssignment::Representation
1613
+
1614
+ property :creative_rotation, as: 'creativeRotation', class: Google::Apis::DfareportingV3_5::CreativeRotation, decorator: Google::Apis::DfareportingV3_5::CreativeRotation::Representation
1615
+
1616
+ property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_5::DayPartTargeting, decorator: Google::Apis::DfareportingV3_5::DayPartTargeting::Representation
1617
+
1618
+ property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_5::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_5::DefaultClickThroughEventTagProperties::Representation
1619
+
1620
+ property :delivery_schedule, as: 'deliverySchedule', class: Google::Apis::DfareportingV3_5::DeliverySchedule, decorator: Google::Apis::DfareportingV3_5::DeliverySchedule::Representation
1621
+
1622
+ property :dynamic_click_tracker, as: 'dynamicClickTracker'
1623
+ property :end_time, as: 'endTime', type: DateTime
1624
+
1625
+ collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_5::EventTagOverride, decorator: Google::Apis::DfareportingV3_5::EventTagOverride::Representation
1626
+
1627
+ property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_5::GeoTargeting, decorator: Google::Apis::DfareportingV3_5::GeoTargeting::Representation
1628
+
1629
+ property :id, :numeric_string => true, as: 'id'
1630
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1631
+
1632
+ property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_5::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_5::KeyValueTargetingExpression::Representation
1633
+
1634
+ property :kind, as: 'kind'
1635
+ property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_5::LanguageTargeting, decorator: Google::Apis::DfareportingV3_5::LanguageTargeting::Representation
1636
+
1637
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
1638
+
1639
+ property :name, as: 'name'
1640
+ collection :placement_assignments, as: 'placementAssignments', class: Google::Apis::DfareportingV3_5::PlacementAssignment, decorator: Google::Apis::DfareportingV3_5::PlacementAssignment::Representation
1641
+
1642
+ property :remarketing_list_expression, as: 'remarketingListExpression', class: Google::Apis::DfareportingV3_5::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_5::ListTargetingExpression::Representation
1643
+
1644
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
1645
+
1646
+ property :ssl_compliant, as: 'sslCompliant'
1647
+ property :ssl_required, as: 'sslRequired'
1648
+ property :start_time, as: 'startTime', type: DateTime
1649
+
1650
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1651
+ property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
1652
+ property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_5::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_5::TechnologyTargeting::Representation
1653
+
1654
+ property :type, as: 'type'
1655
+ end
1656
+ end
1657
+
1658
+ class AdBlockingConfiguration
1659
+ # @private
1660
+ class Representation < Google::Apis::Core::JsonRepresentation
1661
+ property :enabled, as: 'enabled'
1662
+ end
1663
+ end
1664
+
1665
+ class AdSlot
1666
+ # @private
1667
+ class Representation < Google::Apis::Core::JsonRepresentation
1668
+ property :comment, as: 'comment'
1669
+ property :compatibility, as: 'compatibility'
1670
+ property :height, :numeric_string => true, as: 'height'
1671
+ property :linked_placement_id, :numeric_string => true, as: 'linkedPlacementId'
1672
+ property :name, as: 'name'
1673
+ property :payment_source_type, as: 'paymentSourceType'
1674
+ property :primary, as: 'primary'
1675
+ property :width, :numeric_string => true, as: 'width'
1676
+ end
1677
+ end
1678
+
1679
+ class AdsListResponse
1680
+ # @private
1681
+ class Representation < Google::Apis::Core::JsonRepresentation
1682
+ collection :ads, as: 'ads', class: Google::Apis::DfareportingV3_5::Ad, decorator: Google::Apis::DfareportingV3_5::Ad::Representation
1683
+
1684
+ property :kind, as: 'kind'
1685
+ property :next_page_token, as: 'nextPageToken'
1686
+ end
1687
+ end
1688
+
1689
+ class Advertiser
1690
+ # @private
1691
+ class Representation < Google::Apis::Core::JsonRepresentation
1692
+ property :account_id, :numeric_string => true, as: 'accountId'
1693
+ property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
1694
+ property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
1695
+ property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
1696
+ property :default_email, as: 'defaultEmail'
1697
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
1698
+ property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1699
+
1700
+ property :id, :numeric_string => true, as: 'id'
1701
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1702
+
1703
+ property :kind, as: 'kind'
1704
+ property :measurement_partner_link, as: 'measurementPartnerLink', class: Google::Apis::DfareportingV3_5::MeasurementPartnerAdvertiserLink, decorator: Google::Apis::DfareportingV3_5::MeasurementPartnerAdvertiserLink::Representation
1705
+
1706
+ property :name, as: 'name'
1707
+ property :original_floodlight_configuration_id, :numeric_string => true, as: 'originalFloodlightConfigurationId'
1708
+ property :status, as: 'status'
1709
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1710
+ property :suspended, as: 'suspended'
1711
+ end
1712
+ end
1713
+
1714
+ class AdvertiserGroup
1715
+ # @private
1716
+ class Representation < Google::Apis::Core::JsonRepresentation
1717
+ property :account_id, :numeric_string => true, as: 'accountId'
1718
+ property :id, :numeric_string => true, as: 'id'
1719
+ property :kind, as: 'kind'
1720
+ property :name, as: 'name'
1721
+ end
1722
+ end
1723
+
1724
+ class AdvertiserGroupsListResponse
1725
+ # @private
1726
+ class Representation < Google::Apis::Core::JsonRepresentation
1727
+ collection :advertiser_groups, as: 'advertiserGroups', class: Google::Apis::DfareportingV3_5::AdvertiserGroup, decorator: Google::Apis::DfareportingV3_5::AdvertiserGroup::Representation
1728
+
1729
+ property :kind, as: 'kind'
1730
+ property :next_page_token, as: 'nextPageToken'
1731
+ end
1732
+ end
1733
+
1734
+ class AdvertiserLandingPagesListResponse
1735
+ # @private
1736
+ class Representation < Google::Apis::Core::JsonRepresentation
1737
+ property :kind, as: 'kind'
1738
+ collection :landing_pages, as: 'landingPages', class: Google::Apis::DfareportingV3_5::LandingPage, decorator: Google::Apis::DfareportingV3_5::LandingPage::Representation
1739
+
1740
+ property :next_page_token, as: 'nextPageToken'
1741
+ end
1742
+ end
1743
+
1744
+ class AdvertisersListResponse
1745
+ # @private
1746
+ class Representation < Google::Apis::Core::JsonRepresentation
1747
+ collection :advertisers, as: 'advertisers', class: Google::Apis::DfareportingV3_5::Advertiser, decorator: Google::Apis::DfareportingV3_5::Advertiser::Representation
1748
+
1749
+ property :kind, as: 'kind'
1750
+ property :next_page_token, as: 'nextPageToken'
1751
+ end
1752
+ end
1753
+
1754
+ class AudienceSegment
1755
+ # @private
1756
+ class Representation < Google::Apis::Core::JsonRepresentation
1757
+ property :allocation, as: 'allocation'
1758
+ property :id, :numeric_string => true, as: 'id'
1759
+ property :name, as: 'name'
1760
+ end
1761
+ end
1762
+
1763
+ class AudienceSegmentGroup
1764
+ # @private
1765
+ class Representation < Google::Apis::Core::JsonRepresentation
1766
+ collection :audience_segments, as: 'audienceSegments', class: Google::Apis::DfareportingV3_5::AudienceSegment, decorator: Google::Apis::DfareportingV3_5::AudienceSegment::Representation
1767
+
1768
+ property :id, :numeric_string => true, as: 'id'
1769
+ property :name, as: 'name'
1770
+ end
1771
+ end
1772
+
1773
+ class Browser
1774
+ # @private
1775
+ class Representation < Google::Apis::Core::JsonRepresentation
1776
+ property :browser_version_id, :numeric_string => true, as: 'browserVersionId'
1777
+ property :dart_id, :numeric_string => true, as: 'dartId'
1778
+ property :kind, as: 'kind'
1779
+ property :major_version, as: 'majorVersion'
1780
+ property :minor_version, as: 'minorVersion'
1781
+ property :name, as: 'name'
1782
+ end
1783
+ end
1784
+
1785
+ class BrowsersListResponse
1786
+ # @private
1787
+ class Representation < Google::Apis::Core::JsonRepresentation
1788
+ collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_5::Browser, decorator: Google::Apis::DfareportingV3_5::Browser::Representation
1789
+
1790
+ property :kind, as: 'kind'
1791
+ end
1792
+ end
1793
+
1794
+ class Campaign
1795
+ # @private
1796
+ class Representation < Google::Apis::Core::JsonRepresentation
1797
+ property :account_id, :numeric_string => true, as: 'accountId'
1798
+ property :ad_blocking_configuration, as: 'adBlockingConfiguration', class: Google::Apis::DfareportingV3_5::AdBlockingConfiguration, decorator: Google::Apis::DfareportingV3_5::AdBlockingConfiguration::Representation
1799
+
1800
+ collection :additional_creative_optimization_configurations, as: 'additionalCreativeOptimizationConfigurations', class: Google::Apis::DfareportingV3_5::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_5::CreativeOptimizationConfiguration::Representation
1801
+
1802
+ property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
1803
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
1804
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1805
+
1806
+ property :archived, as: 'archived'
1807
+ collection :audience_segment_groups, as: 'audienceSegmentGroups', class: Google::Apis::DfareportingV3_5::AudienceSegmentGroup, decorator: Google::Apis::DfareportingV3_5::AudienceSegmentGroup::Representation
1808
+
1809
+ property :billing_invoice_code, as: 'billingInvoiceCode'
1810
+ property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_5::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_5::ClickThroughUrlSuffixProperties::Representation
1811
+
1812
+ property :comment, as: 'comment'
1813
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
1814
+
1815
+ collection :creative_group_ids, as: 'creativeGroupIds'
1816
+ property :creative_optimization_configuration, as: 'creativeOptimizationConfiguration', class: Google::Apis::DfareportingV3_5::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_5::CreativeOptimizationConfiguration::Representation
1817
+
1818
+ property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_5::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_5::DefaultClickThroughEventTagProperties::Representation
1819
+
1820
+ property :default_landing_page_id, :numeric_string => true, as: 'defaultLandingPageId'
1821
+ property :end_date, as: 'endDate', type: Date
1822
+
1823
+ collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_5::EventTagOverride, decorator: Google::Apis::DfareportingV3_5::EventTagOverride::Representation
1824
+
1825
+ property :external_id, as: 'externalId'
1826
+ property :id, :numeric_string => true, as: 'id'
1827
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
1828
+
1829
+ property :kind, as: 'kind'
1830
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
1831
+
1832
+ property :measurement_partner_link, as: 'measurementPartnerLink', class: Google::Apis::DfareportingV3_5::MeasurementPartnerCampaignLink, decorator: Google::Apis::DfareportingV3_5::MeasurementPartnerCampaignLink::Representation
1833
+
1834
+ property :name, as: 'name'
1835
+ property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
1836
+ property :start_date, as: 'startDate', type: Date
1837
+
1838
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1839
+ collection :trafficker_emails, as: 'traffickerEmails'
1840
+ end
1841
+ end
1842
+
1843
+ class CampaignCreativeAssociation
1844
+ # @private
1845
+ class Representation < Google::Apis::Core::JsonRepresentation
1846
+ property :creative_id, :numeric_string => true, as: 'creativeId'
1847
+ property :kind, as: 'kind'
1848
+ end
1849
+ end
1850
+
1851
+ class CampaignCreativeAssociationsListResponse
1852
+ # @private
1853
+ class Representation < Google::Apis::Core::JsonRepresentation
1854
+ collection :campaign_creative_associations, as: 'campaignCreativeAssociations', class: Google::Apis::DfareportingV3_5::CampaignCreativeAssociation, decorator: Google::Apis::DfareportingV3_5::CampaignCreativeAssociation::Representation
1855
+
1856
+ property :kind, as: 'kind'
1857
+ property :next_page_token, as: 'nextPageToken'
1858
+ end
1859
+ end
1860
+
1861
+ class CampaignsListResponse
1862
+ # @private
1863
+ class Representation < Google::Apis::Core::JsonRepresentation
1864
+ collection :campaigns, as: 'campaigns', class: Google::Apis::DfareportingV3_5::Campaign, decorator: Google::Apis::DfareportingV3_5::Campaign::Representation
1865
+
1866
+ property :kind, as: 'kind'
1867
+ property :next_page_token, as: 'nextPageToken'
1868
+ end
1869
+ end
1870
+
1871
+ class ChangeLog
1872
+ # @private
1873
+ class Representation < Google::Apis::Core::JsonRepresentation
1874
+ property :account_id, :numeric_string => true, as: 'accountId'
1875
+ property :action, as: 'action'
1876
+ property :change_time, as: 'changeTime', type: DateTime
1877
+
1878
+ property :field_name, as: 'fieldName'
1879
+ property :id, :numeric_string => true, as: 'id'
1880
+ property :kind, as: 'kind'
1881
+ property :new_value, as: 'newValue'
1882
+ property :object_id_prop, :numeric_string => true, as: 'objectId'
1883
+ property :object_type, as: 'objectType'
1884
+ property :old_value, as: 'oldValue'
1885
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
1886
+ property :transaction_id, :numeric_string => true, as: 'transactionId'
1887
+ property :user_profile_id, :numeric_string => true, as: 'userProfileId'
1888
+ property :user_profile_name, as: 'userProfileName'
1889
+ end
1890
+ end
1891
+
1892
+ class ChangeLogsListResponse
1893
+ # @private
1894
+ class Representation < Google::Apis::Core::JsonRepresentation
1895
+ collection :change_logs, as: 'changeLogs', class: Google::Apis::DfareportingV3_5::ChangeLog, decorator: Google::Apis::DfareportingV3_5::ChangeLog::Representation
1896
+
1897
+ property :kind, as: 'kind'
1898
+ property :next_page_token, as: 'nextPageToken'
1899
+ end
1900
+ end
1901
+
1902
+ class ChannelGrouping
1903
+ # @private
1904
+ class Representation < Google::Apis::Core::JsonRepresentation
1905
+ property :fallback_name, as: 'fallbackName'
1906
+ property :kind, as: 'kind'
1907
+ property :name, as: 'name'
1908
+ collection :rules, as: 'rules', class: Google::Apis::DfareportingV3_5::ChannelGroupingRule, decorator: Google::Apis::DfareportingV3_5::ChannelGroupingRule::Representation
1909
+
1910
+ end
1911
+ end
1912
+
1913
+ class ChannelGroupingRule
1914
+ # @private
1915
+ class Representation < Google::Apis::Core::JsonRepresentation
1916
+ collection :disjunctive_match_statements, as: 'disjunctiveMatchStatements', class: Google::Apis::DfareportingV3_5::DisjunctiveMatchStatement, decorator: Google::Apis::DfareportingV3_5::DisjunctiveMatchStatement::Representation
1917
+
1918
+ property :kind, as: 'kind'
1919
+ property :name, as: 'name'
1920
+ end
1921
+ end
1922
+
1923
+ class CitiesListResponse
1924
+ # @private
1925
+ class Representation < Google::Apis::Core::JsonRepresentation
1926
+ collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_5::City, decorator: Google::Apis::DfareportingV3_5::City::Representation
1927
+
1928
+ property :kind, as: 'kind'
1929
+ end
1930
+ end
1931
+
1932
+ class City
1933
+ # @private
1934
+ class Representation < Google::Apis::Core::JsonRepresentation
1935
+ property :country_code, as: 'countryCode'
1936
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
1937
+ property :dart_id, :numeric_string => true, as: 'dartId'
1938
+ property :kind, as: 'kind'
1939
+ property :metro_code, as: 'metroCode'
1940
+ property :metro_dma_id, :numeric_string => true, as: 'metroDmaId'
1941
+ property :name, as: 'name'
1942
+ property :region_code, as: 'regionCode'
1943
+ property :region_dart_id, :numeric_string => true, as: 'regionDartId'
1944
+ end
1945
+ end
1946
+
1947
+ class ClickTag
1948
+ # @private
1949
+ class Representation < Google::Apis::Core::JsonRepresentation
1950
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_5::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::CreativeClickThroughUrl::Representation
1951
+
1952
+ property :event_name, as: 'eventName'
1953
+ property :name, as: 'name'
1954
+ end
1955
+ end
1956
+
1957
+ class ClickThroughUrl
1958
+ # @private
1959
+ class Representation < Google::Apis::Core::JsonRepresentation
1960
+ property :computed_click_through_url, as: 'computedClickThroughUrl'
1961
+ property :custom_click_through_url, as: 'customClickThroughUrl'
1962
+ property :default_landing_page, as: 'defaultLandingPage'
1963
+ property :landing_page_id, :numeric_string => true, as: 'landingPageId'
1964
+ end
1965
+ end
1966
+
1967
+ class ClickThroughUrlSuffixProperties
1968
+ # @private
1969
+ class Representation < Google::Apis::Core::JsonRepresentation
1970
+ property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
1971
+ property :override_inherited_suffix, as: 'overrideInheritedSuffix'
1972
+ end
1973
+ end
1974
+
1975
+ class CompanionClickThroughOverride
1976
+ # @private
1977
+ class Representation < Google::Apis::Core::JsonRepresentation
1978
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_5::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::ClickThroughUrl::Representation
1979
+
1980
+ property :creative_id, :numeric_string => true, as: 'creativeId'
1981
+ end
1982
+ end
1983
+
1984
+ class CompanionSetting
1985
+ # @private
1986
+ class Representation < Google::Apis::Core::JsonRepresentation
1987
+ property :companions_disabled, as: 'companionsDisabled'
1988
+ collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
1989
+
1990
+ property :image_only, as: 'imageOnly'
1991
+ property :kind, as: 'kind'
1992
+ end
1993
+ end
1994
+
1995
+ class CompatibleFields
1996
+ # @private
1997
+ class Representation < Google::Apis::Core::JsonRepresentation
1998
+ property :cross_dimension_reach_report_compatible_fields, as: 'crossDimensionReachReportCompatibleFields', class: Google::Apis::DfareportingV3_5::CrossDimensionReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::CrossDimensionReachReportCompatibleFields::Representation
1999
+
2000
+ property :floodlight_report_compatible_fields, as: 'floodlightReportCompatibleFields', class: Google::Apis::DfareportingV3_5::FloodlightReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::FloodlightReportCompatibleFields::Representation
2001
+
2002
+ property :kind, as: 'kind'
2003
+ property :path_attribution_report_compatible_fields, as: 'pathAttributionReportCompatibleFields', class: Google::Apis::DfareportingV3_5::PathReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::PathReportCompatibleFields::Representation
2004
+
2005
+ property :path_report_compatible_fields, as: 'pathReportCompatibleFields', class: Google::Apis::DfareportingV3_5::PathReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::PathReportCompatibleFields::Representation
2006
+
2007
+ property :path_to_conversion_report_compatible_fields, as: 'pathToConversionReportCompatibleFields', class: Google::Apis::DfareportingV3_5::PathToConversionReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::PathToConversionReportCompatibleFields::Representation
2008
+
2009
+ property :reach_report_compatible_fields, as: 'reachReportCompatibleFields', class: Google::Apis::DfareportingV3_5::ReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::ReachReportCompatibleFields::Representation
2010
+
2011
+ property :report_compatible_fields, as: 'reportCompatibleFields', class: Google::Apis::DfareportingV3_5::ReportCompatibleFields, decorator: Google::Apis::DfareportingV3_5::ReportCompatibleFields::Representation
2012
+
2013
+ end
2014
+ end
2015
+
2016
+ class ConnectionType
2017
+ # @private
2018
+ class Representation < Google::Apis::Core::JsonRepresentation
2019
+ property :id, :numeric_string => true, as: 'id'
2020
+ property :kind, as: 'kind'
2021
+ property :name, as: 'name'
2022
+ end
2023
+ end
2024
+
2025
+ class ConnectionTypesListResponse
2026
+ # @private
2027
+ class Representation < Google::Apis::Core::JsonRepresentation
2028
+ collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_5::ConnectionType, decorator: Google::Apis::DfareportingV3_5::ConnectionType::Representation
2029
+
2030
+ property :kind, as: 'kind'
2031
+ end
2032
+ end
2033
+
2034
+ class ContentCategoriesListResponse
2035
+ # @private
2036
+ class Representation < Google::Apis::Core::JsonRepresentation
2037
+ collection :content_categories, as: 'contentCategories', class: Google::Apis::DfareportingV3_5::ContentCategory, decorator: Google::Apis::DfareportingV3_5::ContentCategory::Representation
2038
+
2039
+ property :kind, as: 'kind'
2040
+ property :next_page_token, as: 'nextPageToken'
2041
+ end
2042
+ end
2043
+
2044
+ class ContentCategory
2045
+ # @private
2046
+ class Representation < Google::Apis::Core::JsonRepresentation
2047
+ property :account_id, :numeric_string => true, as: 'accountId'
2048
+ property :id, :numeric_string => true, as: 'id'
2049
+ property :kind, as: 'kind'
2050
+ property :name, as: 'name'
2051
+ end
2052
+ end
2053
+
2054
+ class Conversion
2055
+ # @private
2056
+ class Representation < Google::Apis::Core::JsonRepresentation
2057
+ property :child_directed_treatment, as: 'childDirectedTreatment'
2058
+ collection :custom_variables, as: 'customVariables', class: Google::Apis::DfareportingV3_5::CustomFloodlightVariable, decorator: Google::Apis::DfareportingV3_5::CustomFloodlightVariable::Representation
2059
+
2060
+ property :dclid, as: 'dclid'
2061
+ property :encrypted_user_id, as: 'encryptedUserId'
2062
+ collection :encrypted_user_id_candidates, as: 'encryptedUserIdCandidates'
2063
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
2064
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
2065
+ property :gclid, as: 'gclid'
2066
+ property :kind, as: 'kind'
2067
+ property :limit_ad_tracking, as: 'limitAdTracking'
2068
+ property :match_id, as: 'matchId'
2069
+ property :mobile_device_id, as: 'mobileDeviceId'
2070
+ property :non_personalized_ad, as: 'nonPersonalizedAd'
2071
+ property :ordinal, as: 'ordinal'
2072
+ property :quantity, :numeric_string => true, as: 'quantity'
2073
+ property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
2074
+ property :treatment_for_underage, as: 'treatmentForUnderage'
2075
+ property :value, as: 'value'
2076
+ end
2077
+ end
2078
+
2079
+ class ConversionError
2080
+ # @private
2081
+ class Representation < Google::Apis::Core::JsonRepresentation
2082
+ property :code, as: 'code'
2083
+ property :kind, as: 'kind'
2084
+ property :message, as: 'message'
2085
+ end
2086
+ end
2087
+
2088
+ class ConversionStatus
2089
+ # @private
2090
+ class Representation < Google::Apis::Core::JsonRepresentation
2091
+ property :conversion, as: 'conversion', class: Google::Apis::DfareportingV3_5::Conversion, decorator: Google::Apis::DfareportingV3_5::Conversion::Representation
2092
+
2093
+ collection :errors, as: 'errors', class: Google::Apis::DfareportingV3_5::ConversionError, decorator: Google::Apis::DfareportingV3_5::ConversionError::Representation
2094
+
2095
+ property :kind, as: 'kind'
2096
+ end
2097
+ end
2098
+
2099
+ class ConversionsBatchInsertRequest
2100
+ # @private
2101
+ class Representation < Google::Apis::Core::JsonRepresentation
2102
+ collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_5::Conversion, decorator: Google::Apis::DfareportingV3_5::Conversion::Representation
2103
+
2104
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_5::EncryptionInfo, decorator: Google::Apis::DfareportingV3_5::EncryptionInfo::Representation
2105
+
2106
+ property :kind, as: 'kind'
2107
+ end
2108
+ end
2109
+
2110
+ class ConversionsBatchInsertResponse
2111
+ # @private
2112
+ class Representation < Google::Apis::Core::JsonRepresentation
2113
+ property :has_failures, as: 'hasFailures'
2114
+ property :kind, as: 'kind'
2115
+ collection :status, as: 'status', class: Google::Apis::DfareportingV3_5::ConversionStatus, decorator: Google::Apis::DfareportingV3_5::ConversionStatus::Representation
2116
+
2117
+ end
2118
+ end
2119
+
2120
+ class ConversionsBatchUpdateRequest
2121
+ # @private
2122
+ class Representation < Google::Apis::Core::JsonRepresentation
2123
+ collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_5::Conversion, decorator: Google::Apis::DfareportingV3_5::Conversion::Representation
2124
+
2125
+ property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_5::EncryptionInfo, decorator: Google::Apis::DfareportingV3_5::EncryptionInfo::Representation
2126
+
2127
+ property :kind, as: 'kind'
2128
+ end
2129
+ end
2130
+
2131
+ class ConversionsBatchUpdateResponse
2132
+ # @private
2133
+ class Representation < Google::Apis::Core::JsonRepresentation
2134
+ property :has_failures, as: 'hasFailures'
2135
+ property :kind, as: 'kind'
2136
+ collection :status, as: 'status', class: Google::Apis::DfareportingV3_5::ConversionStatus, decorator: Google::Apis::DfareportingV3_5::ConversionStatus::Representation
2137
+
2138
+ end
2139
+ end
2140
+
2141
+ class CountriesListResponse
2142
+ # @private
2143
+ class Representation < Google::Apis::Core::JsonRepresentation
2144
+ collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_5::Country, decorator: Google::Apis::DfareportingV3_5::Country::Representation
2145
+
2146
+ property :kind, as: 'kind'
2147
+ end
2148
+ end
2149
+
2150
+ class Country
2151
+ # @private
2152
+ class Representation < Google::Apis::Core::JsonRepresentation
2153
+ property :country_code, as: 'countryCode'
2154
+ property :dart_id, :numeric_string => true, as: 'dartId'
2155
+ property :kind, as: 'kind'
2156
+ property :name, as: 'name'
2157
+ property :ssl_enabled, as: 'sslEnabled'
2158
+ end
2159
+ end
2160
+
2161
+ class Creative
2162
+ # @private
2163
+ class Representation < Google::Apis::Core::JsonRepresentation
2164
+ property :account_id, :numeric_string => true, as: 'accountId'
2165
+ property :active, as: 'active'
2166
+ property :ad_parameters, as: 'adParameters'
2167
+ collection :ad_tag_keys, as: 'adTagKeys'
2168
+ collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
2169
+
2170
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2171
+ property :allow_script_access, as: 'allowScriptAccess'
2172
+ property :archived, as: 'archived'
2173
+ property :artwork_type, as: 'artworkType'
2174
+ property :authoring_source, as: 'authoringSource'
2175
+ property :authoring_tool, as: 'authoringTool'
2176
+ property :auto_advance_images, as: 'autoAdvanceImages'
2177
+ property :background_color, as: 'backgroundColor'
2178
+ property :backup_image_click_through_url, as: 'backupImageClickThroughUrl', class: Google::Apis::DfareportingV3_5::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::CreativeClickThroughUrl::Representation
2179
+
2180
+ collection :backup_image_features, as: 'backupImageFeatures'
2181
+ property :backup_image_reporting_label, as: 'backupImageReportingLabel'
2182
+ property :backup_image_target_window, as: 'backupImageTargetWindow', class: Google::Apis::DfareportingV3_5::TargetWindow, decorator: Google::Apis::DfareportingV3_5::TargetWindow::Representation
2183
+
2184
+ collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_5::ClickTag, decorator: Google::Apis::DfareportingV3_5::ClickTag::Representation
2185
+
2186
+ property :commercial_id, as: 'commercialId'
2187
+ collection :companion_creatives, as: 'companionCreatives'
2188
+ collection :compatibility, as: 'compatibility'
2189
+ property :convert_flash_to_html5, as: 'convertFlashToHtml5'
2190
+ collection :counter_custom_events, as: 'counterCustomEvents', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2191
+
2192
+ property :creative_asset_selection, as: 'creativeAssetSelection', class: Google::Apis::DfareportingV3_5::CreativeAssetSelection, decorator: Google::Apis::DfareportingV3_5::CreativeAssetSelection::Representation
2193
+
2194
+ collection :creative_assets, as: 'creativeAssets', class: Google::Apis::DfareportingV3_5::CreativeAsset, decorator: Google::Apis::DfareportingV3_5::CreativeAsset::Representation
2195
+
2196
+ collection :creative_field_assignments, as: 'creativeFieldAssignments', class: Google::Apis::DfareportingV3_5::CreativeFieldAssignment, decorator: Google::Apis::DfareportingV3_5::CreativeFieldAssignment::Representation
2197
+
2198
+ collection :custom_key_values, as: 'customKeyValues'
2199
+ property :dynamic_asset_selection, as: 'dynamicAssetSelection'
2200
+ collection :exit_custom_events, as: 'exitCustomEvents', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2201
+
2202
+ property :fs_command, as: 'fsCommand', class: Google::Apis::DfareportingV3_5::FsCommand, decorator: Google::Apis::DfareportingV3_5::FsCommand::Representation
2203
+
2204
+ property :html_code, as: 'htmlCode'
2205
+ property :html_code_locked, as: 'htmlCodeLocked'
2206
+ property :id, :numeric_string => true, as: 'id'
2207
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2208
+
2209
+ property :kind, as: 'kind'
2210
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
2211
+
2212
+ property :latest_trafficked_creative_id, :numeric_string => true, as: 'latestTraffickedCreativeId'
2213
+ property :media_description, as: 'mediaDescription'
2214
+ property :media_duration, as: 'mediaDuration'
2215
+ property :name, as: 'name'
2216
+ property :oba_icon, as: 'obaIcon', class: Google::Apis::DfareportingV3_5::ObaIcon, decorator: Google::Apis::DfareportingV3_5::ObaIcon::Representation
2217
+
2218
+ property :override_css, as: 'overrideCss'
2219
+ property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_5::VideoOffset, decorator: Google::Apis::DfareportingV3_5::VideoOffset::Representation
2220
+
2221
+ property :redirect_url, as: 'redirectUrl'
2222
+ property :rendering_id, :numeric_string => true, as: 'renderingId'
2223
+ property :rendering_id_dimension_value, as: 'renderingIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2224
+
2225
+ property :required_flash_plugin_version, as: 'requiredFlashPluginVersion'
2226
+ property :required_flash_version, as: 'requiredFlashVersion'
2227
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
2228
+
2229
+ property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_5::VideoOffset, decorator: Google::Apis::DfareportingV3_5::VideoOffset::Representation
2230
+
2231
+ property :skippable, as: 'skippable'
2232
+ property :ssl_compliant, as: 'sslCompliant'
2233
+ property :ssl_override, as: 'sslOverride'
2234
+ property :studio_advertiser_id, :numeric_string => true, as: 'studioAdvertiserId'
2235
+ property :studio_creative_id, :numeric_string => true, as: 'studioCreativeId'
2236
+ property :studio_trafficked_creative_id, :numeric_string => true, as: 'studioTraffickedCreativeId'
2237
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2238
+ property :third_party_backup_image_impressions_url, as: 'thirdPartyBackupImageImpressionsUrl'
2239
+ property :third_party_rich_media_impressions_url, as: 'thirdPartyRichMediaImpressionsUrl'
2240
+ collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::DfareportingV3_5::ThirdPartyTrackingUrl, decorator: Google::Apis::DfareportingV3_5::ThirdPartyTrackingUrl::Representation
2241
+
2242
+ collection :timer_custom_events, as: 'timerCustomEvents', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2243
+
2244
+ property :total_file_size, :numeric_string => true, as: 'totalFileSize'
2245
+ property :type, as: 'type'
2246
+ property :universal_ad_id, as: 'universalAdId', class: Google::Apis::DfareportingV3_5::UniversalAdId, decorator: Google::Apis::DfareportingV3_5::UniversalAdId::Representation
2247
+
2248
+ property :version, as: 'version'
2249
+ end
2250
+ end
2251
+
2252
+ class CreativeAsset
2253
+ # @private
2254
+ class Representation < Google::Apis::Core::JsonRepresentation
2255
+ property :action_script3, as: 'actionScript3'
2256
+ property :active, as: 'active'
2257
+ collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
2258
+
2259
+ property :alignment, as: 'alignment'
2260
+ property :artwork_type, as: 'artworkType'
2261
+ property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_5::CreativeAssetId, decorator: Google::Apis::DfareportingV3_5::CreativeAssetId::Representation
2262
+
2263
+ property :audio_bit_rate, as: 'audioBitRate'
2264
+ property :audio_sample_rate, as: 'audioSampleRate'
2265
+ property :backup_image_exit, as: 'backupImageExit', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2266
+
2267
+ property :bit_rate, as: 'bitRate'
2268
+ property :child_asset_type, as: 'childAssetType'
2269
+ property :collapsed_size, as: 'collapsedSize', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
2270
+
2271
+ collection :companion_creative_ids, as: 'companionCreativeIds'
2272
+ property :custom_start_time_value, as: 'customStartTimeValue'
2273
+ collection :detected_features, as: 'detectedFeatures'
2274
+ property :display_type, as: 'displayType'
2275
+ property :duration, as: 'duration'
2276
+ property :duration_type, as: 'durationType'
2277
+ property :expanded_dimension, as: 'expandedDimension', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
2278
+
2279
+ property :file_size, :numeric_string => true, as: 'fileSize'
2280
+ property :flash_version, as: 'flashVersion'
2281
+ property :frame_rate, as: 'frameRate'
2282
+ property :hide_flash_objects, as: 'hideFlashObjects'
2283
+ property :hide_selection_boxes, as: 'hideSelectionBoxes'
2284
+ property :horizontally_locked, as: 'horizontallyLocked'
2285
+ property :id, :numeric_string => true, as: 'id'
2286
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2287
+
2288
+ property :media_duration, as: 'mediaDuration'
2289
+ property :mime_type, as: 'mimeType'
2290
+ property :offset, as: 'offset', class: Google::Apis::DfareportingV3_5::OffsetPosition, decorator: Google::Apis::DfareportingV3_5::OffsetPosition::Representation
2291
+
2292
+ property :orientation, as: 'orientation'
2293
+ property :original_backup, as: 'originalBackup'
2294
+ property :polite_load, as: 'politeLoad'
2295
+ property :position, as: 'position', class: Google::Apis::DfareportingV3_5::OffsetPosition, decorator: Google::Apis::DfareportingV3_5::OffsetPosition::Representation
2296
+
2297
+ property :position_left_unit, as: 'positionLeftUnit'
2298
+ property :position_top_unit, as: 'positionTopUnit'
2299
+ property :progressive_serving_url, as: 'progressiveServingUrl'
2300
+ property :pushdown, as: 'pushdown'
2301
+ property :pushdown_duration, as: 'pushdownDuration'
2302
+ property :role, as: 'role'
2303
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
2304
+
2305
+ property :ssl_compliant, as: 'sslCompliant'
2306
+ property :start_time_type, as: 'startTimeType'
2307
+ property :streaming_serving_url, as: 'streamingServingUrl'
2308
+ property :transparency, as: 'transparency'
2309
+ property :vertically_locked, as: 'verticallyLocked'
2310
+ property :window_mode, as: 'windowMode'
2311
+ property :z_index, as: 'zIndex'
2312
+ property :zip_filename, as: 'zipFilename'
2313
+ property :zip_filesize, as: 'zipFilesize'
2314
+ end
2315
+ end
2316
+
2317
+ class CreativeAssetId
2318
+ # @private
2319
+ class Representation < Google::Apis::Core::JsonRepresentation
2320
+ property :name, as: 'name'
2321
+ property :type, as: 'type'
2322
+ end
2323
+ end
2324
+
2325
+ class CreativeAssetMetadata
2326
+ # @private
2327
+ class Representation < Google::Apis::Core::JsonRepresentation
2328
+ property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_5::CreativeAssetId, decorator: Google::Apis::DfareportingV3_5::CreativeAssetId::Representation
2329
+
2330
+ collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_5::ClickTag, decorator: Google::Apis::DfareportingV3_5::ClickTag::Representation
2331
+
2332
+ collection :counter_custom_events, as: 'counterCustomEvents', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2333
+
2334
+ collection :detected_features, as: 'detectedFeatures'
2335
+ collection :exit_custom_events, as: 'exitCustomEvents', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2336
+
2337
+ property :id, :numeric_string => true, as: 'id'
2338
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2339
+
2340
+ property :kind, as: 'kind'
2341
+ property :rich_media, as: 'richMedia'
2342
+ collection :timer_custom_events, as: 'timerCustomEvents', class: Google::Apis::DfareportingV3_5::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_5::CreativeCustomEvent::Representation
2343
+
2344
+ collection :warned_validation_rules, as: 'warnedValidationRules'
2345
+ end
2346
+ end
2347
+
2348
+ class CreativeAssetSelection
2349
+ # @private
2350
+ class Representation < Google::Apis::Core::JsonRepresentation
2351
+ property :default_asset_id, :numeric_string => true, as: 'defaultAssetId'
2352
+ collection :rules, as: 'rules', class: Google::Apis::DfareportingV3_5::Rule, decorator: Google::Apis::DfareportingV3_5::Rule::Representation
2353
+
2354
+ end
2355
+ end
2356
+
2357
+ class CreativeAssignment
2358
+ # @private
2359
+ class Representation < Google::Apis::Core::JsonRepresentation
2360
+ property :active, as: 'active'
2361
+ property :apply_event_tags, as: 'applyEventTags'
2362
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_5::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::ClickThroughUrl::Representation
2363
+
2364
+ collection :companion_creative_overrides, as: 'companionCreativeOverrides', class: Google::Apis::DfareportingV3_5::CompanionClickThroughOverride, decorator: Google::Apis::DfareportingV3_5::CompanionClickThroughOverride::Representation
2365
+
2366
+ collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_5::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_5::CreativeGroupAssignment::Representation
2367
+
2368
+ property :creative_id, :numeric_string => true, as: 'creativeId'
2369
+ property :creative_id_dimension_value, as: 'creativeIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2370
+
2371
+ property :end_time, as: 'endTime', type: DateTime
2372
+
2373
+ collection :rich_media_exit_overrides, as: 'richMediaExitOverrides', class: Google::Apis::DfareportingV3_5::RichMediaExitOverride, decorator: Google::Apis::DfareportingV3_5::RichMediaExitOverride::Representation
2374
+
2375
+ property :sequence, as: 'sequence'
2376
+ property :ssl_compliant, as: 'sslCompliant'
2377
+ property :start_time, as: 'startTime', type: DateTime
2378
+
2379
+ property :weight, as: 'weight'
2380
+ end
2381
+ end
2382
+
2383
+ class CreativeClickThroughUrl
2384
+ # @private
2385
+ class Representation < Google::Apis::Core::JsonRepresentation
2386
+ property :computed_click_through_url, as: 'computedClickThroughUrl'
2387
+ property :custom_click_through_url, as: 'customClickThroughUrl'
2388
+ property :landing_page_id, :numeric_string => true, as: 'landingPageId'
2389
+ end
2390
+ end
2391
+
2392
+ class CreativeCustomEvent
2393
+ # @private
2394
+ class Representation < Google::Apis::Core::JsonRepresentation
2395
+ property :advertiser_custom_event_id, :numeric_string => true, as: 'advertiserCustomEventId'
2396
+ property :advertiser_custom_event_name, as: 'advertiserCustomEventName'
2397
+ property :advertiser_custom_event_type, as: 'advertiserCustomEventType'
2398
+ property :artwork_label, as: 'artworkLabel'
2399
+ property :artwork_type, as: 'artworkType'
2400
+ property :exit_click_through_url, as: 'exitClickThroughUrl', class: Google::Apis::DfareportingV3_5::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::CreativeClickThroughUrl::Representation
2401
+
2402
+ property :id, :numeric_string => true, as: 'id'
2403
+ property :popup_window_properties, as: 'popupWindowProperties', class: Google::Apis::DfareportingV3_5::PopupWindowProperties, decorator: Google::Apis::DfareportingV3_5::PopupWindowProperties::Representation
2404
+
2405
+ property :target_type, as: 'targetType'
2406
+ property :video_reporting_id, as: 'videoReportingId'
2407
+ end
2408
+ end
2409
+
2410
+ class CreativeField
2411
+ # @private
2412
+ class Representation < Google::Apis::Core::JsonRepresentation
2413
+ property :account_id, :numeric_string => true, as: 'accountId'
2414
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2415
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2416
+
2417
+ property :id, :numeric_string => true, as: 'id'
2418
+ property :kind, as: 'kind'
2419
+ property :name, as: 'name'
2420
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2421
+ end
2422
+ end
2423
+
2424
+ class CreativeFieldAssignment
2425
+ # @private
2426
+ class Representation < Google::Apis::Core::JsonRepresentation
2427
+ property :creative_field_id, :numeric_string => true, as: 'creativeFieldId'
2428
+ property :creative_field_value_id, :numeric_string => true, as: 'creativeFieldValueId'
2429
+ end
2430
+ end
2431
+
2432
+ class CreativeFieldValue
2433
+ # @private
2434
+ class Representation < Google::Apis::Core::JsonRepresentation
2435
+ property :id, :numeric_string => true, as: 'id'
2436
+ property :kind, as: 'kind'
2437
+ property :value, as: 'value'
2438
+ end
2439
+ end
2440
+
2441
+ class CreativeFieldValuesListResponse
2442
+ # @private
2443
+ class Representation < Google::Apis::Core::JsonRepresentation
2444
+ collection :creative_field_values, as: 'creativeFieldValues', class: Google::Apis::DfareportingV3_5::CreativeFieldValue, decorator: Google::Apis::DfareportingV3_5::CreativeFieldValue::Representation
2445
+
2446
+ property :kind, as: 'kind'
2447
+ property :next_page_token, as: 'nextPageToken'
2448
+ end
2449
+ end
2450
+
2451
+ class CreativeFieldsListResponse
2452
+ # @private
2453
+ class Representation < Google::Apis::Core::JsonRepresentation
2454
+ collection :creative_fields, as: 'creativeFields', class: Google::Apis::DfareportingV3_5::CreativeField, decorator: Google::Apis::DfareportingV3_5::CreativeField::Representation
2455
+
2456
+ property :kind, as: 'kind'
2457
+ property :next_page_token, as: 'nextPageToken'
2458
+ end
2459
+ end
2460
+
2461
+ class CreativeGroup
2462
+ # @private
2463
+ class Representation < Google::Apis::Core::JsonRepresentation
2464
+ property :account_id, :numeric_string => true, as: 'accountId'
2465
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2466
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2467
+
2468
+ property :group_number, as: 'groupNumber'
2469
+ property :id, :numeric_string => true, as: 'id'
2470
+ property :kind, as: 'kind'
2471
+ property :name, as: 'name'
2472
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2473
+ end
2474
+ end
2475
+
2476
+ class CreativeGroupAssignment
2477
+ # @private
2478
+ class Representation < Google::Apis::Core::JsonRepresentation
2479
+ property :creative_group_id, :numeric_string => true, as: 'creativeGroupId'
2480
+ property :creative_group_number, as: 'creativeGroupNumber'
2481
+ end
2482
+ end
2483
+
2484
+ class CreativeGroupsListResponse
2485
+ # @private
2486
+ class Representation < Google::Apis::Core::JsonRepresentation
2487
+ collection :creative_groups, as: 'creativeGroups', class: Google::Apis::DfareportingV3_5::CreativeGroup, decorator: Google::Apis::DfareportingV3_5::CreativeGroup::Representation
2488
+
2489
+ property :kind, as: 'kind'
2490
+ property :next_page_token, as: 'nextPageToken'
2491
+ end
2492
+ end
2493
+
2494
+ class CreativeOptimizationConfiguration
2495
+ # @private
2496
+ class Representation < Google::Apis::Core::JsonRepresentation
2497
+ property :id, :numeric_string => true, as: 'id'
2498
+ property :name, as: 'name'
2499
+ collection :optimization_activitys, as: 'optimizationActivitys', class: Google::Apis::DfareportingV3_5::OptimizationActivity, decorator: Google::Apis::DfareportingV3_5::OptimizationActivity::Representation
2500
+
2501
+ property :optimization_model, as: 'optimizationModel'
2502
+ end
2503
+ end
2504
+
2505
+ class CreativeRotation
2506
+ # @private
2507
+ class Representation < Google::Apis::Core::JsonRepresentation
2508
+ collection :creative_assignments, as: 'creativeAssignments', class: Google::Apis::DfareportingV3_5::CreativeAssignment, decorator: Google::Apis::DfareportingV3_5::CreativeAssignment::Representation
2509
+
2510
+ property :creative_optimization_configuration_id, :numeric_string => true, as: 'creativeOptimizationConfigurationId'
2511
+ property :type, as: 'type'
2512
+ property :weight_calculation_strategy, as: 'weightCalculationStrategy'
2513
+ end
2514
+ end
2515
+
2516
+ class CreativesListResponse
2517
+ # @private
2518
+ class Representation < Google::Apis::Core::JsonRepresentation
2519
+ collection :creatives, as: 'creatives', class: Google::Apis::DfareportingV3_5::Creative, decorator: Google::Apis::DfareportingV3_5::Creative::Representation
2520
+
2521
+ property :kind, as: 'kind'
2522
+ property :next_page_token, as: 'nextPageToken'
2523
+ end
2524
+ end
2525
+
2526
+ class CrossDimensionReachReportCompatibleFields
2527
+ # @private
2528
+ class Representation < Google::Apis::Core::JsonRepresentation
2529
+ collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
2530
+
2531
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
2532
+
2533
+ property :kind, as: 'kind'
2534
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
2535
+
2536
+ collection :overlap_metrics, as: 'overlapMetrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
2537
+
2538
+ end
2539
+ end
2540
+
2541
+ class CustomFloodlightVariable
2542
+ # @private
2543
+ class Representation < Google::Apis::Core::JsonRepresentation
2544
+ property :kind, as: 'kind'
2545
+ property :type, as: 'type'
2546
+ property :value, as: 'value'
2547
+ end
2548
+ end
2549
+
2550
+ class CustomRichMediaEvents
2551
+ # @private
2552
+ class Representation < Google::Apis::Core::JsonRepresentation
2553
+ collection :filtered_event_ids, as: 'filteredEventIds', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2554
+
2555
+ property :kind, as: 'kind'
2556
+ end
2557
+ end
2558
+
2559
+ class CustomViewabilityMetric
2560
+ # @private
2561
+ class Representation < Google::Apis::Core::JsonRepresentation
2562
+ property :configuration, as: 'configuration', class: Google::Apis::DfareportingV3_5::CustomViewabilityMetricConfiguration, decorator: Google::Apis::DfareportingV3_5::CustomViewabilityMetricConfiguration::Representation
2563
+
2564
+ property :id, :numeric_string => true, as: 'id'
2565
+ property :name, as: 'name'
2566
+ end
2567
+ end
2568
+
2569
+ class CustomViewabilityMetricConfiguration
2570
+ # @private
2571
+ class Representation < Google::Apis::Core::JsonRepresentation
2572
+ property :audible, as: 'audible'
2573
+ property :time_millis, as: 'timeMillis'
2574
+ property :time_percent, as: 'timePercent'
2575
+ property :viewability_percent, as: 'viewabilityPercent'
2576
+ end
2577
+ end
2578
+
2579
+ class DateRange
2580
+ # @private
2581
+ class Representation < Google::Apis::Core::JsonRepresentation
2582
+ property :end_date, as: 'endDate', type: Date
2583
+
2584
+ property :kind, as: 'kind'
2585
+ property :relative_date_range, as: 'relativeDateRange'
2586
+ property :start_date, as: 'startDate', type: Date
2587
+
2588
+ end
2589
+ end
2590
+
2591
+ class DayPartTargeting
2592
+ # @private
2593
+ class Representation < Google::Apis::Core::JsonRepresentation
2594
+ collection :days_of_week, as: 'daysOfWeek'
2595
+ collection :hours_of_day, as: 'hoursOfDay'
2596
+ property :user_local_time, as: 'userLocalTime'
2597
+ end
2598
+ end
2599
+
2600
+ class DeepLink
2601
+ # @private
2602
+ class Representation < Google::Apis::Core::JsonRepresentation
2603
+ property :app_url, as: 'appUrl'
2604
+ property :fallback_url, as: 'fallbackUrl'
2605
+ property :kind, as: 'kind'
2606
+ property :mobile_app, as: 'mobileApp', class: Google::Apis::DfareportingV3_5::MobileApp, decorator: Google::Apis::DfareportingV3_5::MobileApp::Representation
2607
+
2608
+ collection :remarketing_list_ids, as: 'remarketingListIds'
2609
+ end
2610
+ end
2611
+
2612
+ class DefaultClickThroughEventTagProperties
2613
+ # @private
2614
+ class Representation < Google::Apis::Core::JsonRepresentation
2615
+ property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
2616
+ property :override_inherited_event_tag, as: 'overrideInheritedEventTag'
2617
+ end
2618
+ end
2619
+
2620
+ class DeliverySchedule
2621
+ # @private
2622
+ class Representation < Google::Apis::Core::JsonRepresentation
2623
+ property :frequency_cap, as: 'frequencyCap', class: Google::Apis::DfareportingV3_5::FrequencyCap, decorator: Google::Apis::DfareportingV3_5::FrequencyCap::Representation
2624
+
2625
+ property :hard_cutoff, as: 'hardCutoff'
2626
+ property :impression_ratio, :numeric_string => true, as: 'impressionRatio'
2627
+ property :priority, as: 'priority'
2628
+ end
2629
+ end
2630
+
2631
+ class DfpSettings
2632
+ # @private
2633
+ class Representation < Google::Apis::Core::JsonRepresentation
2634
+ property :dfp_network_code, as: 'dfpNetworkCode'
2635
+ property :dfp_network_name, as: 'dfpNetworkName'
2636
+ property :programmatic_placement_accepted, as: 'programmaticPlacementAccepted'
2637
+ property :pub_paid_placement_accepted, as: 'pubPaidPlacementAccepted'
2638
+ property :publisher_portal_only, as: 'publisherPortalOnly'
2639
+ end
2640
+ end
2641
+
2642
+ class Dimension
2643
+ # @private
2644
+ class Representation < Google::Apis::Core::JsonRepresentation
2645
+ property :kind, as: 'kind'
2646
+ property :name, as: 'name'
2647
+ end
2648
+ end
2649
+
2650
+ class DimensionFilter
2651
+ # @private
2652
+ class Representation < Google::Apis::Core::JsonRepresentation
2653
+ property :dimension_name, as: 'dimensionName'
2654
+ property :kind, as: 'kind'
2655
+ property :value, as: 'value'
2656
+ end
2657
+ end
2658
+
2659
+ class DimensionValue
2660
+ # @private
2661
+ class Representation < Google::Apis::Core::JsonRepresentation
2662
+ property :dimension_name, as: 'dimensionName'
2663
+ property :etag, as: 'etag'
2664
+ property :id, as: 'id'
2665
+ property :kind, as: 'kind'
2666
+ property :match_type, as: 'matchType'
2667
+ property :value, as: 'value'
2668
+ end
2669
+ end
2670
+
2671
+ class DimensionValueList
2672
+ # @private
2673
+ class Representation < Google::Apis::Core::JsonRepresentation
2674
+ property :etag, as: 'etag'
2675
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2676
+
2677
+ property :kind, as: 'kind'
2678
+ property :next_page_token, as: 'nextPageToken'
2679
+ end
2680
+ end
2681
+
2682
+ class DimensionValueRequest
2683
+ # @private
2684
+ class Representation < Google::Apis::Core::JsonRepresentation
2685
+ property :dimension_name, as: 'dimensionName'
2686
+ property :end_date, as: 'endDate', type: Date
2687
+
2688
+ collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_5::DimensionFilter, decorator: Google::Apis::DfareportingV3_5::DimensionFilter::Representation
2689
+
2690
+ property :kind, as: 'kind'
2691
+ property :start_date, as: 'startDate', type: Date
2692
+
2693
+ end
2694
+ end
2695
+
2696
+ class DirectorySite
2697
+ # @private
2698
+ class Representation < Google::Apis::Core::JsonRepresentation
2699
+ property :id, :numeric_string => true, as: 'id'
2700
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2701
+
2702
+ collection :inpage_tag_formats, as: 'inpageTagFormats'
2703
+ collection :interstitial_tag_formats, as: 'interstitialTagFormats'
2704
+ property :kind, as: 'kind'
2705
+ property :name, as: 'name'
2706
+ property :settings, as: 'settings', class: Google::Apis::DfareportingV3_5::DirectorySiteSettings, decorator: Google::Apis::DfareportingV3_5::DirectorySiteSettings::Representation
2707
+
2708
+ property :url, as: 'url'
2709
+ end
2710
+ end
2711
+
2712
+ class DirectorySiteSettings
2713
+ # @private
2714
+ class Representation < Google::Apis::Core::JsonRepresentation
2715
+ property :active_view_opt_out, as: 'activeViewOptOut'
2716
+ property :dfp_settings, as: 'dfpSettings', class: Google::Apis::DfareportingV3_5::DfpSettings, decorator: Google::Apis::DfareportingV3_5::DfpSettings::Representation
2717
+
2718
+ property :instream_video_placement_accepted, as: 'instreamVideoPlacementAccepted'
2719
+ property :interstitial_placement_accepted, as: 'interstitialPlacementAccepted'
2720
+ end
2721
+ end
2722
+
2723
+ class DirectorySitesListResponse
2724
+ # @private
2725
+ class Representation < Google::Apis::Core::JsonRepresentation
2726
+ collection :directory_sites, as: 'directorySites', class: Google::Apis::DfareportingV3_5::DirectorySite, decorator: Google::Apis::DfareportingV3_5::DirectorySite::Representation
2727
+
2728
+ property :kind, as: 'kind'
2729
+ property :next_page_token, as: 'nextPageToken'
2730
+ end
2731
+ end
2732
+
2733
+ class DisjunctiveMatchStatement
2734
+ # @private
2735
+ class Representation < Google::Apis::Core::JsonRepresentation
2736
+ collection :event_filters, as: 'eventFilters', class: Google::Apis::DfareportingV3_5::EventFilter, decorator: Google::Apis::DfareportingV3_5::EventFilter::Representation
2737
+
2738
+ property :kind, as: 'kind'
2739
+ end
2740
+ end
2741
+
2742
+ class DynamicTargetingKey
2743
+ # @private
2744
+ class Representation < Google::Apis::Core::JsonRepresentation
2745
+ property :kind, as: 'kind'
2746
+ property :name, as: 'name'
2747
+ property :object_id_prop, :numeric_string => true, as: 'objectId'
2748
+ property :object_type, as: 'objectType'
2749
+ end
2750
+ end
2751
+
2752
+ class DynamicTargetingKeysListResponse
2753
+ # @private
2754
+ class Representation < Google::Apis::Core::JsonRepresentation
2755
+ collection :dynamic_targeting_keys, as: 'dynamicTargetingKeys', class: Google::Apis::DfareportingV3_5::DynamicTargetingKey, decorator: Google::Apis::DfareportingV3_5::DynamicTargetingKey::Representation
2756
+
2757
+ property :kind, as: 'kind'
2758
+ end
2759
+ end
2760
+
2761
+ class EncryptionInfo
2762
+ # @private
2763
+ class Representation < Google::Apis::Core::JsonRepresentation
2764
+ property :encryption_entity_id, :numeric_string => true, as: 'encryptionEntityId'
2765
+ property :encryption_entity_type, as: 'encryptionEntityType'
2766
+ property :encryption_source, as: 'encryptionSource'
2767
+ property :kind, as: 'kind'
2768
+ end
2769
+ end
2770
+
2771
+ class EventFilter
2772
+ # @private
2773
+ class Representation < Google::Apis::Core::JsonRepresentation
2774
+ property :dimension_filter, as: 'dimensionFilter', class: Google::Apis::DfareportingV3_5::PathReportDimensionValue, decorator: Google::Apis::DfareportingV3_5::PathReportDimensionValue::Representation
2775
+
2776
+ property :kind, as: 'kind'
2777
+ end
2778
+ end
2779
+
2780
+ class EventTag
2781
+ # @private
2782
+ class Representation < Google::Apis::Core::JsonRepresentation
2783
+ property :account_id, :numeric_string => true, as: 'accountId'
2784
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2785
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2786
+
2787
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
2788
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2789
+
2790
+ property :enabled_by_default, as: 'enabledByDefault'
2791
+ property :exclude_from_adx_requests, as: 'excludeFromAdxRequests'
2792
+ property :id, :numeric_string => true, as: 'id'
2793
+ property :kind, as: 'kind'
2794
+ property :name, as: 'name'
2795
+ property :site_filter_type, as: 'siteFilterType'
2796
+ collection :site_ids, as: 'siteIds'
2797
+ property :ssl_compliant, as: 'sslCompliant'
2798
+ property :status, as: 'status'
2799
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2800
+ property :type, as: 'type'
2801
+ property :url, as: 'url'
2802
+ property :url_escape_levels, as: 'urlEscapeLevels'
2803
+ end
2804
+ end
2805
+
2806
+ class EventTagOverride
2807
+ # @private
2808
+ class Representation < Google::Apis::Core::JsonRepresentation
2809
+ property :enabled, as: 'enabled'
2810
+ property :id, :numeric_string => true, as: 'id'
2811
+ end
2812
+ end
2813
+
2814
+ class EventTagsListResponse
2815
+ # @private
2816
+ class Representation < Google::Apis::Core::JsonRepresentation
2817
+ collection :event_tags, as: 'eventTags', class: Google::Apis::DfareportingV3_5::EventTag, decorator: Google::Apis::DfareportingV3_5::EventTag::Representation
2818
+
2819
+ property :kind, as: 'kind'
2820
+ end
2821
+ end
2822
+
2823
+ class File
2824
+ # @private
2825
+ class Representation < Google::Apis::Core::JsonRepresentation
2826
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
2827
+
2828
+ property :etag, as: 'etag'
2829
+ property :file_name, as: 'fileName'
2830
+ property :format, as: 'format'
2831
+ property :id, :numeric_string => true, as: 'id'
2832
+ property :kind, as: 'kind'
2833
+ property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
2834
+ property :report_id, :numeric_string => true, as: 'reportId'
2835
+ property :status, as: 'status'
2836
+ property :urls, as: 'urls', class: Google::Apis::DfareportingV3_5::File::Urls, decorator: Google::Apis::DfareportingV3_5::File::Urls::Representation
2837
+
2838
+ end
2839
+
2840
+ class Urls
2841
+ # @private
2842
+ class Representation < Google::Apis::Core::JsonRepresentation
2843
+ property :api_url, as: 'apiUrl'
2844
+ property :browser_url, as: 'browserUrl'
2845
+ end
2846
+ end
2847
+ end
2848
+
2849
+ class FileList
2850
+ # @private
2851
+ class Representation < Google::Apis::Core::JsonRepresentation
2852
+ property :etag, as: 'etag'
2853
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_5::File, decorator: Google::Apis::DfareportingV3_5::File::Representation
2854
+
2855
+ property :kind, as: 'kind'
2856
+ property :next_page_token, as: 'nextPageToken'
2857
+ end
2858
+ end
2859
+
2860
+ class Flight
2861
+ # @private
2862
+ class Representation < Google::Apis::Core::JsonRepresentation
2863
+ property :end_date, as: 'endDate', type: Date
2864
+
2865
+ property :rate_or_cost, :numeric_string => true, as: 'rateOrCost'
2866
+ property :start_date, as: 'startDate', type: Date
2867
+
2868
+ property :units, :numeric_string => true, as: 'units'
2869
+ end
2870
+ end
2871
+
2872
+ class FloodlightActivitiesGenerateTagResponse
2873
+ # @private
2874
+ class Representation < Google::Apis::Core::JsonRepresentation
2875
+ property :floodlight_activity_tag, as: 'floodlightActivityTag'
2876
+ property :global_site_tag_global_snippet, as: 'globalSiteTagGlobalSnippet'
2877
+ property :kind, as: 'kind'
2878
+ end
2879
+ end
2880
+
2881
+ class FloodlightActivitiesListResponse
2882
+ # @private
2883
+ class Representation < Google::Apis::Core::JsonRepresentation
2884
+ collection :floodlight_activities, as: 'floodlightActivities', class: Google::Apis::DfareportingV3_5::FloodlightActivity, decorator: Google::Apis::DfareportingV3_5::FloodlightActivity::Representation
2885
+
2886
+ property :kind, as: 'kind'
2887
+ property :next_page_token, as: 'nextPageToken'
2888
+ end
2889
+ end
2890
+
2891
+ class FloodlightActivity
2892
+ # @private
2893
+ class Representation < Google::Apis::Core::JsonRepresentation
2894
+ property :account_id, :numeric_string => true, as: 'accountId'
2895
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2896
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2897
+
2898
+ property :attribution_enabled, as: 'attributionEnabled'
2899
+ property :cache_busting_type, as: 'cacheBustingType'
2900
+ property :counting_method, as: 'countingMethod'
2901
+ collection :default_tags, as: 'defaultTags', class: Google::Apis::DfareportingV3_5::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_5::FloodlightActivityDynamicTag::Representation
2902
+
2903
+ property :expected_url, as: 'expectedUrl'
2904
+ property :floodlight_activity_group_id, :numeric_string => true, as: 'floodlightActivityGroupId'
2905
+ property :floodlight_activity_group_name, as: 'floodlightActivityGroupName'
2906
+ property :floodlight_activity_group_tag_string, as: 'floodlightActivityGroupTagString'
2907
+ property :floodlight_activity_group_type, as: 'floodlightActivityGroupType'
2908
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
2909
+ property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2910
+
2911
+ property :floodlight_tag_type, as: 'floodlightTagType'
2912
+ property :id, :numeric_string => true, as: 'id'
2913
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2914
+
2915
+ property :kind, as: 'kind'
2916
+ property :name, as: 'name'
2917
+ property :notes, as: 'notes'
2918
+ collection :publisher_tags, as: 'publisherTags', class: Google::Apis::DfareportingV3_5::FloodlightActivityPublisherDynamicTag, decorator: Google::Apis::DfareportingV3_5::FloodlightActivityPublisherDynamicTag::Representation
2919
+
2920
+ property :secure, as: 'secure'
2921
+ property :ssl_compliant, as: 'sslCompliant'
2922
+ property :ssl_required, as: 'sslRequired'
2923
+ property :status, as: 'status'
2924
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2925
+ property :tag_format, as: 'tagFormat'
2926
+ property :tag_string, as: 'tagString'
2927
+ collection :user_defined_variable_types, as: 'userDefinedVariableTypes'
2928
+ end
2929
+ end
2930
+
2931
+ class FloodlightActivityDynamicTag
2932
+ # @private
2933
+ class Representation < Google::Apis::Core::JsonRepresentation
2934
+ property :id, :numeric_string => true, as: 'id'
2935
+ property :name, as: 'name'
2936
+ property :tag, as: 'tag'
2937
+ end
2938
+ end
2939
+
2940
+ class FloodlightActivityGroup
2941
+ # @private
2942
+ class Representation < Google::Apis::Core::JsonRepresentation
2943
+ property :account_id, :numeric_string => true, as: 'accountId'
2944
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2945
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2946
+
2947
+ property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
2948
+ property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2949
+
2950
+ property :id, :numeric_string => true, as: 'id'
2951
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2952
+
2953
+ property :kind, as: 'kind'
2954
+ property :name, as: 'name'
2955
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
2956
+ property :tag_string, as: 'tagString'
2957
+ property :type, as: 'type'
2958
+ end
2959
+ end
2960
+
2961
+ class FloodlightActivityGroupsListResponse
2962
+ # @private
2963
+ class Representation < Google::Apis::Core::JsonRepresentation
2964
+ collection :floodlight_activity_groups, as: 'floodlightActivityGroups', class: Google::Apis::DfareportingV3_5::FloodlightActivityGroup, decorator: Google::Apis::DfareportingV3_5::FloodlightActivityGroup::Representation
2965
+
2966
+ property :kind, as: 'kind'
2967
+ property :next_page_token, as: 'nextPageToken'
2968
+ end
2969
+ end
2970
+
2971
+ class FloodlightActivityPublisherDynamicTag
2972
+ # @private
2973
+ class Representation < Google::Apis::Core::JsonRepresentation
2974
+ property :click_through, as: 'clickThrough'
2975
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
2976
+ property :dynamic_tag, as: 'dynamicTag', class: Google::Apis::DfareportingV3_5::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_5::FloodlightActivityDynamicTag::Representation
2977
+
2978
+ property :site_id, :numeric_string => true, as: 'siteId'
2979
+ property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2980
+
2981
+ property :view_through, as: 'viewThrough'
2982
+ end
2983
+ end
2984
+
2985
+ class FloodlightConfiguration
2986
+ # @private
2987
+ class Representation < Google::Apis::Core::JsonRepresentation
2988
+ property :account_id, :numeric_string => true, as: 'accountId'
2989
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2990
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2991
+
2992
+ property :analytics_data_sharing_enabled, as: 'analyticsDataSharingEnabled'
2993
+ property :custom_viewability_metric, as: 'customViewabilityMetric', class: Google::Apis::DfareportingV3_5::CustomViewabilityMetric, decorator: Google::Apis::DfareportingV3_5::CustomViewabilityMetric::Representation
2994
+
2995
+ property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
2996
+ property :first_day_of_week, as: 'firstDayOfWeek'
2997
+ property :id, :numeric_string => true, as: 'id'
2998
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
2999
+
3000
+ property :in_app_attribution_tracking_enabled, as: 'inAppAttributionTrackingEnabled'
3001
+ property :kind, as: 'kind'
3002
+ property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_5::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_5::LookbackConfiguration::Representation
3003
+
3004
+ property :natural_search_conversion_attribution_option, as: 'naturalSearchConversionAttributionOption'
3005
+ property :omniture_settings, as: 'omnitureSettings', class: Google::Apis::DfareportingV3_5::OmnitureSettings, decorator: Google::Apis::DfareportingV3_5::OmnitureSettings::Representation
3006
+
3007
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3008
+ property :tag_settings, as: 'tagSettings', class: Google::Apis::DfareportingV3_5::TagSettings, decorator: Google::Apis::DfareportingV3_5::TagSettings::Representation
3009
+
3010
+ collection :third_party_authentication_tokens, as: 'thirdPartyAuthenticationTokens', class: Google::Apis::DfareportingV3_5::ThirdPartyAuthenticationToken, decorator: Google::Apis::DfareportingV3_5::ThirdPartyAuthenticationToken::Representation
3011
+
3012
+ collection :user_defined_variable_configurations, as: 'userDefinedVariableConfigurations', class: Google::Apis::DfareportingV3_5::UserDefinedVariableConfiguration, decorator: Google::Apis::DfareportingV3_5::UserDefinedVariableConfiguration::Representation
3013
+
3014
+ end
3015
+ end
3016
+
3017
+ class FloodlightConfigurationsListResponse
3018
+ # @private
3019
+ class Representation < Google::Apis::Core::JsonRepresentation
3020
+ collection :floodlight_configurations, as: 'floodlightConfigurations', class: Google::Apis::DfareportingV3_5::FloodlightConfiguration, decorator: Google::Apis::DfareportingV3_5::FloodlightConfiguration::Representation
3021
+
3022
+ property :kind, as: 'kind'
3023
+ end
3024
+ end
3025
+
3026
+ class FloodlightReportCompatibleFields
3027
+ # @private
3028
+ class Representation < Google::Apis::Core::JsonRepresentation
3029
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3030
+
3031
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3032
+
3033
+ property :kind, as: 'kind'
3034
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
3035
+
3036
+ end
3037
+ end
3038
+
3039
+ class FrequencyCap
3040
+ # @private
3041
+ class Representation < Google::Apis::Core::JsonRepresentation
3042
+ property :duration, :numeric_string => true, as: 'duration'
3043
+ property :impressions, :numeric_string => true, as: 'impressions'
3044
+ end
3045
+ end
3046
+
3047
+ class FsCommand
3048
+ # @private
3049
+ class Representation < Google::Apis::Core::JsonRepresentation
3050
+ property :left, as: 'left'
3051
+ property :position_option, as: 'positionOption'
3052
+ property :top, as: 'top'
3053
+ property :window_height, as: 'windowHeight'
3054
+ property :window_width, as: 'windowWidth'
3055
+ end
3056
+ end
3057
+
3058
+ class GeoTargeting
3059
+ # @private
3060
+ class Representation < Google::Apis::Core::JsonRepresentation
3061
+ collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_5::City, decorator: Google::Apis::DfareportingV3_5::City::Representation
3062
+
3063
+ collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_5::Country, decorator: Google::Apis::DfareportingV3_5::Country::Representation
3064
+
3065
+ property :exclude_countries, as: 'excludeCountries'
3066
+ collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_5::Metro, decorator: Google::Apis::DfareportingV3_5::Metro::Representation
3067
+
3068
+ collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_5::PostalCode, decorator: Google::Apis::DfareportingV3_5::PostalCode::Representation
3069
+
3070
+ collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_5::Region, decorator: Google::Apis::DfareportingV3_5::Region::Representation
3071
+
3072
+ end
3073
+ end
3074
+
3075
+ class InventoryItem
3076
+ # @private
3077
+ class Representation < Google::Apis::Core::JsonRepresentation
3078
+ property :account_id, :numeric_string => true, as: 'accountId'
3079
+ collection :ad_slots, as: 'adSlots', class: Google::Apis::DfareportingV3_5::AdSlot, decorator: Google::Apis::DfareportingV3_5::AdSlot::Representation
3080
+
3081
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3082
+ property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
3083
+ property :estimated_click_through_rate, :numeric_string => true, as: 'estimatedClickThroughRate'
3084
+ property :estimated_conversion_rate, :numeric_string => true, as: 'estimatedConversionRate'
3085
+ property :id, :numeric_string => true, as: 'id'
3086
+ property :in_plan, as: 'inPlan'
3087
+ property :kind, as: 'kind'
3088
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3089
+
3090
+ property :name, as: 'name'
3091
+ property :negotiation_channel_id, :numeric_string => true, as: 'negotiationChannelId'
3092
+ property :order_id, :numeric_string => true, as: 'orderId'
3093
+ property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
3094
+ property :pricing, as: 'pricing', class: Google::Apis::DfareportingV3_5::Pricing, decorator: Google::Apis::DfareportingV3_5::Pricing::Representation
3095
+
3096
+ property :project_id, :numeric_string => true, as: 'projectId'
3097
+ property :rfp_id, :numeric_string => true, as: 'rfpId'
3098
+ property :site_id, :numeric_string => true, as: 'siteId'
3099
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3100
+ property :type, as: 'type'
3101
+ end
3102
+ end
3103
+
3104
+ class InventoryItemsListResponse
3105
+ # @private
3106
+ class Representation < Google::Apis::Core::JsonRepresentation
3107
+ collection :inventory_items, as: 'inventoryItems', class: Google::Apis::DfareportingV3_5::InventoryItem, decorator: Google::Apis::DfareportingV3_5::InventoryItem::Representation
3108
+
3109
+ property :kind, as: 'kind'
3110
+ property :next_page_token, as: 'nextPageToken'
3111
+ end
3112
+ end
3113
+
3114
+ class KeyValueTargetingExpression
3115
+ # @private
3116
+ class Representation < Google::Apis::Core::JsonRepresentation
3117
+ property :expression, as: 'expression'
3118
+ end
3119
+ end
3120
+
3121
+ class LandingPage
3122
+ # @private
3123
+ class Representation < Google::Apis::Core::JsonRepresentation
3124
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3125
+ property :archived, as: 'archived'
3126
+ collection :deep_links, as: 'deepLinks', class: Google::Apis::DfareportingV3_5::DeepLink, decorator: Google::Apis::DfareportingV3_5::DeepLink::Representation
3127
+
3128
+ property :id, :numeric_string => true, as: 'id'
3129
+ property :kind, as: 'kind'
3130
+ property :name, as: 'name'
3131
+ property :url, as: 'url'
3132
+ end
3133
+ end
3134
+
3135
+ class Language
3136
+ # @private
3137
+ class Representation < Google::Apis::Core::JsonRepresentation
3138
+ property :id, :numeric_string => true, as: 'id'
3139
+ property :kind, as: 'kind'
3140
+ property :language_code, as: 'languageCode'
3141
+ property :name, as: 'name'
3142
+ end
3143
+ end
3144
+
3145
+ class LanguageTargeting
3146
+ # @private
3147
+ class Representation < Google::Apis::Core::JsonRepresentation
3148
+ collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_5::Language, decorator: Google::Apis::DfareportingV3_5::Language::Representation
3149
+
3150
+ end
3151
+ end
3152
+
3153
+ class LanguagesListResponse
3154
+ # @private
3155
+ class Representation < Google::Apis::Core::JsonRepresentation
3156
+ property :kind, as: 'kind'
3157
+ collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_5::Language, decorator: Google::Apis::DfareportingV3_5::Language::Representation
3158
+
3159
+ end
3160
+ end
3161
+
3162
+ class LastModifiedInfo
3163
+ # @private
3164
+ class Representation < Google::Apis::Core::JsonRepresentation
3165
+ property :time, :numeric_string => true, as: 'time'
3166
+ end
3167
+ end
3168
+
3169
+ class ListPopulationClause
3170
+ # @private
3171
+ class Representation < Google::Apis::Core::JsonRepresentation
3172
+ collection :terms, as: 'terms', class: Google::Apis::DfareportingV3_5::ListPopulationTerm, decorator: Google::Apis::DfareportingV3_5::ListPopulationTerm::Representation
3173
+
3174
+ end
3175
+ end
3176
+
3177
+ class ListPopulationRule
3178
+ # @private
3179
+ class Representation < Google::Apis::Core::JsonRepresentation
3180
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3181
+ property :floodlight_activity_name, as: 'floodlightActivityName'
3182
+ collection :list_population_clauses, as: 'listPopulationClauses', class: Google::Apis::DfareportingV3_5::ListPopulationClause, decorator: Google::Apis::DfareportingV3_5::ListPopulationClause::Representation
3183
+
3184
+ end
3185
+ end
3186
+
3187
+ class ListPopulationTerm
3188
+ # @private
3189
+ class Representation < Google::Apis::Core::JsonRepresentation
3190
+ property :contains, as: 'contains'
3191
+ property :negation, as: 'negation'
3192
+ property :operator, as: 'operator'
3193
+ property :remarketing_list_id, :numeric_string => true, as: 'remarketingListId'
3194
+ property :type, as: 'type'
3195
+ property :value, as: 'value'
3196
+ property :variable_friendly_name, as: 'variableFriendlyName'
3197
+ property :variable_name, as: 'variableName'
3198
+ end
3199
+ end
3200
+
3201
+ class ListTargetingExpression
3202
+ # @private
3203
+ class Representation < Google::Apis::Core::JsonRepresentation
3204
+ property :expression, as: 'expression'
3205
+ end
3206
+ end
3207
+
3208
+ class LookbackConfiguration
3209
+ # @private
3210
+ class Representation < Google::Apis::Core::JsonRepresentation
3211
+ property :click_duration, as: 'clickDuration'
3212
+ property :post_impression_activities_duration, as: 'postImpressionActivitiesDuration'
3213
+ end
3214
+ end
3215
+
3216
+ class MeasurementPartnerAdvertiserLink
3217
+ # @private
3218
+ class Representation < Google::Apis::Core::JsonRepresentation
3219
+ property :link_status, as: 'linkStatus'
3220
+ property :measurement_partner, as: 'measurementPartner'
3221
+ property :partner_advertiser_id, as: 'partnerAdvertiserId'
3222
+ end
3223
+ end
3224
+
3225
+ class MeasurementPartnerCampaignLink
3226
+ # @private
3227
+ class Representation < Google::Apis::Core::JsonRepresentation
3228
+ property :link_status, as: 'linkStatus'
3229
+ property :measurement_partner, as: 'measurementPartner'
3230
+ property :partner_campaign_id, as: 'partnerCampaignId'
3231
+ end
3232
+ end
3233
+
3234
+ class MeasurementPartnerWrappingData
3235
+ # @private
3236
+ class Representation < Google::Apis::Core::JsonRepresentation
3237
+ property :link_status, as: 'linkStatus'
3238
+ property :measurement_partner, as: 'measurementPartner'
3239
+ property :tag_wrapping_mode, as: 'tagWrappingMode'
3240
+ property :wrapped_tag, as: 'wrappedTag'
3241
+ end
3242
+ end
3243
+
3244
+ class Metric
3245
+ # @private
3246
+ class Representation < Google::Apis::Core::JsonRepresentation
3247
+ property :kind, as: 'kind'
3248
+ property :name, as: 'name'
3249
+ end
3250
+ end
3251
+
3252
+ class Metro
3253
+ # @private
3254
+ class Representation < Google::Apis::Core::JsonRepresentation
3255
+ property :country_code, as: 'countryCode'
3256
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3257
+ property :dart_id, :numeric_string => true, as: 'dartId'
3258
+ property :dma_id, :numeric_string => true, as: 'dmaId'
3259
+ property :kind, as: 'kind'
3260
+ property :metro_code, as: 'metroCode'
3261
+ property :name, as: 'name'
3262
+ end
3263
+ end
3264
+
3265
+ class MetrosListResponse
3266
+ # @private
3267
+ class Representation < Google::Apis::Core::JsonRepresentation
3268
+ property :kind, as: 'kind'
3269
+ collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_5::Metro, decorator: Google::Apis::DfareportingV3_5::Metro::Representation
3270
+
3271
+ end
3272
+ end
3273
+
3274
+ class MobileApp
3275
+ # @private
3276
+ class Representation < Google::Apis::Core::JsonRepresentation
3277
+ property :directory, as: 'directory'
3278
+ property :id, as: 'id'
3279
+ property :kind, as: 'kind'
3280
+ property :publisher_name, as: 'publisherName'
3281
+ property :title, as: 'title'
3282
+ end
3283
+ end
3284
+
3285
+ class MobileAppsListResponse
3286
+ # @private
3287
+ class Representation < Google::Apis::Core::JsonRepresentation
3288
+ property :kind, as: 'kind'
3289
+ collection :mobile_apps, as: 'mobileApps', class: Google::Apis::DfareportingV3_5::MobileApp, decorator: Google::Apis::DfareportingV3_5::MobileApp::Representation
3290
+
3291
+ property :next_page_token, as: 'nextPageToken'
3292
+ end
3293
+ end
3294
+
3295
+ class MobileCarrier
3296
+ # @private
3297
+ class Representation < Google::Apis::Core::JsonRepresentation
3298
+ property :country_code, as: 'countryCode'
3299
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3300
+ property :id, :numeric_string => true, as: 'id'
3301
+ property :kind, as: 'kind'
3302
+ property :name, as: 'name'
3303
+ end
3304
+ end
3305
+
3306
+ class MobileCarriersListResponse
3307
+ # @private
3308
+ class Representation < Google::Apis::Core::JsonRepresentation
3309
+ property :kind, as: 'kind'
3310
+ collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_5::MobileCarrier, decorator: Google::Apis::DfareportingV3_5::MobileCarrier::Representation
3311
+
3312
+ end
3313
+ end
3314
+
3315
+ class ObaIcon
3316
+ # @private
3317
+ class Representation < Google::Apis::Core::JsonRepresentation
3318
+ property :icon_click_through_url, as: 'iconClickThroughUrl'
3319
+ property :icon_click_tracking_url, as: 'iconClickTrackingUrl'
3320
+ property :icon_view_tracking_url, as: 'iconViewTrackingUrl'
3321
+ property :program, as: 'program'
3322
+ property :resource_url, as: 'resourceUrl'
3323
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
3324
+
3325
+ property :x_position, as: 'xPosition'
3326
+ property :y_position, as: 'yPosition'
3327
+ end
3328
+ end
3329
+
3330
+ class ObjectFilter
3331
+ # @private
3332
+ class Representation < Google::Apis::Core::JsonRepresentation
3333
+ property :kind, as: 'kind'
3334
+ collection :object_ids, as: 'objectIds'
3335
+ property :status, as: 'status'
3336
+ end
3337
+ end
3338
+
3339
+ class OffsetPosition
3340
+ # @private
3341
+ class Representation < Google::Apis::Core::JsonRepresentation
3342
+ property :left, as: 'left'
3343
+ property :top, as: 'top'
3344
+ end
3345
+ end
3346
+
3347
+ class OmnitureSettings
3348
+ # @private
3349
+ class Representation < Google::Apis::Core::JsonRepresentation
3350
+ property :omniture_cost_data_enabled, as: 'omnitureCostDataEnabled'
3351
+ property :omniture_integration_enabled, as: 'omnitureIntegrationEnabled'
3352
+ end
3353
+ end
3354
+
3355
+ class OperatingSystem
3356
+ # @private
3357
+ class Representation < Google::Apis::Core::JsonRepresentation
3358
+ property :dart_id, :numeric_string => true, as: 'dartId'
3359
+ property :desktop, as: 'desktop'
3360
+ property :kind, as: 'kind'
3361
+ property :mobile, as: 'mobile'
3362
+ property :name, as: 'name'
3363
+ end
3364
+ end
3365
+
3366
+ class OperatingSystemVersion
3367
+ # @private
3368
+ class Representation < Google::Apis::Core::JsonRepresentation
3369
+ property :id, :numeric_string => true, as: 'id'
3370
+ property :kind, as: 'kind'
3371
+ property :major_version, as: 'majorVersion'
3372
+ property :minor_version, as: 'minorVersion'
3373
+ property :name, as: 'name'
3374
+ property :operating_system, as: 'operatingSystem', class: Google::Apis::DfareportingV3_5::OperatingSystem, decorator: Google::Apis::DfareportingV3_5::OperatingSystem::Representation
3375
+
3376
+ end
3377
+ end
3378
+
3379
+ class OperatingSystemVersionsListResponse
3380
+ # @private
3381
+ class Representation < Google::Apis::Core::JsonRepresentation
3382
+ property :kind, as: 'kind'
3383
+ collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_5::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_5::OperatingSystemVersion::Representation
3384
+
3385
+ end
3386
+ end
3387
+
3388
+ class OperatingSystemsListResponse
3389
+ # @private
3390
+ class Representation < Google::Apis::Core::JsonRepresentation
3391
+ property :kind, as: 'kind'
3392
+ collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_5::OperatingSystem, decorator: Google::Apis::DfareportingV3_5::OperatingSystem::Representation
3393
+
3394
+ end
3395
+ end
3396
+
3397
+ class OptimizationActivity
3398
+ # @private
3399
+ class Representation < Google::Apis::Core::JsonRepresentation
3400
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3401
+ property :floodlight_activity_id_dimension_value, as: 'floodlightActivityIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3402
+
3403
+ property :weight, as: 'weight'
3404
+ end
3405
+ end
3406
+
3407
+ class Order
3408
+ # @private
3409
+ class Representation < Google::Apis::Core::JsonRepresentation
3410
+ property :account_id, :numeric_string => true, as: 'accountId'
3411
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3412
+ collection :approver_user_profile_ids, as: 'approverUserProfileIds'
3413
+ property :buyer_invoice_id, as: 'buyerInvoiceId'
3414
+ property :buyer_organization_name, as: 'buyerOrganizationName'
3415
+ property :comments, as: 'comments'
3416
+ collection :contacts, as: 'contacts', class: Google::Apis::DfareportingV3_5::OrderContact, decorator: Google::Apis::DfareportingV3_5::OrderContact::Representation
3417
+
3418
+ property :id, :numeric_string => true, as: 'id'
3419
+ property :kind, as: 'kind'
3420
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3421
+
3422
+ property :name, as: 'name'
3423
+ property :notes, as: 'notes'
3424
+ property :planning_term_id, :numeric_string => true, as: 'planningTermId'
3425
+ property :project_id, :numeric_string => true, as: 'projectId'
3426
+ property :seller_order_id, as: 'sellerOrderId'
3427
+ property :seller_organization_name, as: 'sellerOrganizationName'
3428
+ collection :site_id, as: 'siteId'
3429
+ collection :site_names, as: 'siteNames'
3430
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3431
+ property :terms_and_conditions, as: 'termsAndConditions'
3432
+ end
3433
+ end
3434
+
3435
+ class OrderContact
3436
+ # @private
3437
+ class Representation < Google::Apis::Core::JsonRepresentation
3438
+ property :contact_info, as: 'contactInfo'
3439
+ property :contact_name, as: 'contactName'
3440
+ property :contact_title, as: 'contactTitle'
3441
+ property :contact_type, as: 'contactType'
3442
+ property :signature_user_profile_id, :numeric_string => true, as: 'signatureUserProfileId'
3443
+ end
3444
+ end
3445
+
3446
+ class OrderDocument
3447
+ # @private
3448
+ class Representation < Google::Apis::Core::JsonRepresentation
3449
+ property :account_id, :numeric_string => true, as: 'accountId'
3450
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3451
+ property :amended_order_document_id, :numeric_string => true, as: 'amendedOrderDocumentId'
3452
+ collection :approved_by_user_profile_ids, as: 'approvedByUserProfileIds'
3453
+ property :cancelled, as: 'cancelled'
3454
+ property :created_info, as: 'createdInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3455
+
3456
+ property :effective_date, as: 'effectiveDate', type: Date
3457
+
3458
+ property :id, :numeric_string => true, as: 'id'
3459
+ property :kind, as: 'kind'
3460
+ collection :last_sent_recipients, as: 'lastSentRecipients'
3461
+ property :last_sent_time, as: 'lastSentTime', type: DateTime
3462
+
3463
+ property :order_id, :numeric_string => true, as: 'orderId'
3464
+ property :project_id, :numeric_string => true, as: 'projectId'
3465
+ property :signed, as: 'signed'
3466
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3467
+ property :title, as: 'title'
3468
+ property :type, as: 'type'
3469
+ end
3470
+ end
3471
+
3472
+ class OrderDocumentsListResponse
3473
+ # @private
3474
+ class Representation < Google::Apis::Core::JsonRepresentation
3475
+ property :kind, as: 'kind'
3476
+ property :next_page_token, as: 'nextPageToken'
3477
+ collection :order_documents, as: 'orderDocuments', class: Google::Apis::DfareportingV3_5::OrderDocument, decorator: Google::Apis::DfareportingV3_5::OrderDocument::Representation
3478
+
3479
+ end
3480
+ end
3481
+
3482
+ class OrdersListResponse
3483
+ # @private
3484
+ class Representation < Google::Apis::Core::JsonRepresentation
3485
+ property :kind, as: 'kind'
3486
+ property :next_page_token, as: 'nextPageToken'
3487
+ collection :orders, as: 'orders', class: Google::Apis::DfareportingV3_5::Order, decorator: Google::Apis::DfareportingV3_5::Order::Representation
3488
+
3489
+ end
3490
+ end
3491
+
3492
+ class PathFilter
3493
+ # @private
3494
+ class Representation < Google::Apis::Core::JsonRepresentation
3495
+ collection :event_filters, as: 'eventFilters', class: Google::Apis::DfareportingV3_5::EventFilter, decorator: Google::Apis::DfareportingV3_5::EventFilter::Representation
3496
+
3497
+ property :kind, as: 'kind'
3498
+ property :path_match_position, as: 'pathMatchPosition'
3499
+ end
3500
+ end
3501
+
3502
+ class PathReportCompatibleFields
3503
+ # @private
3504
+ class Representation < Google::Apis::Core::JsonRepresentation
3505
+ collection :channel_groupings, as: 'channelGroupings', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3506
+
3507
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3508
+
3509
+ property :kind, as: 'kind'
3510
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
3511
+
3512
+ collection :path_filters, as: 'pathFilters', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3513
+
3514
+ end
3515
+ end
3516
+
3517
+ class PathReportDimensionValue
3518
+ # @private
3519
+ class Representation < Google::Apis::Core::JsonRepresentation
3520
+ property :dimension_name, as: 'dimensionName'
3521
+ collection :ids, as: 'ids'
3522
+ property :kind, as: 'kind'
3523
+ property :match_type, as: 'matchType'
3524
+ collection :values, as: 'values'
3525
+ end
3526
+ end
3527
+
3528
+ class PathToConversionReportCompatibleFields
3529
+ # @private
3530
+ class Representation < Google::Apis::Core::JsonRepresentation
3531
+ collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3532
+
3533
+ collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3534
+
3535
+ property :kind, as: 'kind'
3536
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
3537
+
3538
+ collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3539
+
3540
+ end
3541
+ end
3542
+
3543
+ class Placement
3544
+ # @private
3545
+ class Representation < Google::Apis::Core::JsonRepresentation
3546
+ property :account_id, :numeric_string => true, as: 'accountId'
3547
+ property :ad_blocking_opt_out, as: 'adBlockingOptOut'
3548
+ collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
3549
+
3550
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3551
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3552
+
3553
+ property :archived, as: 'archived'
3554
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
3555
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3556
+
3557
+ property :comment, as: 'comment'
3558
+ property :compatibility, as: 'compatibility'
3559
+ property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
3560
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3561
+
3562
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
3563
+ property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3564
+
3565
+ property :external_id, as: 'externalId'
3566
+ property :id, :numeric_string => true, as: 'id'
3567
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3568
+
3569
+ property :key_name, as: 'keyName'
3570
+ property :kind, as: 'kind'
3571
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3572
+
3573
+ property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_5::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_5::LookbackConfiguration::Representation
3574
+
3575
+ property :name, as: 'name'
3576
+ property :partner_wrapping_data, as: 'partnerWrappingData', class: Google::Apis::DfareportingV3_5::MeasurementPartnerWrappingData, decorator: Google::Apis::DfareportingV3_5::MeasurementPartnerWrappingData::Representation
3577
+
3578
+ property :payment_approved, as: 'paymentApproved'
3579
+ property :payment_source, as: 'paymentSource'
3580
+ property :placement_group_id, :numeric_string => true, as: 'placementGroupId'
3581
+ property :placement_group_id_dimension_value, as: 'placementGroupIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3582
+
3583
+ property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
3584
+ property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_5::PricingSchedule, decorator: Google::Apis::DfareportingV3_5::PricingSchedule::Representation
3585
+
3586
+ property :primary, as: 'primary'
3587
+ property :publisher_update_info, as: 'publisherUpdateInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3588
+
3589
+ property :site_id, :numeric_string => true, as: 'siteId'
3590
+ property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3591
+
3592
+ property :size, as: 'size', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
3593
+
3594
+ property :ssl_required, as: 'sslRequired'
3595
+ property :status, as: 'status'
3596
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3597
+ collection :tag_formats, as: 'tagFormats'
3598
+ property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_5::TagSetting, decorator: Google::Apis::DfareportingV3_5::TagSetting::Representation
3599
+
3600
+ property :video_active_view_opt_out, as: 'videoActiveViewOptOut'
3601
+ property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_5::VideoSettings, decorator: Google::Apis::DfareportingV3_5::VideoSettings::Representation
3602
+
3603
+ property :vpaid_adapter_choice, as: 'vpaidAdapterChoice'
3604
+ property :wrapping_opt_out, as: 'wrappingOptOut'
3605
+ end
3606
+ end
3607
+
3608
+ class PlacementAssignment
3609
+ # @private
3610
+ class Representation < Google::Apis::Core::JsonRepresentation
3611
+ property :active, as: 'active'
3612
+ property :placement_id, :numeric_string => true, as: 'placementId'
3613
+ property :placement_id_dimension_value, as: 'placementIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3614
+
3615
+ property :ssl_required, as: 'sslRequired'
3616
+ end
3617
+ end
3618
+
3619
+ class PlacementGroup
3620
+ # @private
3621
+ class Representation < Google::Apis::Core::JsonRepresentation
3622
+ property :account_id, :numeric_string => true, as: 'accountId'
3623
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3624
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3625
+
3626
+ property :archived, as: 'archived'
3627
+ property :campaign_id, :numeric_string => true, as: 'campaignId'
3628
+ property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3629
+
3630
+ collection :child_placement_ids, as: 'childPlacementIds'
3631
+ property :comment, as: 'comment'
3632
+ property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
3633
+ property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3634
+
3635
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
3636
+ property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3637
+
3638
+ property :external_id, as: 'externalId'
3639
+ property :id, :numeric_string => true, as: 'id'
3640
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3641
+
3642
+ property :kind, as: 'kind'
3643
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3644
+
3645
+ property :name, as: 'name'
3646
+ property :placement_group_type, as: 'placementGroupType'
3647
+ property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
3648
+ property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_5::PricingSchedule, decorator: Google::Apis::DfareportingV3_5::PricingSchedule::Representation
3649
+
3650
+ property :primary_placement_id, :numeric_string => true, as: 'primaryPlacementId'
3651
+ property :primary_placement_id_dimension_value, as: 'primaryPlacementIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3652
+
3653
+ property :site_id, :numeric_string => true, as: 'siteId'
3654
+ property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3655
+
3656
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3657
+ end
3658
+ end
3659
+
3660
+ class PlacementGroupsListResponse
3661
+ # @private
3662
+ class Representation < Google::Apis::Core::JsonRepresentation
3663
+ property :kind, as: 'kind'
3664
+ property :next_page_token, as: 'nextPageToken'
3665
+ collection :placement_groups, as: 'placementGroups', class: Google::Apis::DfareportingV3_5::PlacementGroup, decorator: Google::Apis::DfareportingV3_5::PlacementGroup::Representation
3666
+
3667
+ end
3668
+ end
3669
+
3670
+ class PlacementStrategiesListResponse
3671
+ # @private
3672
+ class Representation < Google::Apis::Core::JsonRepresentation
3673
+ property :kind, as: 'kind'
3674
+ property :next_page_token, as: 'nextPageToken'
3675
+ collection :placement_strategies, as: 'placementStrategies', class: Google::Apis::DfareportingV3_5::PlacementStrategy, decorator: Google::Apis::DfareportingV3_5::PlacementStrategy::Representation
3676
+
3677
+ end
3678
+ end
3679
+
3680
+ class PlacementStrategy
3681
+ # @private
3682
+ class Representation < Google::Apis::Core::JsonRepresentation
3683
+ property :account_id, :numeric_string => true, as: 'accountId'
3684
+ property :id, :numeric_string => true, as: 'id'
3685
+ property :kind, as: 'kind'
3686
+ property :name, as: 'name'
3687
+ end
3688
+ end
3689
+
3690
+ class PlacementTag
3691
+ # @private
3692
+ class Representation < Google::Apis::Core::JsonRepresentation
3693
+ property :placement_id, :numeric_string => true, as: 'placementId'
3694
+ collection :tag_datas, as: 'tagDatas', class: Google::Apis::DfareportingV3_5::TagData, decorator: Google::Apis::DfareportingV3_5::TagData::Representation
3695
+
3696
+ end
3697
+ end
3698
+
3699
+ class PlacementsGenerateTagsResponse
3700
+ # @private
3701
+ class Representation < Google::Apis::Core::JsonRepresentation
3702
+ property :kind, as: 'kind'
3703
+ collection :placement_tags, as: 'placementTags', class: Google::Apis::DfareportingV3_5::PlacementTag, decorator: Google::Apis::DfareportingV3_5::PlacementTag::Representation
3704
+
3705
+ end
3706
+ end
3707
+
3708
+ class PlacementsListResponse
3709
+ # @private
3710
+ class Representation < Google::Apis::Core::JsonRepresentation
3711
+ property :kind, as: 'kind'
3712
+ property :next_page_token, as: 'nextPageToken'
3713
+ collection :placements, as: 'placements', class: Google::Apis::DfareportingV3_5::Placement, decorator: Google::Apis::DfareportingV3_5::Placement::Representation
3714
+
3715
+ end
3716
+ end
3717
+
3718
+ class PlatformType
3719
+ # @private
3720
+ class Representation < Google::Apis::Core::JsonRepresentation
3721
+ property :id, :numeric_string => true, as: 'id'
3722
+ property :kind, as: 'kind'
3723
+ property :name, as: 'name'
3724
+ end
3725
+ end
3726
+
3727
+ class PlatformTypesListResponse
3728
+ # @private
3729
+ class Representation < Google::Apis::Core::JsonRepresentation
3730
+ property :kind, as: 'kind'
3731
+ collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_5::PlatformType, decorator: Google::Apis::DfareportingV3_5::PlatformType::Representation
3732
+
3733
+ end
3734
+ end
3735
+
3736
+ class PopupWindowProperties
3737
+ # @private
3738
+ class Representation < Google::Apis::Core::JsonRepresentation
3739
+ property :dimension, as: 'dimension', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
3740
+
3741
+ property :offset, as: 'offset', class: Google::Apis::DfareportingV3_5::OffsetPosition, decorator: Google::Apis::DfareportingV3_5::OffsetPosition::Representation
3742
+
3743
+ property :position_type, as: 'positionType'
3744
+ property :show_address_bar, as: 'showAddressBar'
3745
+ property :show_menu_bar, as: 'showMenuBar'
3746
+ property :show_scroll_bar, as: 'showScrollBar'
3747
+ property :show_status_bar, as: 'showStatusBar'
3748
+ property :show_tool_bar, as: 'showToolBar'
3749
+ property :title, as: 'title'
3750
+ end
3751
+ end
3752
+
3753
+ class PostalCode
3754
+ # @private
3755
+ class Representation < Google::Apis::Core::JsonRepresentation
3756
+ property :code, as: 'code'
3757
+ property :country_code, as: 'countryCode'
3758
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3759
+ property :id, as: 'id'
3760
+ property :kind, as: 'kind'
3761
+ end
3762
+ end
3763
+
3764
+ class PostalCodesListResponse
3765
+ # @private
3766
+ class Representation < Google::Apis::Core::JsonRepresentation
3767
+ property :kind, as: 'kind'
3768
+ collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_5::PostalCode, decorator: Google::Apis::DfareportingV3_5::PostalCode::Representation
3769
+
3770
+ end
3771
+ end
3772
+
3773
+ class Pricing
3774
+ # @private
3775
+ class Representation < Google::Apis::Core::JsonRepresentation
3776
+ property :cap_cost_type, as: 'capCostType'
3777
+ property :end_date, as: 'endDate', type: Date
3778
+
3779
+ collection :flights, as: 'flights', class: Google::Apis::DfareportingV3_5::Flight, decorator: Google::Apis::DfareportingV3_5::Flight::Representation
3780
+
3781
+ property :group_type, as: 'groupType'
3782
+ property :pricing_type, as: 'pricingType'
3783
+ property :start_date, as: 'startDate', type: Date
3784
+
3785
+ end
3786
+ end
3787
+
3788
+ class PricingSchedule
3789
+ # @private
3790
+ class Representation < Google::Apis::Core::JsonRepresentation
3791
+ property :cap_cost_option, as: 'capCostOption'
3792
+ property :end_date, as: 'endDate', type: Date
3793
+
3794
+ property :flighted, as: 'flighted'
3795
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3796
+ collection :pricing_periods, as: 'pricingPeriods', class: Google::Apis::DfareportingV3_5::PricingSchedulePricingPeriod, decorator: Google::Apis::DfareportingV3_5::PricingSchedulePricingPeriod::Representation
3797
+
3798
+ property :pricing_type, as: 'pricingType'
3799
+ property :start_date, as: 'startDate', type: Date
3800
+
3801
+ property :testing_start_date, as: 'testingStartDate', type: Date
3802
+
3803
+ end
3804
+ end
3805
+
3806
+ class PricingSchedulePricingPeriod
3807
+ # @private
3808
+ class Representation < Google::Apis::Core::JsonRepresentation
3809
+ property :end_date, as: 'endDate', type: Date
3810
+
3811
+ property :pricing_comment, as: 'pricingComment'
3812
+ property :rate_or_cost_nanos, :numeric_string => true, as: 'rateOrCostNanos'
3813
+ property :start_date, as: 'startDate', type: Date
3814
+
3815
+ property :units, :numeric_string => true, as: 'units'
3816
+ end
3817
+ end
3818
+
3819
+ class Project
3820
+ # @private
3821
+ class Representation < Google::Apis::Core::JsonRepresentation
3822
+ property :account_id, :numeric_string => true, as: 'accountId'
3823
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3824
+ property :audience_age_group, as: 'audienceAgeGroup'
3825
+ property :audience_gender, as: 'audienceGender'
3826
+ property :budget, :numeric_string => true, as: 'budget'
3827
+ property :client_billing_code, as: 'clientBillingCode'
3828
+ property :client_name, as: 'clientName'
3829
+ property :end_date, as: 'endDate', type: Date
3830
+
3831
+ property :id, :numeric_string => true, as: 'id'
3832
+ property :kind, as: 'kind'
3833
+ property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_5::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_5::LastModifiedInfo::Representation
3834
+
3835
+ property :name, as: 'name'
3836
+ property :overview, as: 'overview'
3837
+ property :start_date, as: 'startDate', type: Date
3838
+
3839
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3840
+ property :target_clicks, :numeric_string => true, as: 'targetClicks'
3841
+ property :target_conversions, :numeric_string => true, as: 'targetConversions'
3842
+ property :target_cpa_nanos, :numeric_string => true, as: 'targetCpaNanos'
3843
+ property :target_cpc_nanos, :numeric_string => true, as: 'targetCpcNanos'
3844
+ property :target_cpm_active_view_nanos, :numeric_string => true, as: 'targetCpmActiveViewNanos'
3845
+ property :target_cpm_nanos, :numeric_string => true, as: 'targetCpmNanos'
3846
+ property :target_impressions, :numeric_string => true, as: 'targetImpressions'
3847
+ end
3848
+ end
3849
+
3850
+ class ProjectsListResponse
3851
+ # @private
3852
+ class Representation < Google::Apis::Core::JsonRepresentation
3853
+ property :kind, as: 'kind'
3854
+ property :next_page_token, as: 'nextPageToken'
3855
+ collection :projects, as: 'projects', class: Google::Apis::DfareportingV3_5::Project, decorator: Google::Apis::DfareportingV3_5::Project::Representation
3856
+
3857
+ end
3858
+ end
3859
+
3860
+ class ReachReportCompatibleFields
3861
+ # @private
3862
+ class Representation < Google::Apis::Core::JsonRepresentation
3863
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3864
+
3865
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
3866
+
3867
+ property :kind, as: 'kind'
3868
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
3869
+
3870
+ collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
3871
+
3872
+ collection :reach_by_frequency_metrics, as: 'reachByFrequencyMetrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
3873
+
3874
+ end
3875
+ end
3876
+
3877
+ class Recipient
3878
+ # @private
3879
+ class Representation < Google::Apis::Core::JsonRepresentation
3880
+ property :delivery_type, as: 'deliveryType'
3881
+ property :email, as: 'email'
3882
+ property :kind, as: 'kind'
3883
+ end
3884
+ end
3885
+
3886
+ class Region
3887
+ # @private
3888
+ class Representation < Google::Apis::Core::JsonRepresentation
3889
+ property :country_code, as: 'countryCode'
3890
+ property :country_dart_id, :numeric_string => true, as: 'countryDartId'
3891
+ property :dart_id, :numeric_string => true, as: 'dartId'
3892
+ property :kind, as: 'kind'
3893
+ property :name, as: 'name'
3894
+ property :region_code, as: 'regionCode'
3895
+ end
3896
+ end
3897
+
3898
+ class RegionsListResponse
3899
+ # @private
3900
+ class Representation < Google::Apis::Core::JsonRepresentation
3901
+ property :kind, as: 'kind'
3902
+ collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_5::Region, decorator: Google::Apis::DfareportingV3_5::Region::Representation
3903
+
3904
+ end
3905
+ end
3906
+
3907
+ class RemarketingList
3908
+ # @private
3909
+ class Representation < Google::Apis::Core::JsonRepresentation
3910
+ property :account_id, :numeric_string => true, as: 'accountId'
3911
+ property :active, as: 'active'
3912
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3913
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3914
+
3915
+ property :description, as: 'description'
3916
+ property :id, :numeric_string => true, as: 'id'
3917
+ property :kind, as: 'kind'
3918
+ property :life_span, :numeric_string => true, as: 'lifeSpan'
3919
+ property :list_population_rule, as: 'listPopulationRule', class: Google::Apis::DfareportingV3_5::ListPopulationRule, decorator: Google::Apis::DfareportingV3_5::ListPopulationRule::Representation
3920
+
3921
+ property :list_size, :numeric_string => true, as: 'listSize'
3922
+ property :list_source, as: 'listSource'
3923
+ property :name, as: 'name'
3924
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3925
+ end
3926
+ end
3927
+
3928
+ class RemarketingListShare
3929
+ # @private
3930
+ class Representation < Google::Apis::Core::JsonRepresentation
3931
+ property :kind, as: 'kind'
3932
+ property :remarketing_list_id, :numeric_string => true, as: 'remarketingListId'
3933
+ collection :shared_account_ids, as: 'sharedAccountIds'
3934
+ collection :shared_advertiser_ids, as: 'sharedAdvertiserIds'
3935
+ end
3936
+ end
3937
+
3938
+ class RemarketingListsListResponse
3939
+ # @private
3940
+ class Representation < Google::Apis::Core::JsonRepresentation
3941
+ property :kind, as: 'kind'
3942
+ property :next_page_token, as: 'nextPageToken'
3943
+ collection :remarketing_lists, as: 'remarketingLists', class: Google::Apis::DfareportingV3_5::RemarketingList, decorator: Google::Apis::DfareportingV3_5::RemarketingList::Representation
3944
+
3945
+ end
3946
+ end
3947
+
3948
+ class Report
3949
+ # @private
3950
+ class Representation < Google::Apis::Core::JsonRepresentation
3951
+ property :account_id, :numeric_string => true, as: 'accountId'
3952
+ property :criteria, as: 'criteria', class: Google::Apis::DfareportingV3_5::Report::Criteria, decorator: Google::Apis::DfareportingV3_5::Report::Criteria::Representation
3953
+
3954
+ property :cross_dimension_reach_criteria, as: 'crossDimensionReachCriteria', class: Google::Apis::DfareportingV3_5::Report::CrossDimensionReachCriteria, decorator: Google::Apis::DfareportingV3_5::Report::CrossDimensionReachCriteria::Representation
3955
+
3956
+ property :delivery, as: 'delivery', class: Google::Apis::DfareportingV3_5::Report::Delivery, decorator: Google::Apis::DfareportingV3_5::Report::Delivery::Representation
3957
+
3958
+ property :etag, as: 'etag'
3959
+ property :file_name, as: 'fileName'
3960
+ property :floodlight_criteria, as: 'floodlightCriteria', class: Google::Apis::DfareportingV3_5::Report::FloodlightCriteria, decorator: Google::Apis::DfareportingV3_5::Report::FloodlightCriteria::Representation
3961
+
3962
+ property :format, as: 'format'
3963
+ property :id, :numeric_string => true, as: 'id'
3964
+ property :kind, as: 'kind'
3965
+ property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
3966
+ property :name, as: 'name'
3967
+ property :owner_profile_id, :numeric_string => true, as: 'ownerProfileId'
3968
+ property :path_attribution_criteria, as: 'pathAttributionCriteria', class: Google::Apis::DfareportingV3_5::Report::PathAttributionCriteria, decorator: Google::Apis::DfareportingV3_5::Report::PathAttributionCriteria::Representation
3969
+
3970
+ property :path_criteria, as: 'pathCriteria', class: Google::Apis::DfareportingV3_5::Report::PathCriteria, decorator: Google::Apis::DfareportingV3_5::Report::PathCriteria::Representation
3971
+
3972
+ property :path_to_conversion_criteria, as: 'pathToConversionCriteria', class: Google::Apis::DfareportingV3_5::Report::PathToConversionCriteria, decorator: Google::Apis::DfareportingV3_5::Report::PathToConversionCriteria::Representation
3973
+
3974
+ property :reach_criteria, as: 'reachCriteria', class: Google::Apis::DfareportingV3_5::Report::ReachCriteria, decorator: Google::Apis::DfareportingV3_5::Report::ReachCriteria::Representation
3975
+
3976
+ property :schedule, as: 'schedule', class: Google::Apis::DfareportingV3_5::Report::Schedule, decorator: Google::Apis::DfareportingV3_5::Report::Schedule::Representation
3977
+
3978
+ property :sub_account_id, :numeric_string => true, as: 'subAccountId'
3979
+ property :type, as: 'type'
3980
+ end
3981
+
3982
+ class Criteria
3983
+ # @private
3984
+ class Representation < Google::Apis::Core::JsonRepresentation
3985
+ property :activities, as: 'activities', class: Google::Apis::DfareportingV3_5::Activities, decorator: Google::Apis::DfareportingV3_5::Activities::Representation
3986
+
3987
+ property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_5::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_5::CustomRichMediaEvents::Representation
3988
+
3989
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
3990
+
3991
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
3992
+
3993
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
3994
+
3995
+ collection :metric_names, as: 'metricNames'
3996
+ end
3997
+ end
3998
+
3999
+ class CrossDimensionReachCriteria
4000
+ # @private
4001
+ class Representation < Google::Apis::Core::JsonRepresentation
4002
+ collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4003
+
4004
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
4005
+
4006
+ property :dimension, as: 'dimension'
4007
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4008
+
4009
+ collection :metric_names, as: 'metricNames'
4010
+ collection :overlap_metric_names, as: 'overlapMetricNames'
4011
+ property :pivoted, as: 'pivoted'
4012
+ end
4013
+ end
4014
+
4015
+ class Delivery
4016
+ # @private
4017
+ class Representation < Google::Apis::Core::JsonRepresentation
4018
+ property :email_owner, as: 'emailOwner'
4019
+ property :email_owner_delivery_type, as: 'emailOwnerDeliveryType'
4020
+ property :message, as: 'message'
4021
+ collection :recipients, as: 'recipients', class: Google::Apis::DfareportingV3_5::Recipient, decorator: Google::Apis::DfareportingV3_5::Recipient::Representation
4022
+
4023
+ end
4024
+ end
4025
+
4026
+ class FloodlightCriteria
4027
+ # @private
4028
+ class Representation < Google::Apis::Core::JsonRepresentation
4029
+ collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4030
+
4031
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
4032
+
4033
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4034
+
4035
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4036
+
4037
+ property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4038
+
4039
+ collection :metric_names, as: 'metricNames'
4040
+ property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_5::Report::FloodlightCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_5::Report::FloodlightCriteria::ReportProperties::Representation
4041
+
4042
+ end
4043
+
4044
+ class ReportProperties
4045
+ # @private
4046
+ class Representation < Google::Apis::Core::JsonRepresentation
4047
+ property :include_attributed_ip_conversions, as: 'includeAttributedIPConversions'
4048
+ property :include_unattributed_cookie_conversions, as: 'includeUnattributedCookieConversions'
4049
+ property :include_unattributed_ip_conversions, as: 'includeUnattributedIPConversions'
4050
+ end
4051
+ end
4052
+ end
4053
+
4054
+ class PathAttributionCriteria
4055
+ # @private
4056
+ class Representation < Google::Apis::Core::JsonRepresentation
4057
+ collection :activity_filters, as: 'activityFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4058
+
4059
+ property :custom_channel_grouping, as: 'customChannelGrouping', class: Google::Apis::DfareportingV3_5::ChannelGrouping, decorator: Google::Apis::DfareportingV3_5::ChannelGrouping::Representation
4060
+
4061
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
4062
+
4063
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4064
+
4065
+ property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4066
+
4067
+ collection :metric_names, as: 'metricNames'
4068
+ collection :path_filters, as: 'pathFilters', class: Google::Apis::DfareportingV3_5::PathFilter, decorator: Google::Apis::DfareportingV3_5::PathFilter::Representation
4069
+
4070
+ end
4071
+ end
4072
+
4073
+ class PathCriteria
4074
+ # @private
4075
+ class Representation < Google::Apis::Core::JsonRepresentation
4076
+ collection :activity_filters, as: 'activityFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4077
+
4078
+ property :custom_channel_grouping, as: 'customChannelGrouping', class: Google::Apis::DfareportingV3_5::ChannelGrouping, decorator: Google::Apis::DfareportingV3_5::ChannelGrouping::Representation
4079
+
4080
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
4081
+
4082
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4083
+
4084
+ property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4085
+
4086
+ collection :metric_names, as: 'metricNames'
4087
+ collection :path_filters, as: 'pathFilters', class: Google::Apis::DfareportingV3_5::PathFilter, decorator: Google::Apis::DfareportingV3_5::PathFilter::Representation
4088
+
4089
+ end
4090
+ end
4091
+
4092
+ class PathToConversionCriteria
4093
+ # @private
4094
+ class Representation < Google::Apis::Core::JsonRepresentation
4095
+ collection :activity_filters, as: 'activityFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4096
+
4097
+ collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4098
+
4099
+ collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4100
+
4101
+ collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4102
+
4103
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
4104
+
4105
+ property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4106
+
4107
+ collection :metric_names, as: 'metricNames'
4108
+ collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4109
+
4110
+ property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_5::Report::PathToConversionCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_5::Report::PathToConversionCriteria::ReportProperties::Representation
4111
+
4112
+ end
4113
+
4114
+ class ReportProperties
4115
+ # @private
4116
+ class Representation < Google::Apis::Core::JsonRepresentation
4117
+ property :clicks_lookback_window, as: 'clicksLookbackWindow'
4118
+ property :impressions_lookback_window, as: 'impressionsLookbackWindow'
4119
+ property :include_attributed_ip_conversions, as: 'includeAttributedIPConversions'
4120
+ property :include_unattributed_cookie_conversions, as: 'includeUnattributedCookieConversions'
4121
+ property :include_unattributed_ip_conversions, as: 'includeUnattributedIPConversions'
4122
+ property :maximum_click_interactions, as: 'maximumClickInteractions'
4123
+ property :maximum_impression_interactions, as: 'maximumImpressionInteractions'
4124
+ property :maximum_interaction_gap, as: 'maximumInteractionGap'
4125
+ property :pivot_on_interaction_path, as: 'pivotOnInteractionPath'
4126
+ end
4127
+ end
4128
+ end
4129
+
4130
+ class ReachCriteria
4131
+ # @private
4132
+ class Representation < Google::Apis::Core::JsonRepresentation
4133
+ property :activities, as: 'activities', class: Google::Apis::DfareportingV3_5::Activities, decorator: Google::Apis::DfareportingV3_5::Activities::Representation
4134
+
4135
+ property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_5::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_5::CustomRichMediaEvents::Representation
4136
+
4137
+ property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_5::DateRange, decorator: Google::Apis::DfareportingV3_5::DateRange::Representation
4138
+
4139
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4140
+
4141
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::SortedDimension, decorator: Google::Apis::DfareportingV3_5::SortedDimension::Representation
4142
+
4143
+ property :enable_all_dimension_combinations, as: 'enableAllDimensionCombinations'
4144
+ collection :metric_names, as: 'metricNames'
4145
+ collection :reach_by_frequency_metric_names, as: 'reachByFrequencyMetricNames'
4146
+ end
4147
+ end
4148
+
4149
+ class Schedule
4150
+ # @private
4151
+ class Representation < Google::Apis::Core::JsonRepresentation
4152
+ property :active, as: 'active'
4153
+ property :every, as: 'every'
4154
+ property :expiration_date, as: 'expirationDate', type: Date
4155
+
4156
+ property :repeats, as: 'repeats'
4157
+ collection :repeats_on_week_days, as: 'repeatsOnWeekDays'
4158
+ property :runs_on_day_of_month, as: 'runsOnDayOfMonth'
4159
+ property :start_date, as: 'startDate', type: Date
4160
+
4161
+ end
4162
+ end
4163
+ end
4164
+
4165
+ class ReportCompatibleFields
4166
+ # @private
4167
+ class Representation < Google::Apis::Core::JsonRepresentation
4168
+ collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
4169
+
4170
+ collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_5::Dimension, decorator: Google::Apis::DfareportingV3_5::Dimension::Representation
4171
+
4172
+ property :kind, as: 'kind'
4173
+ collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
4174
+
4175
+ collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_5::Metric, decorator: Google::Apis::DfareportingV3_5::Metric::Representation
4176
+
4177
+ end
4178
+ end
4179
+
4180
+ class ReportList
4181
+ # @private
4182
+ class Representation < Google::Apis::Core::JsonRepresentation
4183
+ property :etag, as: 'etag'
4184
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_5::Report, decorator: Google::Apis::DfareportingV3_5::Report::Representation
4185
+
4186
+ property :kind, as: 'kind'
4187
+ property :next_page_token, as: 'nextPageToken'
4188
+ end
4189
+ end
4190
+
4191
+ class ReportsConfiguration
4192
+ # @private
4193
+ class Representation < Google::Apis::Core::JsonRepresentation
4194
+ property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
4195
+ property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_5::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_5::LookbackConfiguration::Representation
4196
+
4197
+ property :report_generation_time_zone_id, :numeric_string => true, as: 'reportGenerationTimeZoneId'
4198
+ end
4199
+ end
4200
+
4201
+ class RichMediaExitOverride
4202
+ # @private
4203
+ class Representation < Google::Apis::Core::JsonRepresentation
4204
+ property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_5::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_5::ClickThroughUrl::Representation
4205
+
4206
+ property :enabled, as: 'enabled'
4207
+ property :exit_id, :numeric_string => true, as: 'exitId'
4208
+ end
4209
+ end
4210
+
4211
+ class Rule
4212
+ # @private
4213
+ class Representation < Google::Apis::Core::JsonRepresentation
4214
+ property :asset_id, :numeric_string => true, as: 'assetId'
4215
+ property :name, as: 'name'
4216
+ property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
4217
+ end
4218
+ end
4219
+
4220
+ class Site
4221
+ # @private
4222
+ class Representation < Google::Apis::Core::JsonRepresentation
4223
+ property :account_id, :numeric_string => true, as: 'accountId'
4224
+ property :approved, as: 'approved'
4225
+ property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
4226
+ property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4227
+
4228
+ property :id, :numeric_string => true, as: 'id'
4229
+ property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4230
+
4231
+ property :key_name, as: 'keyName'
4232
+ property :kind, as: 'kind'
4233
+ property :name, as: 'name'
4234
+ collection :site_contacts, as: 'siteContacts', class: Google::Apis::DfareportingV3_5::SiteContact, decorator: Google::Apis::DfareportingV3_5::SiteContact::Representation
4235
+
4236
+ property :site_settings, as: 'siteSettings', class: Google::Apis::DfareportingV3_5::SiteSettings, decorator: Google::Apis::DfareportingV3_5::SiteSettings::Representation
4237
+
4238
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4239
+ property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_5::SiteVideoSettings, decorator: Google::Apis::DfareportingV3_5::SiteVideoSettings::Representation
4240
+
4241
+ end
4242
+ end
4243
+
4244
+ class SiteCompanionSetting
4245
+ # @private
4246
+ class Representation < Google::Apis::Core::JsonRepresentation
4247
+ property :companions_disabled, as: 'companionsDisabled'
4248
+ collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
4249
+
4250
+ property :image_only, as: 'imageOnly'
4251
+ property :kind, as: 'kind'
4252
+ end
4253
+ end
4254
+
4255
+ class SiteContact
4256
+ # @private
4257
+ class Representation < Google::Apis::Core::JsonRepresentation
4258
+ property :address, as: 'address'
4259
+ property :contact_type, as: 'contactType'
4260
+ property :email, as: 'email'
4261
+ property :first_name, as: 'firstName'
4262
+ property :id, :numeric_string => true, as: 'id'
4263
+ property :last_name, as: 'lastName'
4264
+ property :phone, as: 'phone'
4265
+ property :title, as: 'title'
4266
+ end
4267
+ end
4268
+
4269
+ class SiteSettings
4270
+ # @private
4271
+ class Representation < Google::Apis::Core::JsonRepresentation
4272
+ property :active_view_opt_out, as: 'activeViewOptOut'
4273
+ property :ad_blocking_opt_out, as: 'adBlockingOptOut'
4274
+ property :disable_new_cookie, as: 'disableNewCookie'
4275
+ property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_5::TagSetting, decorator: Google::Apis::DfareportingV3_5::TagSetting::Representation
4276
+
4277
+ property :video_active_view_opt_out_template, as: 'videoActiveViewOptOutTemplate'
4278
+ property :vpaid_adapter_choice_template, as: 'vpaidAdapterChoiceTemplate'
4279
+ end
4280
+ end
4281
+
4282
+ class SiteSkippableSetting
4283
+ # @private
4284
+ class Representation < Google::Apis::Core::JsonRepresentation
4285
+ property :kind, as: 'kind'
4286
+ property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_5::VideoOffset, decorator: Google::Apis::DfareportingV3_5::VideoOffset::Representation
4287
+
4288
+ property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_5::VideoOffset, decorator: Google::Apis::DfareportingV3_5::VideoOffset::Representation
4289
+
4290
+ property :skippable, as: 'skippable'
4291
+ end
4292
+ end
4293
+
4294
+ class SiteTranscodeSetting
4295
+ # @private
4296
+ class Representation < Google::Apis::Core::JsonRepresentation
4297
+ collection :enabled_video_formats, as: 'enabledVideoFormats'
4298
+ property :kind, as: 'kind'
4299
+ end
4300
+ end
4301
+
4302
+ class SiteVideoSettings
4303
+ # @private
4304
+ class Representation < Google::Apis::Core::JsonRepresentation
4305
+ property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_5::SiteCompanionSetting, decorator: Google::Apis::DfareportingV3_5::SiteCompanionSetting::Representation
4306
+
4307
+ property :kind, as: 'kind'
4308
+ property :oba_enabled, as: 'obaEnabled'
4309
+ property :oba_settings, as: 'obaSettings', class: Google::Apis::DfareportingV3_5::ObaIcon, decorator: Google::Apis::DfareportingV3_5::ObaIcon::Representation
4310
+
4311
+ property :orientation, as: 'orientation'
4312
+ property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_5::SiteSkippableSetting, decorator: Google::Apis::DfareportingV3_5::SiteSkippableSetting::Representation
4313
+
4314
+ property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_5::SiteTranscodeSetting, decorator: Google::Apis::DfareportingV3_5::SiteTranscodeSetting::Representation
4315
+
4316
+ end
4317
+ end
4318
+
4319
+ class SitesListResponse
4320
+ # @private
4321
+ class Representation < Google::Apis::Core::JsonRepresentation
4322
+ property :kind, as: 'kind'
4323
+ property :next_page_token, as: 'nextPageToken'
4324
+ collection :sites, as: 'sites', class: Google::Apis::DfareportingV3_5::Site, decorator: Google::Apis::DfareportingV3_5::Site::Representation
4325
+
4326
+ end
4327
+ end
4328
+
4329
+ class Size
4330
+ # @private
4331
+ class Representation < Google::Apis::Core::JsonRepresentation
4332
+ property :height, as: 'height'
4333
+ property :iab, as: 'iab'
4334
+ property :id, :numeric_string => true, as: 'id'
4335
+ property :kind, as: 'kind'
4336
+ property :width, as: 'width'
4337
+ end
4338
+ end
4339
+
4340
+ class SizesListResponse
4341
+ # @private
4342
+ class Representation < Google::Apis::Core::JsonRepresentation
4343
+ property :kind, as: 'kind'
4344
+ collection :sizes, as: 'sizes', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
4345
+
4346
+ end
4347
+ end
4348
+
4349
+ class SkippableSetting
4350
+ # @private
4351
+ class Representation < Google::Apis::Core::JsonRepresentation
4352
+ property :kind, as: 'kind'
4353
+ property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_5::VideoOffset, decorator: Google::Apis::DfareportingV3_5::VideoOffset::Representation
4354
+
4355
+ property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_5::VideoOffset, decorator: Google::Apis::DfareportingV3_5::VideoOffset::Representation
4356
+
4357
+ property :skippable, as: 'skippable'
4358
+ end
4359
+ end
4360
+
4361
+ class SortedDimension
4362
+ # @private
4363
+ class Representation < Google::Apis::Core::JsonRepresentation
4364
+ property :kind, as: 'kind'
4365
+ property :name, as: 'name'
4366
+ property :sort_order, as: 'sortOrder'
4367
+ end
4368
+ end
4369
+
4370
+ class Subaccount
4371
+ # @private
4372
+ class Representation < Google::Apis::Core::JsonRepresentation
4373
+ property :account_id, :numeric_string => true, as: 'accountId'
4374
+ collection :available_permission_ids, as: 'availablePermissionIds'
4375
+ property :id, :numeric_string => true, as: 'id'
4376
+ property :kind, as: 'kind'
4377
+ property :name, as: 'name'
4378
+ end
4379
+ end
4380
+
4381
+ class SubaccountsListResponse
4382
+ # @private
4383
+ class Representation < Google::Apis::Core::JsonRepresentation
4384
+ property :kind, as: 'kind'
4385
+ property :next_page_token, as: 'nextPageToken'
4386
+ collection :subaccounts, as: 'subaccounts', class: Google::Apis::DfareportingV3_5::Subaccount, decorator: Google::Apis::DfareportingV3_5::Subaccount::Representation
4387
+
4388
+ end
4389
+ end
4390
+
4391
+ class TagData
4392
+ # @private
4393
+ class Representation < Google::Apis::Core::JsonRepresentation
4394
+ property :ad_id, :numeric_string => true, as: 'adId'
4395
+ property :click_tag, as: 'clickTag'
4396
+ property :creative_id, :numeric_string => true, as: 'creativeId'
4397
+ property :format, as: 'format'
4398
+ property :impression_tag, as: 'impressionTag'
4399
+ end
4400
+ end
4401
+
4402
+ class TagSetting
4403
+ # @private
4404
+ class Representation < Google::Apis::Core::JsonRepresentation
4405
+ property :additional_key_values, as: 'additionalKeyValues'
4406
+ property :include_click_through_urls, as: 'includeClickThroughUrls'
4407
+ property :include_click_tracking, as: 'includeClickTracking'
4408
+ property :keyword_option, as: 'keywordOption'
4409
+ end
4410
+ end
4411
+
4412
+ class TagSettings
4413
+ # @private
4414
+ class Representation < Google::Apis::Core::JsonRepresentation
4415
+ property :dynamic_tag_enabled, as: 'dynamicTagEnabled'
4416
+ property :image_tag_enabled, as: 'imageTagEnabled'
4417
+ end
4418
+ end
4419
+
4420
+ class TargetWindow
4421
+ # @private
4422
+ class Representation < Google::Apis::Core::JsonRepresentation
4423
+ property :custom_html, as: 'customHtml'
4424
+ property :target_window_option, as: 'targetWindowOption'
4425
+ end
4426
+ end
4427
+
4428
+ class TargetableRemarketingList
4429
+ # @private
4430
+ class Representation < Google::Apis::Core::JsonRepresentation
4431
+ property :account_id, :numeric_string => true, as: 'accountId'
4432
+ property :active, as: 'active'
4433
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
4434
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4435
+
4436
+ property :description, as: 'description'
4437
+ property :id, :numeric_string => true, as: 'id'
4438
+ property :kind, as: 'kind'
4439
+ property :life_span, :numeric_string => true, as: 'lifeSpan'
4440
+ property :list_size, :numeric_string => true, as: 'listSize'
4441
+ property :list_source, as: 'listSource'
4442
+ property :name, as: 'name'
4443
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4444
+ end
4445
+ end
4446
+
4447
+ class TargetableRemarketingListsListResponse
4448
+ # @private
4449
+ class Representation < Google::Apis::Core::JsonRepresentation
4450
+ property :kind, as: 'kind'
4451
+ property :next_page_token, as: 'nextPageToken'
4452
+ collection :targetable_remarketing_lists, as: 'targetableRemarketingLists', class: Google::Apis::DfareportingV3_5::TargetableRemarketingList, decorator: Google::Apis::DfareportingV3_5::TargetableRemarketingList::Representation
4453
+
4454
+ end
4455
+ end
4456
+
4457
+ class TargetingTemplate
4458
+ # @private
4459
+ class Representation < Google::Apis::Core::JsonRepresentation
4460
+ property :account_id, :numeric_string => true, as: 'accountId'
4461
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
4462
+ property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_5::DimensionValue, decorator: Google::Apis::DfareportingV3_5::DimensionValue::Representation
4463
+
4464
+ property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_5::DayPartTargeting, decorator: Google::Apis::DfareportingV3_5::DayPartTargeting::Representation
4465
+
4466
+ property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_5::GeoTargeting, decorator: Google::Apis::DfareportingV3_5::GeoTargeting::Representation
4467
+
4468
+ property :id, :numeric_string => true, as: 'id'
4469
+ property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_5::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_5::KeyValueTargetingExpression::Representation
4470
+
4471
+ property :kind, as: 'kind'
4472
+ property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_5::LanguageTargeting, decorator: Google::Apis::DfareportingV3_5::LanguageTargeting::Representation
4473
+
4474
+ property :list_targeting_expression, as: 'listTargetingExpression', class: Google::Apis::DfareportingV3_5::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_5::ListTargetingExpression::Representation
4475
+
4476
+ property :name, as: 'name'
4477
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4478
+ property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_5::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_5::TechnologyTargeting::Representation
4479
+
4480
+ end
4481
+ end
4482
+
4483
+ class TargetingTemplatesListResponse
4484
+ # @private
4485
+ class Representation < Google::Apis::Core::JsonRepresentation
4486
+ property :kind, as: 'kind'
4487
+ property :next_page_token, as: 'nextPageToken'
4488
+ collection :targeting_templates, as: 'targetingTemplates', class: Google::Apis::DfareportingV3_5::TargetingTemplate, decorator: Google::Apis::DfareportingV3_5::TargetingTemplate::Representation
4489
+
4490
+ end
4491
+ end
4492
+
4493
+ class TechnologyTargeting
4494
+ # @private
4495
+ class Representation < Google::Apis::Core::JsonRepresentation
4496
+ collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_5::Browser, decorator: Google::Apis::DfareportingV3_5::Browser::Representation
4497
+
4498
+ collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_5::ConnectionType, decorator: Google::Apis::DfareportingV3_5::ConnectionType::Representation
4499
+
4500
+ collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_5::MobileCarrier, decorator: Google::Apis::DfareportingV3_5::MobileCarrier::Representation
4501
+
4502
+ collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_5::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_5::OperatingSystemVersion::Representation
4503
+
4504
+ collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_5::OperatingSystem, decorator: Google::Apis::DfareportingV3_5::OperatingSystem::Representation
4505
+
4506
+ collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_5::PlatformType, decorator: Google::Apis::DfareportingV3_5::PlatformType::Representation
4507
+
4508
+ end
4509
+ end
4510
+
4511
+ class ThirdPartyAuthenticationToken
4512
+ # @private
4513
+ class Representation < Google::Apis::Core::JsonRepresentation
4514
+ property :name, as: 'name'
4515
+ property :value, as: 'value'
4516
+ end
4517
+ end
4518
+
4519
+ class ThirdPartyTrackingUrl
4520
+ # @private
4521
+ class Representation < Google::Apis::Core::JsonRepresentation
4522
+ property :third_party_url_type, as: 'thirdPartyUrlType'
4523
+ property :url, as: 'url'
4524
+ end
4525
+ end
4526
+
4527
+ class TranscodeSetting
4528
+ # @private
4529
+ class Representation < Google::Apis::Core::JsonRepresentation
4530
+ collection :enabled_video_formats, as: 'enabledVideoFormats'
4531
+ property :kind, as: 'kind'
4532
+ end
4533
+ end
4534
+
4535
+ class UniversalAdId
4536
+ # @private
4537
+ class Representation < Google::Apis::Core::JsonRepresentation
4538
+ property :registry, as: 'registry'
4539
+ property :value, as: 'value'
4540
+ end
4541
+ end
4542
+
4543
+ class UserDefinedVariableConfiguration
4544
+ # @private
4545
+ class Representation < Google::Apis::Core::JsonRepresentation
4546
+ property :data_type, as: 'dataType'
4547
+ property :report_name, as: 'reportName'
4548
+ property :variable_type, as: 'variableType'
4549
+ end
4550
+ end
4551
+
4552
+ class UserProfile
4553
+ # @private
4554
+ class Representation < Google::Apis::Core::JsonRepresentation
4555
+ property :account_id, :numeric_string => true, as: 'accountId'
4556
+ property :account_name, as: 'accountName'
4557
+ property :etag, as: 'etag'
4558
+ property :kind, as: 'kind'
4559
+ property :profile_id, :numeric_string => true, as: 'profileId'
4560
+ property :sub_account_id, :numeric_string => true, as: 'subAccountId'
4561
+ property :sub_account_name, as: 'subAccountName'
4562
+ property :user_name, as: 'userName'
4563
+ end
4564
+ end
4565
+
4566
+ class UserProfileList
4567
+ # @private
4568
+ class Representation < Google::Apis::Core::JsonRepresentation
4569
+ property :etag, as: 'etag'
4570
+ collection :items, as: 'items', class: Google::Apis::DfareportingV3_5::UserProfile, decorator: Google::Apis::DfareportingV3_5::UserProfile::Representation
4571
+
4572
+ property :kind, as: 'kind'
4573
+ end
4574
+ end
4575
+
4576
+ class UserRole
4577
+ # @private
4578
+ class Representation < Google::Apis::Core::JsonRepresentation
4579
+ property :account_id, :numeric_string => true, as: 'accountId'
4580
+ property :default_user_role, as: 'defaultUserRole'
4581
+ property :id, :numeric_string => true, as: 'id'
4582
+ property :kind, as: 'kind'
4583
+ property :name, as: 'name'
4584
+ property :parent_user_role_id, :numeric_string => true, as: 'parentUserRoleId'
4585
+ collection :permissions, as: 'permissions', class: Google::Apis::DfareportingV3_5::UserRolePermission, decorator: Google::Apis::DfareportingV3_5::UserRolePermission::Representation
4586
+
4587
+ property :subaccount_id, :numeric_string => true, as: 'subaccountId'
4588
+ end
4589
+ end
4590
+
4591
+ class UserRolePermission
4592
+ # @private
4593
+ class Representation < Google::Apis::Core::JsonRepresentation
4594
+ property :availability, as: 'availability'
4595
+ property :id, :numeric_string => true, as: 'id'
4596
+ property :kind, as: 'kind'
4597
+ property :name, as: 'name'
4598
+ property :permission_group_id, :numeric_string => true, as: 'permissionGroupId'
4599
+ end
4600
+ end
4601
+
4602
+ class UserRolePermissionGroup
4603
+ # @private
4604
+ class Representation < Google::Apis::Core::JsonRepresentation
4605
+ property :id, :numeric_string => true, as: 'id'
4606
+ property :kind, as: 'kind'
4607
+ property :name, as: 'name'
4608
+ end
4609
+ end
4610
+
4611
+ class UserRolePermissionGroupsListResponse
4612
+ # @private
4613
+ class Representation < Google::Apis::Core::JsonRepresentation
4614
+ property :kind, as: 'kind'
4615
+ collection :user_role_permission_groups, as: 'userRolePermissionGroups', class: Google::Apis::DfareportingV3_5::UserRolePermissionGroup, decorator: Google::Apis::DfareportingV3_5::UserRolePermissionGroup::Representation
4616
+
4617
+ end
4618
+ end
4619
+
4620
+ class UserRolePermissionsListResponse
4621
+ # @private
4622
+ class Representation < Google::Apis::Core::JsonRepresentation
4623
+ property :kind, as: 'kind'
4624
+ collection :user_role_permissions, as: 'userRolePermissions', class: Google::Apis::DfareportingV3_5::UserRolePermission, decorator: Google::Apis::DfareportingV3_5::UserRolePermission::Representation
4625
+
4626
+ end
4627
+ end
4628
+
4629
+ class UserRolesListResponse
4630
+ # @private
4631
+ class Representation < Google::Apis::Core::JsonRepresentation
4632
+ property :kind, as: 'kind'
4633
+ property :next_page_token, as: 'nextPageToken'
4634
+ collection :user_roles, as: 'userRoles', class: Google::Apis::DfareportingV3_5::UserRole, decorator: Google::Apis::DfareportingV3_5::UserRole::Representation
4635
+
4636
+ end
4637
+ end
4638
+
4639
+ class VideoFormat
4640
+ # @private
4641
+ class Representation < Google::Apis::Core::JsonRepresentation
4642
+ property :file_type, as: 'fileType'
4643
+ property :id, as: 'id'
4644
+ property :kind, as: 'kind'
4645
+ property :resolution, as: 'resolution', class: Google::Apis::DfareportingV3_5::Size, decorator: Google::Apis::DfareportingV3_5::Size::Representation
4646
+
4647
+ property :target_bit_rate, as: 'targetBitRate'
4648
+ end
4649
+ end
4650
+
4651
+ class VideoFormatsListResponse
4652
+ # @private
4653
+ class Representation < Google::Apis::Core::JsonRepresentation
4654
+ property :kind, as: 'kind'
4655
+ collection :video_formats, as: 'videoFormats', class: Google::Apis::DfareportingV3_5::VideoFormat, decorator: Google::Apis::DfareportingV3_5::VideoFormat::Representation
4656
+
4657
+ end
4658
+ end
4659
+
4660
+ class VideoOffset
4661
+ # @private
4662
+ class Representation < Google::Apis::Core::JsonRepresentation
4663
+ property :offset_percentage, as: 'offsetPercentage'
4664
+ property :offset_seconds, as: 'offsetSeconds'
4665
+ end
4666
+ end
4667
+
4668
+ class VideoSettings
4669
+ # @private
4670
+ class Representation < Google::Apis::Core::JsonRepresentation
4671
+ property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_5::CompanionSetting, decorator: Google::Apis::DfareportingV3_5::CompanionSetting::Representation
4672
+
4673
+ property :duration_seconds, as: 'durationSeconds'
4674
+ property :kind, as: 'kind'
4675
+ property :oba_enabled, as: 'obaEnabled'
4676
+ property :oba_settings, as: 'obaSettings', class: Google::Apis::DfareportingV3_5::ObaIcon, decorator: Google::Apis::DfareportingV3_5::ObaIcon::Representation
4677
+
4678
+ property :orientation, as: 'orientation'
4679
+ property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_5::SkippableSetting, decorator: Google::Apis::DfareportingV3_5::SkippableSetting::Representation
4680
+
4681
+ property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_5::TranscodeSetting, decorator: Google::Apis::DfareportingV3_5::TranscodeSetting::Representation
4682
+
4683
+ end
4684
+ end
4685
+ end
4686
+ end
4687
+ end