google-api-client 0.25.0 → 0.26.0

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