google-ads-ad_manager-v1 0.a → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/ads/ad_manager/v1/ad_unit_service/credentials.rb +44 -0
  6. data/lib/google/ads/ad_manager/v1/ad_unit_service/paths.rb +64 -0
  7. data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/client.rb +644 -0
  8. data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/service_stub.rb +264 -0
  9. data/lib/google/ads/ad_manager/v1/ad_unit_service/rest.rb +52 -0
  10. data/lib/google/ads/ad_manager/v1/ad_unit_service.rb +48 -0
  11. data/lib/google/ads/ad_manager/v1/company_service/credentials.rb +44 -0
  12. data/lib/google/ads/ad_manager/v1/company_service/paths.rb +64 -0
  13. data/lib/google/ads/ad_manager/v1/company_service/rest/client.rb +531 -0
  14. data/lib/google/ads/ad_manager/v1/company_service/rest/service_stub.rb +203 -0
  15. data/lib/google/ads/ad_manager/v1/company_service/rest.rb +52 -0
  16. data/lib/google/ads/ad_manager/v1/company_service.rb +48 -0
  17. data/lib/google/ads/ad_manager/v1/custom_field_service/credentials.rb +44 -0
  18. data/lib/google/ads/ad_manager/v1/custom_field_service/paths.rb +64 -0
  19. data/lib/google/ads/ad_manager/v1/custom_field_service/rest/client.rb +531 -0
  20. data/lib/google/ads/ad_manager/v1/custom_field_service/rest/service_stub.rb +203 -0
  21. data/lib/google/ads/ad_manager/v1/custom_field_service/rest.rb +52 -0
  22. data/lib/google/ads/ad_manager/v1/custom_field_service.rb +48 -0
  23. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/credentials.rb +44 -0
  24. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/paths.rb +64 -0
  25. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/client.rb +532 -0
  26. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/service_stub.rb +203 -0
  27. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest.rb +52 -0
  28. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service.rb +48 -0
  29. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/credentials.rb +44 -0
  30. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/paths.rb +69 -0
  31. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/client.rb +535 -0
  32. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/service_stub.rb +203 -0
  33. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest.rb +52 -0
  34. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service.rb +48 -0
  35. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/credentials.rb +44 -0
  36. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/paths.rb +64 -0
  37. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/rest/client.rb +894 -0
  38. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/rest/service_stub.rb +451 -0
  39. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/rest.rb +52 -0
  40. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service.rb +48 -0
  41. data/lib/google/ads/ad_manager/v1/network_service/credentials.rb +44 -0
  42. data/lib/google/ads/ad_manager/v1/network_service/paths.rb +47 -0
  43. data/lib/google/ads/ad_manager/v1/network_service/rest/client.rb +495 -0
  44. data/lib/google/ads/ad_manager/v1/network_service/rest/service_stub.rb +201 -0
  45. data/lib/google/ads/ad_manager/v1/network_service/rest.rb +52 -0
  46. data/lib/google/ads/ad_manager/v1/network_service.rb +48 -0
  47. data/lib/google/ads/ad_manager/v1/order_service/credentials.rb +44 -0
  48. data/lib/google/ads/ad_manager/v1/order_service/paths.rb +64 -0
  49. data/lib/google/ads/ad_manager/v1/order_service/rest/client.rb +541 -0
  50. data/lib/google/ads/ad_manager/v1/order_service/rest/service_stub.rb +203 -0
  51. data/lib/google/ads/ad_manager/v1/order_service/rest.rb +52 -0
  52. data/lib/google/ads/ad_manager/v1/order_service.rb +48 -0
  53. data/lib/google/ads/ad_manager/v1/placement_service/credentials.rb +44 -0
  54. data/lib/google/ads/ad_manager/v1/placement_service/paths.rb +64 -0
  55. data/lib/google/ads/ad_manager/v1/placement_service/rest/client.rb +531 -0
  56. data/lib/google/ads/ad_manager/v1/placement_service/rest/service_stub.rb +203 -0
  57. data/lib/google/ads/ad_manager/v1/placement_service/rest.rb +52 -0
  58. data/lib/google/ads/ad_manager/v1/placement_service.rb +48 -0
  59. data/lib/google/ads/ad_manager/v1/report_service/credentials.rb +44 -0
  60. data/lib/google/ads/ad_manager/v1/report_service/paths.rb +64 -0
  61. data/lib/google/ads/ad_manager/v1/report_service/rest/client.rb +923 -0
  62. data/lib/google/ads/ad_manager/v1/report_service/rest/operations.rb +914 -0
  63. data/lib/google/ads/ad_manager/v1/report_service/rest/service_stub.rb +450 -0
  64. data/lib/google/ads/ad_manager/v1/report_service/rest.rb +53 -0
  65. data/lib/google/ads/ad_manager/v1/report_service.rb +48 -0
  66. data/lib/google/ads/ad_manager/v1/rest.rb +49 -0
  67. data/lib/google/ads/ad_manager/v1/role_service/credentials.rb +44 -0
  68. data/lib/google/ads/ad_manager/v1/role_service/paths.rb +64 -0
  69. data/lib/google/ads/ad_manager/v1/role_service/rest/client.rb +530 -0
  70. data/lib/google/ads/ad_manager/v1/role_service/rest/service_stub.rb +203 -0
  71. data/lib/google/ads/ad_manager/v1/role_service/rest.rb +52 -0
  72. data/lib/google/ads/ad_manager/v1/role_service.rb +48 -0
  73. data/lib/google/ads/ad_manager/v1/taxonomy_category_service/credentials.rb +44 -0
  74. data/lib/google/ads/ad_manager/v1/taxonomy_category_service/paths.rb +64 -0
  75. data/lib/google/ads/ad_manager/v1/taxonomy_category_service/rest/client.rb +531 -0
  76. data/lib/google/ads/ad_manager/v1/taxonomy_category_service/rest/service_stub.rb +203 -0
  77. data/lib/google/ads/ad_manager/v1/taxonomy_category_service/rest.rb +52 -0
  78. data/lib/google/ads/ad_manager/v1/taxonomy_category_service.rb +48 -0
  79. data/lib/google/ads/ad_manager/v1/user_service/credentials.rb +44 -0
  80. data/lib/google/ads/ad_manager/v1/user_service/paths.rb +50 -0
  81. data/lib/google/ads/ad_manager/v1/user_service/rest/client.rb +421 -0
  82. data/lib/google/ads/ad_manager/v1/user_service/rest/service_stub.rb +142 -0
  83. data/lib/google/ads/ad_manager/v1/user_service/rest.rb +52 -0
  84. data/lib/google/ads/ad_manager/v1/user_service.rb +48 -0
  85. data/lib/google/ads/ad_manager/v1/version.rb +7 -2
  86. data/lib/google/ads/ad_manager/v1.rb +52 -0
  87. data/lib/google/ads/admanager/v1/ad_unit_enums_pb.rb +47 -0
  88. data/lib/google/ads/admanager/v1/ad_unit_messages_pb.rb +60 -0
  89. data/lib/google/ads/admanager/v1/ad_unit_service_pb.rb +53 -0
  90. data/lib/google/ads/admanager/v1/ad_unit_service_services_pb.rb +49 -0
  91. data/lib/google/ads/admanager/v1/admanager_error_pb.rb +45 -0
  92. data/lib/google/ads/admanager/v1/applied_label_pb.rb +45 -0
  93. data/lib/google/ads/admanager/v1/company_credit_status_enum_pb.rb +43 -0
  94. data/lib/google/ads/admanager/v1/company_messages_pb.rb +51 -0
  95. data/lib/google/ads/admanager/v1/company_service_pb.rb +51 -0
  96. data/lib/google/ads/admanager/v1/company_service_services_pb.rb +47 -0
  97. data/lib/google/ads/admanager/v1/company_type_enum_pb.rb +43 -0
  98. data/lib/google/ads/admanager/v1/contact_messages_pb.rb +45 -0
  99. data/lib/google/ads/admanager/v1/custom_field_enums_pb.rb +49 -0
  100. data/lib/google/ads/admanager/v1/custom_field_messages_pb.rb +47 -0
  101. data/lib/google/ads/admanager/v1/custom_field_service_pb.rb +51 -0
  102. data/lib/google/ads/admanager/v1/custom_field_service_services_pb.rb +47 -0
  103. data/lib/google/ads/admanager/v1/custom_field_value_pb.rb +46 -0
  104. data/lib/google/ads/admanager/v1/custom_targeting_key_enums_pb.rb +47 -0
  105. data/lib/google/ads/admanager/v1/custom_targeting_key_messages_pb.rb +46 -0
  106. data/lib/google/ads/admanager/v1/custom_targeting_key_service_pb.rb +51 -0
  107. data/lib/google/ads/admanager/v1/custom_targeting_key_service_services_pb.rb +47 -0
  108. data/lib/google/ads/admanager/v1/custom_targeting_value_enums_pb.rb +45 -0
  109. data/lib/google/ads/admanager/v1/custom_targeting_value_messages_pb.rb +46 -0
  110. data/lib/google/ads/admanager/v1/custom_targeting_value_service_pb.rb +51 -0
  111. data/lib/google/ads/admanager/v1/custom_targeting_value_service_services_pb.rb +47 -0
  112. data/lib/google/ads/admanager/v1/entity_signals_mapping_messages_pb.rb +45 -0
  113. data/lib/google/ads/admanager/v1/entity_signals_mapping_service_pb.rb +59 -0
  114. data/lib/google/ads/admanager/v1/entity_signals_mapping_service_services_pb.rb +55 -0
  115. data/lib/google/ads/admanager/v1/environment_type_enum_pb.rb +43 -0
  116. data/lib/google/ads/admanager/v1/frequency_cap_pb.rb +44 -0
  117. data/lib/google/ads/admanager/v1/label_messages_pb.rb +45 -0
  118. data/lib/google/ads/admanager/v1/network_messages_pb.rb +45 -0
  119. data/lib/google/ads/admanager/v1/network_service_pb.rb +51 -0
  120. data/lib/google/ads/admanager/v1/network_service_services_pb.rb +47 -0
  121. data/lib/google/ads/admanager/v1/order_enums_pb.rb +43 -0
  122. data/lib/google/ads/admanager/v1/order_messages_pb.rb +52 -0
  123. data/lib/google/ads/admanager/v1/order_service_pb.rb +51 -0
  124. data/lib/google/ads/admanager/v1/order_service_services_pb.rb +52 -0
  125. data/lib/google/ads/admanager/v1/placement_enums_pb.rb +43 -0
  126. data/lib/google/ads/admanager/v1/placement_messages_pb.rb +48 -0
  127. data/lib/google/ads/admanager/v1/placement_service_pb.rb +51 -0
  128. data/lib/google/ads/admanager/v1/placement_service_services_pb.rb +47 -0
  129. data/lib/google/ads/admanager/v1/report_service_pb.rb +97 -0
  130. data/lib/google/ads/admanager/v1/report_service_services_pb.rb +65 -0
  131. data/lib/google/ads/admanager/v1/role_enums_pb.rb +43 -0
  132. data/lib/google/ads/admanager/v1/role_messages_pb.rb +46 -0
  133. data/lib/google/ads/admanager/v1/role_service_pb.rb +51 -0
  134. data/lib/google/ads/admanager/v1/role_service_services_pb.rb +47 -0
  135. data/lib/google/ads/admanager/v1/size_pb.rb +45 -0
  136. data/lib/google/ads/admanager/v1/size_type_enum_pb.rb +43 -0
  137. data/lib/google/ads/admanager/v1/taxonomy_category_messages_pb.rb +46 -0
  138. data/lib/google/ads/admanager/v1/taxonomy_category_service_pb.rb +51 -0
  139. data/lib/google/ads/admanager/v1/taxonomy_category_service_services_pb.rb +47 -0
  140. data/lib/google/ads/admanager/v1/taxonomy_type_enum_pb.rb +43 -0
  141. data/lib/google/ads/admanager/v1/team_messages_pb.rb +45 -0
  142. data/lib/google/ads/admanager/v1/time_unit_enum_pb.rb +43 -0
  143. data/lib/google/ads/admanager/v1/user_messages_pb.rb +45 -0
  144. data/lib/google/ads/admanager/v1/user_service_pb.rb +48 -0
  145. data/lib/google/ads/admanager/v1/user_service_services_pb.rb +48 -0
  146. data/lib/google-ads-ad_manager-v1.rb +21 -0
  147. data/proto_docs/README.md +4 -0
  148. data/proto_docs/google/ads/admanager/v1/ad_unit_enums.rb +91 -0
  149. data/proto_docs/google/ads/admanager/v1/ad_unit_messages.rb +188 -0
  150. data/proto_docs/google/ads/admanager/v1/ad_unit_service.rb +160 -0
  151. data/proto_docs/google/ads/admanager/v1/admanager_error.rb +54 -0
  152. data/proto_docs/google/ads/admanager/v1/applied_label.rb +39 -0
  153. data/proto_docs/google/ads/admanager/v1/company_credit_status_enum.rb +101 -0
  154. data/proto_docs/google/ads/admanager/v1/company_messages.rb +101 -0
  155. data/proto_docs/google/ads/admanager/v1/company_service.rb +99 -0
  156. data/proto_docs/google/ads/admanager/v1/company_type_enum.rb +55 -0
  157. data/proto_docs/google/ads/admanager/v1/contact_messages.rb +43 -0
  158. data/proto_docs/google/ads/admanager/v1/custom_field_enums.rb +123 -0
  159. data/proto_docs/google/ads/admanager/v1/custom_field_messages.rb +78 -0
  160. data/proto_docs/google/ads/admanager/v1/custom_field_service.rb +99 -0
  161. data/proto_docs/google/ads/admanager/v1/custom_field_value.rb +58 -0
  162. data/proto_docs/google/ads/admanager/v1/custom_targeting_key_enums.rb +86 -0
  163. data/proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb +59 -0
  164. data/proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb +100 -0
  165. data/proto_docs/google/ads/admanager/v1/custom_targeting_value_enums.rb +97 -0
  166. data/proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb +54 -0
  167. data/proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb +103 -0
  168. data/proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb +53 -0
  169. data/proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb +180 -0
  170. data/proto_docs/google/ads/admanager/v1/environment_type_enum.rb +45 -0
  171. data/proto_docs/google/ads/admanager/v1/frequency_cap.rb +41 -0
  172. data/proto_docs/google/ads/admanager/v1/label_messages.rb +36 -0
  173. data/proto_docs/google/ads/admanager/v1/network_messages.rb +67 -0
  174. data/proto_docs/google/ads/admanager/v1/network_service.rb +51 -0
  175. data/proto_docs/google/ads/admanager/v1/order_enums.rb +63 -0
  176. data/proto_docs/google/ads/admanager/v1/order_messages.rb +149 -0
  177. data/proto_docs/google/ads/admanager/v1/order_service.rb +99 -0
  178. data/proto_docs/google/ads/admanager/v1/placement_enums.rb +48 -0
  179. data/proto_docs/google/ads/admanager/v1/placement_messages.rb +62 -0
  180. data/proto_docs/google/ads/admanager/v1/placement_service.rb +99 -0
  181. data/proto_docs/google/ads/admanager/v1/report_service.rb +3476 -0
  182. data/proto_docs/google/ads/admanager/v1/role_enums.rb +45 -0
  183. data/proto_docs/google/ads/admanager/v1/role_messages.rb +51 -0
  184. data/proto_docs/google/ads/admanager/v1/role_service.rb +97 -0
  185. data/proto_docs/google/ads/admanager/v1/size.rb +48 -0
  186. data/proto_docs/google/ads/admanager/v1/size_type_enum.rb +66 -0
  187. data/proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb +59 -0
  188. data/proto_docs/google/ads/admanager/v1/taxonomy_category_service.rb +99 -0
  189. data/proto_docs/google/ads/admanager/v1/taxonomy_type_enum.rb +55 -0
  190. data/proto_docs/google/ads/admanager/v1/team_messages.rb +40 -0
  191. data/proto_docs/google/ads/admanager/v1/time_unit_enum.rb +63 -0
  192. data/proto_docs/google/ads/admanager/v1/user_messages.rb +69 -0
  193. data/proto_docs/google/ads/admanager/v1/user_service.rb +36 -0
  194. data/proto_docs/google/api/client.rb +459 -0
  195. data/proto_docs/google/api/field_behavior.rb +85 -0
  196. data/proto_docs/google/api/launch_stage.rb +71 -0
  197. data/proto_docs/google/api/resource.rb +227 -0
  198. data/proto_docs/google/longrunning/operations.rb +169 -0
  199. data/proto_docs/google/protobuf/any.rb +145 -0
  200. data/proto_docs/google/protobuf/duration.rb +98 -0
  201. data/proto_docs/google/protobuf/empty.rb +34 -0
  202. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  203. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  204. data/proto_docs/google/rpc/status.rb +48 -0
  205. data/proto_docs/google/type/date.rb +53 -0
  206. data/proto_docs/google/type/dayofweek.rb +49 -0
  207. data/proto_docs/google/type/timeofday.rb +45 -0
  208. metadata +248 -11
@@ -0,0 +1,3476 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Ads
22
+ module AdManager
23
+ module V1
24
+ # The `Report` resource.
25
+ # @!attribute [rw] name
26
+ # @return [::String]
27
+ # Identifier. The resource name of the report.
28
+ # Report resource name have the form:
29
+ # `networks/{network_code}/reports/{report_id}`
30
+ # @!attribute [r] report_id
31
+ # @return [::Integer]
32
+ # Output only. Report ID.
33
+ # @!attribute [rw] visibility
34
+ # @return [::Google::Ads::AdManager::V1::Report::Visibility]
35
+ # Optional. The visibility of a report.
36
+ # @!attribute [rw] report_definition
37
+ # @return [::Google::Ads::AdManager::V1::ReportDefinition]
38
+ # Required. The report definition of the report.
39
+ # @!attribute [rw] display_name
40
+ # @return [::String]
41
+ # Optional. Display name for the report.
42
+ # @!attribute [r] update_time
43
+ # @return [::Google::Protobuf::Timestamp]
44
+ # Output only. The instant this report was last modified.
45
+ # @!attribute [r] create_time
46
+ # @return [::Google::Protobuf::Timestamp]
47
+ # Output only. The instant this report was created.
48
+ # @!attribute [r] locale
49
+ # @return [::String]
50
+ # Output only. The locale of this report. Locale is set from the user's
51
+ # locale at the time of the request. Locale can not be modified.
52
+ # @!attribute [rw] schedule_options
53
+ # @return [::Google::Ads::AdManager::V1::ScheduleOptions]
54
+ # Optional. The schedule options of this report.
55
+ class Report
56
+ include ::Google::Protobuf::MessageExts
57
+ extend ::Google::Protobuf::MessageExts::ClassMethods
58
+
59
+ # Represents a single value in a report.
60
+ # @!attribute [rw] int_value
61
+ # @return [::Integer]
62
+ # For integer values.
63
+ # @!attribute [rw] double_value
64
+ # @return [::Float]
65
+ # For double values.
66
+ # @!attribute [rw] string_value
67
+ # @return [::String]
68
+ # For string values.
69
+ # @!attribute [rw] bool_value
70
+ # @return [::Boolean]
71
+ # For boolean values.
72
+ # @!attribute [rw] int_list_value
73
+ # @return [::Google::Ads::AdManager::V1::Report::Value::IntList]
74
+ # For lists of integer values.
75
+ # @!attribute [rw] string_list_value
76
+ # @return [::Google::Ads::AdManager::V1::Report::Value::StringList]
77
+ # For lists of string values.
78
+ # @!attribute [rw] bytes_value
79
+ # @return [::String]
80
+ # For bytes values.
81
+ class Value
82
+ include ::Google::Protobuf::MessageExts
83
+ extend ::Google::Protobuf::MessageExts::ClassMethods
84
+
85
+ # A list of integer values.
86
+ # @!attribute [rw] values
87
+ # @return [::Array<::Integer>]
88
+ # The values
89
+ class IntList
90
+ include ::Google::Protobuf::MessageExts
91
+ extend ::Google::Protobuf::MessageExts::ClassMethods
92
+ end
93
+
94
+ # A list of string values.
95
+ # @!attribute [rw] values
96
+ # @return [::Array<::String>]
97
+ # The values
98
+ class StringList
99
+ include ::Google::Protobuf::MessageExts
100
+ extend ::Google::Protobuf::MessageExts::ClassMethods
101
+ end
102
+ end
103
+
104
+ # Represents a sorting in a report.
105
+ # @!attribute [rw] field
106
+ # @return [::Google::Ads::AdManager::V1::Report::Field]
107
+ # Required. A field (dimension or metric) to sort by.
108
+ # @!attribute [rw] descending
109
+ # @return [::Boolean]
110
+ # Optional. The sort order. If true the sort will be descending.
111
+ # @!attribute [rw] slice
112
+ # @return [::Google::Ads::AdManager::V1::Report::Slice]
113
+ # Optional. Use to sort on a specific slice of data.
114
+ # @!attribute [rw] time_period_index
115
+ # @return [::Integer]
116
+ # Optional. When using time period columns, use this to sort on a specific
117
+ # column.
118
+ # @!attribute [rw] metric_value_type
119
+ # @return [::Google::Ads::AdManager::V1::Report::MetricValueType]
120
+ # Optional. Use to specify which metric value type to sort on. Defaults to
121
+ # PRIMARY.
122
+ class Sort
123
+ include ::Google::Protobuf::MessageExts
124
+ extend ::Google::Protobuf::MessageExts::ClassMethods
125
+ end
126
+
127
+ # A table containing report data including dimension and metric values.
128
+ class DataTable
129
+ include ::Google::Protobuf::MessageExts
130
+ extend ::Google::Protobuf::MessageExts::ClassMethods
131
+
132
+ # A row of report data.
133
+ # @!attribute [rw] dimension_values
134
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
135
+ # The order of the dimension values is the same as the order of the
136
+ # dimensions specified in the request.
137
+ # @!attribute [rw] metric_value_groups
138
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::DataTable::MetricValueGroup>]
139
+ # The length of the metric_value_groups
140
+ # field will be equal to the length of the date_ranges field in the
141
+ # fetch response. The metric_value_groups field is
142
+ # ordered such that each index corresponds to the date_range at the same
143
+ # index. For example, given date_ranges [x, y], metric_value_groups will
144
+ # have a length of two. The first entry in metric_value_groups represents
145
+ # the metrics for date x and the second entry in metric_value_groups
146
+ # represents the metrics for date y.
147
+ class Row
148
+ include ::Google::Protobuf::MessageExts
149
+ extend ::Google::Protobuf::MessageExts::ClassMethods
150
+ end
151
+
152
+ # Contains all metric values requested for a single date range and set of
153
+ # column dimension values (returned in the columns field of the response).
154
+ # The order of the metrics in each field corresponds to the order of the
155
+ # metrics specified in the request.
156
+ # @!attribute [rw] primary_values
157
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
158
+ # Data for the PRIMARY MetricValueType.
159
+ # @!attribute [rw] primary_percent_of_total_values
160
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
161
+ # Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
162
+ # @!attribute [rw] comparison_values
163
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
164
+ # Data for the COMPARISON MetricValueType.
165
+ # @!attribute [rw] comparison_percent_of_total_values
166
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
167
+ # Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
168
+ # @!attribute [rw] absolute_change_values
169
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
170
+ # Data for the ABSOLUTE_CHANGE MetricValueType.
171
+ # @!attribute [rw] relative_change_values
172
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
173
+ # Data for the RELATIVE_CHANGE MetricValueType.
174
+ # @!attribute [rw] flag_values
175
+ # @return [::Array<::Boolean>]
176
+ # If true, the flag's conditions are met. If false, the flag's
177
+ # conditions are not met. flag_values has the same length as
178
+ # flags and index i of flag_values represents the flag at index i
179
+ # of flags.
180
+ class MetricValueGroup
181
+ include ::Google::Protobuf::MessageExts
182
+ extend ::Google::Protobuf::MessageExts::ClassMethods
183
+ end
184
+ end
185
+
186
+ # A dimension or a metric in a report.
187
+ # @!attribute [rw] dimension
188
+ # @return [::Google::Ads::AdManager::V1::Report::Dimension]
189
+ # The dimension this field represents.
190
+ # @!attribute [rw] metric
191
+ # @return [::Google::Ads::AdManager::V1::Report::Metric]
192
+ # The metric this field represents.
193
+ class Field
194
+ include ::Google::Protobuf::MessageExts
195
+ extend ::Google::Protobuf::MessageExts::ClassMethods
196
+ end
197
+
198
+ # Use to specify a slice of data.
199
+ #
200
+ # For example, in a report, to focus on just data from the US, specify
201
+ # `COUNTRY_NAME` for dimension and value: `"United States"`.
202
+ # @!attribute [rw] dimension
203
+ # @return [::Google::Ads::AdManager::V1::Report::Dimension]
204
+ # Required. The dimension to slice on.
205
+ # @!attribute [rw] value
206
+ # @return [::Google::Ads::AdManager::V1::Report::Value]
207
+ # Required. The value of the dimension.
208
+ class Slice
209
+ include ::Google::Protobuf::MessageExts
210
+ extend ::Google::Protobuf::MessageExts::ClassMethods
211
+ end
212
+
213
+ # A filter over one or more fields.
214
+ # @!attribute [rw] field_filter
215
+ # @return [::Google::Ads::AdManager::V1::Report::Filter::FieldFilter]
216
+ # A filter on a single field.
217
+ # @!attribute [rw] not_filter
218
+ # @return [::Google::Ads::AdManager::V1::Report::Filter]
219
+ # A filter whose result is negated.
220
+ # @!attribute [rw] and_filter
221
+ # @return [::Google::Ads::AdManager::V1::Report::Filter::FilterList]
222
+ # A list of filters whose results are AND-ed.
223
+ # @!attribute [rw] or_filter
224
+ # @return [::Google::Ads::AdManager::V1::Report::Filter::FilterList]
225
+ # A list of filters whose results are OR-ed.
226
+ class Filter
227
+ include ::Google::Protobuf::MessageExts
228
+ extend ::Google::Protobuf::MessageExts::ClassMethods
229
+
230
+ # A filter on a specific field.
231
+ # @!attribute [rw] field
232
+ # @return [::Google::Ads::AdManager::V1::Report::Field]
233
+ # Required. The field to filter on.
234
+ # @!attribute [rw] operation
235
+ # @return [::Google::Ads::AdManager::V1::Report::Filter::Operation]
236
+ # Required. The operation of this filter.
237
+ # @!attribute [rw] values
238
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Value>]
239
+ # Required. Values to filter to.
240
+ # @!attribute [rw] slice
241
+ # @return [::Google::Ads::AdManager::V1::Report::Slice]
242
+ # Optional. Use to filter on a specific slice of data.
243
+ # @!attribute [rw] time_period_index
244
+ # @return [::Integer]
245
+ # Optional. When using time period columns, use this to filter on a
246
+ # specific column.
247
+ # @!attribute [rw] metric_value_type
248
+ # @return [::Google::Ads::AdManager::V1::Report::MetricValueType]
249
+ # Optional. Use to specify which metric value type to filter on. Defaults
250
+ # to PRIMARY.
251
+ class FieldFilter
252
+ include ::Google::Protobuf::MessageExts
253
+ extend ::Google::Protobuf::MessageExts::ClassMethods
254
+ end
255
+
256
+ # A list of filters.
257
+ # @!attribute [rw] filters
258
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Filter>]
259
+ # Required. A list of filters.
260
+ class FilterList
261
+ include ::Google::Protobuf::MessageExts
262
+ extend ::Google::Protobuf::MessageExts::ClassMethods
263
+ end
264
+
265
+ # Supported filter operations.
266
+ module Operation
267
+ # For scalar operands, checks if the operand is in the set of provided
268
+ # filter values.
269
+ #
270
+ # For list operands, checks if any element in the operand is in the set
271
+ # of provided filter values.
272
+ #
273
+ # Default value.
274
+ IN = 0
275
+
276
+ # For scalar operands, checks that the operand is not in the set of
277
+ # provided filter values.
278
+ #
279
+ # For list operands, checks that none of the elements in the operand
280
+ # is in the set of provided filter values.
281
+ NOT_IN = 1
282
+
283
+ # For scalar string operands, checks if the operand contains any of the
284
+ # provided filter substrings.
285
+ #
286
+ # For string list operands, checks if any string in the operand contains
287
+ # any of the provided filter substrings.
288
+ CONTAINS = 2
289
+
290
+ # For scalar string operands, checks that the operand contains none of
291
+ # the provided filter substrings.
292
+ #
293
+ # For string list operands, checks that none of the strings in the
294
+ # operand contain none of the provided filter substrings.
295
+ NOT_CONTAINS = 3
296
+
297
+ # Operand is less than the provided filter value.
298
+ LESS_THAN = 4
299
+
300
+ # Operand is less than or equal to provided filter value.
301
+ LESS_THAN_EQUALS = 5
302
+
303
+ # Operand is greater than provided filter value.
304
+ GREATER_THAN = 6
305
+
306
+ # Operand is greater than or equal to provided filter value.
307
+ GREATER_THAN_EQUALS = 7
308
+
309
+ # Operand is between provided filter values.
310
+ BETWEEN = 8
311
+
312
+ # Operand matches against a regex or set of regexes (one must match)
313
+ MATCHES = 9
314
+
315
+ # Operand negative matches against a regex or set of regexes (none must
316
+ # match)
317
+ NOT_MATCHES = 10
318
+ end
319
+ end
320
+
321
+ # A flag for a report. Flags are used show if certain thresholds are met.
322
+ # Result rows that match the filter will have the corresponding
323
+ # [MetricValueGroup.flagValues][MetricValueGroup] index set to true.
324
+ # For more information about flags see:
325
+ # https://support.google.com/admanager/answer/15079975
326
+ # @!attribute [rw] filters
327
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Filter>]
328
+ # Required. Filters to apply for the flag.
329
+ # @!attribute [rw] name
330
+ # @return [::String]
331
+ # Optional. Name of the flag.
332
+ # The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to
333
+ # the colored flags that appear in the UI. The UI will not display flags
334
+ # with other names, but they are available for use by API clients.
335
+ class Flag
336
+ include ::Google::Protobuf::MessageExts
337
+ extend ::Google::Protobuf::MessageExts::ClassMethods
338
+ end
339
+
340
+ # A date range for a report.
341
+ # @!attribute [rw] fixed
342
+ # @return [::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange]
343
+ # A fixed date range.
344
+ # @!attribute [rw] relative
345
+ # @return [::Google::Ads::AdManager::V1::Report::DateRange::RelativeDateRange]
346
+ # A relative date range.
347
+ class DateRange
348
+ include ::Google::Protobuf::MessageExts
349
+ extend ::Google::Protobuf::MessageExts::ClassMethods
350
+
351
+ # A date range between two fixed dates (inclusive of end date).
352
+ # @!attribute [rw] start_date
353
+ # @return [::Google::Type::Date]
354
+ # Required. The start date of this date range.
355
+ # @!attribute [rw] end_date
356
+ # @return [::Google::Type::Date]
357
+ # Required. The end date (inclusive) of this date range.
358
+ class FixedDateRange
359
+ include ::Google::Protobuf::MessageExts
360
+ extend ::Google::Protobuf::MessageExts::ClassMethods
361
+ end
362
+
363
+ # Options for relative date ranges.
364
+ module RelativeDateRange
365
+ # Default value. This value is unused.
366
+ RELATIVE_DATE_RANGE_UNSPECIFIED = 0
367
+
368
+ # The date the report is run.
369
+ TODAY = 1
370
+
371
+ # The date a day before the date that the report is run.
372
+ YESTERDAY = 2
373
+
374
+ # The full week in which this report is run. Could include dates in
375
+ # the future.
376
+ THIS_WEEK = 3
377
+
378
+ # From the beginning of the calendar week (Monday to Sunday) in which the
379
+ # up to and including the day the report is run.
380
+ THIS_WEEK_TO_DATE = 29
381
+
382
+ # The full month in which this report is run. Could include dates in
383
+ # the future.
384
+ THIS_MONTH = 4
385
+
386
+ # From the beginning of the calendar month in which the report is run, to
387
+ # up to and including the day the report is run.
388
+ THIS_MONTH_TO_DATE = 26
389
+
390
+ # The full quarter in which this report is run. Could include dates
391
+ # in the future.
392
+ THIS_QUARTER = 5
393
+
394
+ # From the beginning of the calendar quarter in which the report is run,
395
+ # up to and including the day the report is run.
396
+ THIS_QUARTER_TO_DATE = 27
397
+
398
+ # The full year in which this report is run. Could include dates in
399
+ # the future.
400
+ THIS_YEAR = 6
401
+
402
+ # From the beginning of the calendar year in which the report is run, to
403
+ # up to and including the day the report is run.
404
+ THIS_YEAR_TO_DATE = 28
405
+
406
+ # The entire previous calendar week, Monday to Sunday (inclusive),
407
+ # preceding the calendar week the report is run.
408
+ LAST_WEEK = 7
409
+
410
+ # The entire previous calendar month preceding the calendar month the
411
+ # report is run.
412
+ LAST_MONTH = 8
413
+
414
+ # The entire previous calendar quarter preceding the calendar quarter the
415
+ # report is run.
416
+ LAST_QUARTER = 9
417
+
418
+ # The entire previous calendar year preceding the calendar year the
419
+ # report is run.
420
+ LAST_YEAR = 10
421
+
422
+ # The 7 days preceding the day the report is run.
423
+ LAST_7_DAYS = 11
424
+
425
+ # The 30 days preceding the day the report is run.
426
+ LAST_30_DAYS = 12
427
+
428
+ # The 60 days preceding the day the report is run.
429
+ LAST_60_DAYS = 13
430
+
431
+ # The 90 days preceding the day the report is run.
432
+ LAST_90_DAYS = 14
433
+
434
+ # The 180 days preceding the day the report is run.
435
+ LAST_180_DAYS = 15
436
+
437
+ # The 360 days preceding the day the report is run.
438
+ LAST_360_DAYS = 16
439
+
440
+ # The 365 days preceding the day the report is run.
441
+ LAST_365_DAYS = 17
442
+
443
+ # The entire previous 3 calendar months preceding the calendar month the
444
+ # report is run.
445
+ LAST_3_MONTHS = 18
446
+
447
+ # The entire previous 6 calendar months preceding the calendar month the
448
+ # report is run.
449
+ LAST_6_MONTHS = 19
450
+
451
+ # The entire previous 6 calendar months preceding the calendar month the
452
+ # report is run.
453
+ LAST_12_MONTHS = 20
454
+
455
+ # From 3 years before the report is run, to the day before the report is
456
+ # run, inclusive.
457
+ ALL_AVAILABLE = 21
458
+
459
+ # Only valid when used in the comparison_date_range field. The complete
460
+ # period preceding the date period provided in date_range.
461
+ #
462
+ # In the case where date_range is a FixedDateRange of N days, this will
463
+ # be a period of N days where the end date is the date preceding the
464
+ # start date of the date_range.
465
+ #
466
+ # In the case where date_range is a RelativeDateRange, this will be a
467
+ # period of the same time frame preceding the date_range. In the case
468
+ # where the date_range does not capture the full period because a report
469
+ # is run in the middle of that period, this will still be the full
470
+ # preceding period. For example, if date_range is THIS_WEEK, but the
471
+ # report is run on a Wednesday, THIS_WEEK will be Monday - Wednesday, but
472
+ # PREVIOUS_PERIOD will be Monday - Sunday.
473
+ PREVIOUS_PERIOD = 22
474
+
475
+ # Only valid when used in the comparison_date_range field. The period
476
+ # starting 1 year prior to the date period provided in date_range.
477
+ #
478
+ # In the case where date_range is a FixedDateRange, this will be a date
479
+ # range starting 1 year prior to the date_range start date and ending 1
480
+ # year prior to the date_range end date.
481
+ #
482
+ # In the case where date_range is a RelativeDateRange, this will be a
483
+ # period of the same time frame exactly 1 year prior to the date_range.
484
+ # In the case where the date_range does not capture the full period
485
+ # because a report is run in the middle of that period, this will still
486
+ # be the full period 1 year prior. For example, if date range is
487
+ # THIS_WEEK, but the report is run on a Wednesday, THIS_WEEK will be
488
+ # Monday - Wednesday, but SAME_PERIOD_PREVIOUS_YEAR will be Monday -
489
+ # Sunday.
490
+ SAME_PERIOD_PREVIOUS_YEAR = 24
491
+ end
492
+ end
493
+
494
+ # Valid time period columns.
495
+ module TimePeriodColumn
496
+ # Default value. Report will have no time period column.
497
+ TIME_PERIOD_COLUMN_UNSPECIFIED = 0
498
+
499
+ # A column for each date in the report.
500
+ TIME_PERIOD_COLUMN_DATE = 1
501
+
502
+ # A column for each week in the report.
503
+ TIME_PERIOD_COLUMN_WEEK = 2
504
+
505
+ # A column for each month in the report.
506
+ TIME_PERIOD_COLUMN_MONTH = 3
507
+
508
+ # A column for each quarter in the report.
509
+ TIME_PERIOD_COLUMN_QUARTER = 4
510
+ end
511
+
512
+ # Reporting dimensions.
513
+ module Dimension
514
+ # Default value. This value is unused.
515
+ DIMENSION_UNSPECIFIED = 0
516
+
517
+ # The domain name of the advertiser.
518
+ ADVERTISER_DOMAIN_NAME = 242
519
+
520
+ # The ID used in an external system for advertiser identification
521
+ ADVERTISER_EXTERNAL_ID = 228
522
+
523
+ # The ID of an advertiser company assigned to an order
524
+ ADVERTISER_ID = 131
525
+
526
+ # Labels applied to the advertiser
527
+ # can be used for either competitive exclusion or ad exclusion
528
+ ADVERTISER_LABELS = 230
529
+
530
+ # Label ids applied to the advertiser
531
+ # can be used for either competitive exclusion or ad exclusion
532
+ ADVERTISER_LABEL_IDS = 229
533
+
534
+ # The name of an advertiser company assigned to an order
535
+ ADVERTISER_NAME = 132
536
+
537
+ # The name of the contact associated with an advertiser company
538
+ ADVERTISER_PRIMARY_CONTACT = 227
539
+
540
+ # Shows an ENUM value describing whether a given piece of publisher
541
+ # inventory was above (ATF) or below the fold (BTF) of a page.
542
+ AD_LOCATION = 390
543
+
544
+ # Shows a localized string describing whether a given piece of publisher
545
+ # inventory was above (ATF) or below the fold (BTF) of a page.
546
+ AD_LOCATION_NAME = 391
547
+
548
+ # The code of the ad unit where the ad was requested.
549
+ AD_UNIT_CODE = 64
550
+
551
+ # The code of the first level ad unit of the ad unit where the ad was
552
+ # requested.
553
+ AD_UNIT_CODE_LEVEL_1 = 65
554
+
555
+ # The code of the tenth level ad unit of the ad unit where the ad was
556
+ # requested.
557
+ AD_UNIT_CODE_LEVEL_10 = 74
558
+
559
+ # The code of the eleventh level ad unit of the ad unit where the ad was
560
+ # requested.
561
+ AD_UNIT_CODE_LEVEL_11 = 75
562
+
563
+ # The code of the twelfth level ad unit of the ad unit where the ad was
564
+ # requested.
565
+ AD_UNIT_CODE_LEVEL_12 = 76
566
+
567
+ # The code of the thirteenth level ad unit of the ad unit where the ad was
568
+ # requested.
569
+ AD_UNIT_CODE_LEVEL_13 = 77
570
+
571
+ # The code of the fourteenth level ad unit of the ad unit where the ad was
572
+ # requested.
573
+ AD_UNIT_CODE_LEVEL_14 = 78
574
+
575
+ # The code of the fifteenth level ad unit of the ad unit where the ad was
576
+ # requested.
577
+ AD_UNIT_CODE_LEVEL_15 = 79
578
+
579
+ # The code of the sixteenth level ad unit of the ad unit where the ad was
580
+ # requested.
581
+ AD_UNIT_CODE_LEVEL_16 = 80
582
+
583
+ # The code of the second level ad unit of the ad unit where the ad was
584
+ # requested.
585
+ AD_UNIT_CODE_LEVEL_2 = 66
586
+
587
+ # The code of the third level ad unit of the ad unit where the ad was
588
+ # requested.
589
+ AD_UNIT_CODE_LEVEL_3 = 67
590
+
591
+ # The code of the fourth level ad unit of the ad unit where the ad was
592
+ # requested.
593
+ AD_UNIT_CODE_LEVEL_4 = 68
594
+
595
+ # The code of the fifth level ad unit of the ad unit where the ad was
596
+ # requested.
597
+ AD_UNIT_CODE_LEVEL_5 = 69
598
+
599
+ # The code of the sixth level ad unit of the ad unit where the ad was
600
+ # requested.
601
+ AD_UNIT_CODE_LEVEL_6 = 70
602
+
603
+ # The code of the seventh level ad unit of the ad unit where the ad was
604
+ # requested.
605
+ AD_UNIT_CODE_LEVEL_7 = 71
606
+
607
+ # The code of the eighth level ad unit of the ad unit where the ad was
608
+ # requested.
609
+ AD_UNIT_CODE_LEVEL_8 = 72
610
+
611
+ # The code of the ninth level ad unit of the ad unit where the ad was
612
+ # requested.
613
+ AD_UNIT_CODE_LEVEL_9 = 73
614
+
615
+ # The depth of the ad unit's hierarchy
616
+ AD_UNIT_DEPTH = 101
617
+
618
+ # The ID of the ad unit where the ad was requested.
619
+ AD_UNIT_ID = 25
620
+
621
+ # The full hierarchy of ad unit IDs where the ad was requested, from
622
+ # root to leaf, excluding the root ad unit ID.
623
+ AD_UNIT_ID_ALL_LEVEL = 27
624
+
625
+ # The first level ad unit ID of the ad unit where the ad was requested.
626
+ AD_UNIT_ID_LEVEL_1 = 30
627
+
628
+ # The tenth level ad unit ID of the ad unit where the ad was requested.
629
+ AD_UNIT_ID_LEVEL_10 = 48
630
+
631
+ # The eleventh level ad unit ID of the ad unit where the ad was requested.
632
+ AD_UNIT_ID_LEVEL_11 = 50
633
+
634
+ # The twelfth level ad unit ID of the ad unit where the ad was requested.
635
+ AD_UNIT_ID_LEVEL_12 = 52
636
+
637
+ # The thirteenth level ad unit ID of the ad unit where the ad was
638
+ # requested.
639
+ AD_UNIT_ID_LEVEL_13 = 54
640
+
641
+ # The fourteenth level ad unit ID of the ad unit where the ad was
642
+ # requested.
643
+ AD_UNIT_ID_LEVEL_14 = 56
644
+
645
+ # The fifteenth level ad unit ID of the ad unit where the ad was requested.
646
+ AD_UNIT_ID_LEVEL_15 = 58
647
+
648
+ # The sixteenth level ad unit ID of the ad unit where the ad was requested.
649
+ AD_UNIT_ID_LEVEL_16 = 60
650
+
651
+ # The second level ad unit ID of the ad unit where the ad was requested.
652
+ AD_UNIT_ID_LEVEL_2 = 32
653
+
654
+ # The third level ad unit ID of the ad unit where the ad was requested.
655
+ AD_UNIT_ID_LEVEL_3 = 34
656
+
657
+ # The fourth level ad unit ID of the ad unit where the ad was requested.
658
+ AD_UNIT_ID_LEVEL_4 = 36
659
+
660
+ # The fifth level ad unit ID of the ad unit where the ad was requested.
661
+ AD_UNIT_ID_LEVEL_5 = 38
662
+
663
+ # The sixth level ad unit ID of the ad unit where the ad was requested.
664
+ AD_UNIT_ID_LEVEL_6 = 40
665
+
666
+ # The seventh level ad unit ID of the ad unit where the ad was requested.
667
+ AD_UNIT_ID_LEVEL_7 = 42
668
+
669
+ # The eighth level ad unit ID of the ad unit where the ad was requested.
670
+ AD_UNIT_ID_LEVEL_8 = 44
671
+
672
+ # The ninth level ad unit ID of the ad unit where the ad was requested.
673
+ AD_UNIT_ID_LEVEL_9 = 46
674
+
675
+ # The top-level ad unit ID of the ad unit where the ad was requested.
676
+ AD_UNIT_ID_TOP_LEVEL = 142
677
+
678
+ # The name of the ad unit where the ad was requested.
679
+ AD_UNIT_NAME = 26
680
+
681
+ # The full hierarchy of ad unit names where the ad was requested, from
682
+ # root to leaf, excluding the root ad unit name.
683
+ AD_UNIT_NAME_ALL_LEVEL = 29
684
+
685
+ # The first level ad unit name of the ad unit where the ad was requested.
686
+ AD_UNIT_NAME_LEVEL_1 = 31
687
+
688
+ # The tenth level ad unit name of the ad unit where the ad was requested.
689
+ AD_UNIT_NAME_LEVEL_10 = 49
690
+
691
+ # The eleventh level ad unit name of the ad unit where the ad was
692
+ # requested.
693
+ AD_UNIT_NAME_LEVEL_11 = 51
694
+
695
+ # The twelfth level ad unit name of the ad unit where the ad was requested.
696
+ AD_UNIT_NAME_LEVEL_12 = 53
697
+
698
+ # The thirteenth level ad unit name of the ad unit where the ad was
699
+ # requested.
700
+ AD_UNIT_NAME_LEVEL_13 = 55
701
+
702
+ # The fourteenth level ad unit name of the ad unit where the ad was
703
+ # requested.
704
+ AD_UNIT_NAME_LEVEL_14 = 57
705
+
706
+ # The fifteenth level ad unit name of the ad unit where the ad was
707
+ # requested.
708
+ AD_UNIT_NAME_LEVEL_15 = 59
709
+
710
+ # The sixteenth level ad unit name of the ad unit where the ad was
711
+ # requested.
712
+ AD_UNIT_NAME_LEVEL_16 = 61
713
+
714
+ # The second level ad unit name of the ad unit where the ad was requested.
715
+ AD_UNIT_NAME_LEVEL_2 = 33
716
+
717
+ # The third level ad unit name of the ad unit where the ad was requested.
718
+ AD_UNIT_NAME_LEVEL_3 = 35
719
+
720
+ # The fourth level ad unit name of the ad unit where the ad was requested.
721
+ AD_UNIT_NAME_LEVEL_4 = 37
722
+
723
+ # The fifth level ad unit name of the ad unit where the ad was requested.
724
+ AD_UNIT_NAME_LEVEL_5 = 39
725
+
726
+ # The sixth level ad unit name of the ad unit where the ad was requested.
727
+ AD_UNIT_NAME_LEVEL_6 = 41
728
+
729
+ # The seventh level ad unit name of the ad unit where the ad was requested.
730
+ AD_UNIT_NAME_LEVEL_7 = 43
731
+
732
+ # The eighth level ad unit name of the ad unit where the ad was requested.
733
+ AD_UNIT_NAME_LEVEL_8 = 45
734
+
735
+ # The ninth level ad unit name of the ad unit where the ad was requested.
736
+ AD_UNIT_NAME_LEVEL_9 = 47
737
+
738
+ # The top-level ad unit name of the ad unit where the ad was requested.
739
+ AD_UNIT_NAME_TOP_LEVEL = 143
740
+
741
+ # The reward amount of the ad unit where the ad was requested.
742
+ AD_UNIT_REWARD_AMOUNT = 63
743
+
744
+ # The reward type of the ad unit where the ad was requested.
745
+ AD_UNIT_REWARD_TYPE = 62
746
+
747
+ # The status of the ad unit
748
+ AD_UNIT_STATUS = 206
749
+
750
+ # The name of the status of the ad unit
751
+ AD_UNIT_STATUS_NAME = 207
752
+
753
+ # The app version.
754
+ APP_VERSION = 392
755
+
756
+ # The ID used in an external system for advertiser identification
757
+ BACKFILL_ADVERTISER_EXTERNAL_ID = 349
758
+
759
+ # The ID of an advertiser company assigned to a backfill order
760
+ BACKFILL_ADVERTISER_ID = 346
761
+
762
+ # Labels applied to the advertiser
763
+ # can be used for either competitive exclusion or ad exclusion
764
+ BACKFILL_ADVERTISER_LABELS = 351
765
+
766
+ # Label ids applied to the advertiser
767
+ # can be used for either competitive exclusion or ad exclusion
768
+ BACKFILL_ADVERTISER_LABEL_IDS = 350
769
+
770
+ # The name of an advertiser company assigned to a backfill order
771
+ BACKFILL_ADVERTISER_NAME = 347
772
+
773
+ # The name of the contact associated with an advertiser company
774
+ BACKFILL_ADVERTISER_PRIMARY_CONTACT = 348
775
+
776
+ # Enum value of Backfill creative billing type
777
+ BACKFILL_CREATIVE_BILLING_TYPE = 378
778
+
779
+ # Localized string value of Backfill creative billing type
780
+ BACKFILL_CREATIVE_BILLING_TYPE_NAME = 379
781
+
782
+ # Represents the click-through URL of a Backfill creative
783
+ BACKFILL_CREATIVE_CLICK_THROUGH_URL = 376
784
+
785
+ # The ID of a Backfill creative
786
+ BACKFILL_CREATIVE_ID = 370
787
+
788
+ # Backfill creative name
789
+ BACKFILL_CREATIVE_NAME = 371
790
+
791
+ # Third party vendor name of a Backfill creative
792
+ BACKFILL_CREATIVE_THIRD_PARTY_VENDOR = 377
793
+
794
+ # Enum value of Backfill creative type
795
+ BACKFILL_CREATIVE_TYPE = 374
796
+
797
+ # Localized string name of Backfill creative type
798
+ BACKFILL_CREATIVE_TYPE_NAME = 375
799
+
800
+ # Whether a Backfill line item is archived.
801
+ BACKFILL_LINE_ITEM_ARCHIVED = 278
802
+
803
+ # Backfill line item comanion delivery option ENUM value.
804
+ BACKFILL_LINE_ITEM_COMPANION_DELIVERY_OPTION = 258
805
+
806
+ # Localized Backfill line item comanion delivery option name.
807
+ BACKFILL_LINE_ITEM_COMPANION_DELIVERY_OPTION_NAME = 259
808
+
809
+ # The computed status of the BackfillLineItem.
810
+ BACKFILL_LINE_ITEM_COMPUTED_STATUS = 296
811
+
812
+ # The localized name of the computed status of the BackfillLineItem.
813
+ BACKFILL_LINE_ITEM_COMPUTED_STATUS_NAME = 297
814
+
815
+ # The contracted units bought for the Backfill line item.
816
+ BACKFILL_LINE_ITEM_CONTRACTED_QUANTITY = 280
817
+
818
+ # The cost per unit of the Backfill line item.
819
+ BACKFILL_LINE_ITEM_COST_PER_UNIT = 272
820
+
821
+ # Backfill line item cost type ENUM value.
822
+ BACKFILL_LINE_ITEM_COST_TYPE = 264
823
+
824
+ # Localized Backfill line item cost type name.
825
+ BACKFILL_LINE_ITEM_COST_TYPE_NAME = 265
826
+
827
+ # Represent the end date of a Backfill creative associated with a Backfill
828
+ # line item
829
+ BACKFILL_LINE_ITEM_CREATIVE_END_DATE = 381
830
+
831
+ # The creative rotation type of the BackfillLineItem.
832
+ BACKFILL_LINE_ITEM_CREATIVE_ROTATION_TYPE = 290
833
+
834
+ # The localized name of the creative rotation type of the BackfillLineItem.
835
+ BACKFILL_LINE_ITEM_CREATIVE_ROTATION_TYPE_NAME = 291
836
+
837
+ # Represent the start date of a Backfill creative associated with a
838
+ # Backfill line item
839
+ BACKFILL_LINE_ITEM_CREATIVE_START_DATE = 380
840
+
841
+ # The 3 letter currency code of the Backfill line item
842
+ BACKFILL_LINE_ITEM_CURRENCY_CODE = 288
843
+
844
+ # The progress made for the delivery of the Backfill line item.
845
+ BACKFILL_LINE_ITEM_DELIVERY_INDICATOR = 274
846
+
847
+ # The delivery rate type of the BackfillLineItem.
848
+ BACKFILL_LINE_ITEM_DELIVERY_RATE_TYPE = 292
849
+
850
+ # The localized name of the delivery rate type of the BackfillLineItem.
851
+ BACKFILL_LINE_ITEM_DELIVERY_RATE_TYPE_NAME = 293
852
+
853
+ # The discount of the BackfillLineItem in whole units in the
854
+ # BackfillLineItem's currency code, or if unspecified the Network's
855
+ # currency code.
856
+ BACKFILL_LINE_ITEM_DISCOUNT_ABSOLUTE = 294
857
+
858
+ # The discount of the BackfillLineItem in percentage.
859
+ BACKFILL_LINE_ITEM_DISCOUNT_PERCENTAGE = 295
860
+
861
+ # The end date of the Backfill line item.
862
+ BACKFILL_LINE_ITEM_END_DATE = 267
863
+
864
+ # The end date and time of the Backfill line item.
865
+ BACKFILL_LINE_ITEM_END_DATE_TIME = 269
866
+
867
+ # The ENUM value of the environment a Backfill line item is targeting.
868
+ BACKFILL_LINE_ITEM_ENVIRONMENT_TYPE = 302
869
+
870
+ # The localized name of the environment a Backfill line item is targeting.
871
+ BACKFILL_LINE_ITEM_ENVIRONMENT_TYPE_NAME = 257
872
+
873
+ # The deal ID of the Backfill line item. Set for Programmatic Direct
874
+ # campaigns.
875
+ BACKFILL_LINE_ITEM_EXTERNAL_DEAL_ID = 285
876
+
877
+ # The external ID of the Backfill line item.
878
+ BACKFILL_LINE_ITEM_EXTERNAL_ID = 273
879
+
880
+ # The frequency cap of the Backfill line item (descriptive string).
881
+ BACKFILL_LINE_ITEM_FREQUENCY_CAP = 303
882
+
883
+ # Backfill line item ID.
884
+ BACKFILL_LINE_ITEM_ID = 298
885
+
886
+ # The application that last modified the Backfill line item.
887
+ BACKFILL_LINE_ITEM_LAST_MODIFIED_BY_APP = 289
888
+
889
+ # The total number of clicks delivered of the lifetime of the Backfill line
890
+ # item.
891
+ BACKFILL_LINE_ITEM_LIFETIME_CLICKS = 283
892
+
893
+ # The total number of impressions delivered over the lifetime of the
894
+ # Backfill line item.
895
+ BACKFILL_LINE_ITEM_LIFETIME_IMPRESSIONS = 282
896
+
897
+ # The total number of viewable impressions delivered over the lifetime of
898
+ # the Backfill line item.
899
+ BACKFILL_LINE_ITEM_LIFETIME_VIEWABLE_IMPRESSIONS = 284
900
+
901
+ # Whether or not the Backfill line item is Makegood. Makegood refers to
902
+ # free inventory offered to buyers to compensate for mistakes or
903
+ # under-delivery in the original campaigns.
904
+ BACKFILL_LINE_ITEM_MAKEGOOD = 276
905
+
906
+ # Backfill line item name.
907
+ BACKFILL_LINE_ITEM_NAME = 299
908
+
909
+ # The cost of booking for the Backfill line item (non-CPD).
910
+ BACKFILL_LINE_ITEM_NON_CPD_BOOKED_REVENUE = 286
911
+
912
+ # Whether a Backfill line item is eligible for opitimization.
913
+ BACKFILL_LINE_ITEM_OPTIMIZABLE = 277
914
+
915
+ # Goal type ENUM value of the primary goal of the Backfill line item.
916
+ BACKFILL_LINE_ITEM_PRIMARY_GOAL_TYPE = 262
917
+
918
+ # Localized goal type name of the primary goal of the Backfill line item.
919
+ BACKFILL_LINE_ITEM_PRIMARY_GOAL_TYPE_NAME = 263
920
+
921
+ # Unit type ENUM value of the primary goal of the Backfill line item.
922
+ BACKFILL_LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE = 260
923
+
924
+ # Localized unit type name of the primary goal of the Backfill line item.
925
+ BACKFILL_LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE_NAME = 261
926
+
927
+ # The priority of this Backfill line item as a value between 1 and 16.
928
+ # In general, a lower priority means more serving priority for the
929
+ # Backfill line item.
930
+ BACKFILL_LINE_ITEM_PRIORITY = 266
931
+
932
+ # ENUM value describing the state of inventory reservation for the
933
+ # BackfillLineItem.
934
+ BACKFILL_LINE_ITEM_RESERVATION_STATUS = 306
935
+
936
+ # Localized string describing the state of inventory reservation for the
937
+ # BackfillLineItem.
938
+ BACKFILL_LINE_ITEM_RESERVATION_STATUS_NAME = 307
939
+
940
+ # The start date of the Backfill line item.
941
+ BACKFILL_LINE_ITEM_START_DATE = 268
942
+
943
+ # The start date and time of the Backfill line item.
944
+ BACKFILL_LINE_ITEM_START_DATE_TIME = 270
945
+
946
+ # Backfill line item type ENUM value.
947
+ BACKFILL_LINE_ITEM_TYPE = 300
948
+
949
+ # Localized Backfill line item type name.
950
+ BACKFILL_LINE_ITEM_TYPE_NAME = 301
951
+
952
+ # Whether the Backfill line item end time and end date is set to
953
+ # effectively never end.
954
+ BACKFILL_LINE_ITEM_UNLIMITED_END = 271
955
+
956
+ # The artificial cost per unit used by the Ad server to help rank
957
+ # inventory.
958
+ BACKFILL_LINE_ITEM_VALUE_COST_PER_UNIT = 275
959
+
960
+ # The web property code used for dynamic allocation Backfill line items.
961
+ BACKFILL_LINE_ITEM_WEB_PROPERTY_CODE = 287
962
+
963
+ # The ID of Backfill creative, includes regular creatives, and master and
964
+ # companions in case of creative sets
965
+ BACKFILL_MASTER_COMPANION_CREATIVE_ID = 372
966
+
967
+ # Name of Backfill creative, includes regular creatives, and master and
968
+ # companions in case of creative sets
969
+ BACKFILL_MASTER_COMPANION_CREATIVE_NAME = 373
970
+
971
+ # Backfill order agency.
972
+ BACKFILL_ORDER_AGENCY = 313
973
+
974
+ # Backfill order agency ID.
975
+ BACKFILL_ORDER_AGENCY_ID = 314
976
+
977
+ # Backfill order booked CPC.
978
+ BACKFILL_ORDER_BOOKED_CPC = 315
979
+
980
+ # Backfill order booked CPM.
981
+ BACKFILL_ORDER_BOOKED_CPM = 316
982
+
983
+ # Backfill order delivery status ENUM value.
984
+ BACKFILL_ORDER_DELIVERY_STATUS = 340
985
+
986
+ # Backfill order delivery status localized name.
987
+ BACKFILL_ORDER_DELIVERY_STATUS_NAME = 341
988
+
989
+ # Backfill order end date.
990
+ BACKFILL_ORDER_END_DATE = 317
991
+
992
+ # Backfill order end date and time.
993
+ BACKFILL_ORDER_END_DATE_TIME = 319
994
+
995
+ # Backfill order external ID.
996
+ BACKFILL_ORDER_EXTERNAL_ID = 320
997
+
998
+ # Backfill order id.
999
+ BACKFILL_ORDER_ID = 338
1000
+
1001
+ # Backfill order labels.
1002
+ BACKFILL_ORDER_LABELS = 334
1003
+
1004
+ # Backfill order labels IDs.
1005
+ BACKFILL_ORDER_LABEL_IDS = 335
1006
+
1007
+ # Backfill order lifetime clicks.
1008
+ BACKFILL_ORDER_LIFETIME_CLICKS = 322
1009
+
1010
+ # Backfill order lifetime impressions.
1011
+ BACKFILL_ORDER_LIFETIME_IMPRESSIONS = 323
1012
+
1013
+ # Backfill order name.
1014
+ BACKFILL_ORDER_NAME = 339
1015
+
1016
+ # Backfill order PO number.
1017
+ BACKFILL_ORDER_PO_NUMBER = 324
1018
+
1019
+ # Whether the Backfill order is programmatic.
1020
+ BACKFILL_ORDER_PROGRAMMATIC = 321
1021
+
1022
+ # Backfill order sales person.
1023
+ BACKFILL_ORDER_SALESPERSON = 325
1024
+
1025
+ # Backfill order secondary sales people.
1026
+ BACKFILL_ORDER_SECONDARY_SALESPEOPLE = 329
1027
+
1028
+ # Backfill order secondary sales people ID.
1029
+ BACKFILL_ORDER_SECONDARY_SALESPEOPLE_ID = 328
1030
+
1031
+ # Backfill order secondary traffickers.
1032
+ BACKFILL_ORDER_SECONDARY_TRAFFICKERS = 331
1033
+
1034
+ # Backfill order secondary traffickers ID.
1035
+ BACKFILL_ORDER_SECONDARY_TRAFFICKERS_ID = 330
1036
+
1037
+ # Backfill order start date.
1038
+ BACKFILL_ORDER_START_DATE = 332
1039
+
1040
+ # Backfill order start date and time.
1041
+ BACKFILL_ORDER_START_DATE_TIME = 333
1042
+
1043
+ # Backfill order trafficker.
1044
+ BACKFILL_ORDER_TRAFFICKER = 326
1045
+
1046
+ # Backfill order trafficker ID.
1047
+ BACKFILL_ORDER_TRAFFICKER_ID = 327
1048
+
1049
+ # Whether the Backfill order end time and end date is set to effectively
1050
+ # never end.
1051
+ BACKFILL_ORDER_UNLIMITED_END = 318
1052
+
1053
+ # The ID of the buyer on a backfill programmatic proposal.
1054
+ BACKFILL_PROGRAMMATIC_BUYER_ID = 336
1055
+
1056
+ # The name of the buyer on a backfill programmatic proposal.
1057
+ BACKFILL_PROGRAMMATIC_BUYER_NAME = 337
1058
+
1059
+ # The amount of information about the Publisher's page sent to the buyer
1060
+ # who purchased the impressions.
1061
+ BRANDING_TYPE = 383
1062
+
1063
+ # The localized version of branding type, the amount of information about
1064
+ # the Publisher's page sent to the buyer who purchased the impressions.
1065
+ BRANDING_TYPE_NAME = 384
1066
+
1067
+ # Browser category.
1068
+ BROWSER_CATEGORY = 119
1069
+
1070
+ # Browser category name.
1071
+ BROWSER_CATEGORY_NAME = 120
1072
+
1073
+ # The ID of the browser.
1074
+ BROWSER_ID = 235
1075
+
1076
+ # The name of the browser.
1077
+ BROWSER_NAME = 236
1078
+
1079
+ # Mobile carrier ID.
1080
+ CARRIER_ID = 369
1081
+
1082
+ # Name of the mobile carrier.
1083
+ CARRIER_NAME = 368
1084
+
1085
+ # The ID of an advertiser, classified by Google, associated with a creative
1086
+ # transacted
1087
+ CLASSIFIED_ADVERTISER_ID = 133
1088
+
1089
+ # The name of an advertiser, classified by Google, associated with a
1090
+ # creative transacted
1091
+ CLASSIFIED_ADVERTISER_NAME = 134
1092
+
1093
+ # ID of the brand, as classified by Google,
1094
+ CLASSIFIED_BRAND_ID = 243
1095
+
1096
+ # Name of the brand, as classified by Google,
1097
+ CLASSIFIED_BRAND_NAME = 244
1098
+
1099
+ # ID of the video content served.
1100
+ CONTENT_ID = 246
1101
+
1102
+ # Name of the video content served.
1103
+ CONTENT_NAME = 247
1104
+
1105
+ # The criteria ID of the country in which the ad served.
1106
+ COUNTRY_ID = 11
1107
+
1108
+ # The name of the country in which the ad served.
1109
+ COUNTRY_NAME = 12
1110
+
1111
+ # Enum value of creative billing type
1112
+ CREATIVE_BILLING_TYPE = 366
1113
+
1114
+ # Localized string value of creative billing type
1115
+ CREATIVE_BILLING_TYPE_NAME = 367
1116
+
1117
+ # Represents the click-through URL of a creative
1118
+ CREATIVE_CLICK_THROUGH_URL = 174
1119
+
1120
+ # The ID of a creative
1121
+ CREATIVE_ID = 138
1122
+
1123
+ # Creative name
1124
+ CREATIVE_NAME = 139
1125
+
1126
+ # Creative technology ENUM
1127
+ CREATIVE_TECHNOLOGY = 148
1128
+
1129
+ # Creative technology locallized name
1130
+ CREATIVE_TECHNOLOGY_NAME = 149
1131
+
1132
+ # Third party vendor name of a creative
1133
+ CREATIVE_THIRD_PARTY_VENDOR = 361
1134
+
1135
+ # Enum value of creative type
1136
+ CREATIVE_TYPE = 344
1137
+
1138
+ # Localized string name of creative type
1139
+ CREATIVE_TYPE_NAME = 345
1140
+
1141
+ # Breaks down reporting data by date.
1142
+ DATE = 3
1143
+
1144
+ # Breaks down reporting data by day of the week. Monday is 1 and 7 is
1145
+ # Sunday.
1146
+ DAY_OF_WEEK = 4
1147
+
1148
+ # Demand channel.
1149
+ DEMAND_CHANNEL = 9
1150
+
1151
+ # Demand channel name.
1152
+ DEMAND_CHANNEL_NAME = 10
1153
+
1154
+ # Demand subchannel.
1155
+ DEMAND_SUBCHANNEL = 22
1156
+
1157
+ # Demand subchannel name.
1158
+ DEMAND_SUBCHANNEL_NAME = 23
1159
+
1160
+ # The device on which an ad was served.
1161
+ DEVICE = 226
1162
+
1163
+ # The device category to which an ad is being targeted.
1164
+ DEVICE_CATEGORY = 15
1165
+
1166
+ # The name of the category of device (smartphone, feature phone, tablet, or
1167
+ # desktop) to which an ad is being targeted.
1168
+ DEVICE_CATEGORY_NAME = 16
1169
+
1170
+ # The localized name of the device on which an ad was served.
1171
+ DEVICE_NAME = 225
1172
+
1173
+ # ID of the yield partner as classified by Google
1174
+ EXCHANGE_THIRD_PARTY_COMPANY_ID = 185
1175
+
1176
+ # Name of the yield partner as classified by Google
1177
+ EXCHANGE_THIRD_PARTY_COMPANY_NAME = 186
1178
+
1179
+ # The ID of the first look pricing rule.
1180
+ FIRST_LOOK_PRICING_RULE_ID = 248
1181
+
1182
+ # The name of the first look pricing rule.
1183
+ FIRST_LOOK_PRICING_RULE_NAME = 249
1184
+
1185
+ # Breaks down reporting data by hour in one day.
1186
+ HOUR = 100
1187
+
1188
+ # The interaction type of an ad.
1189
+ INTERACTION_TYPE = 223
1190
+
1191
+ # The localized name of the interaction type of an ad.
1192
+ INTERACTION_TYPE_NAME = 224
1193
+
1194
+ # Inventory format.
1195
+ # The format of the ad unit (e.g, banner) where the ad was requested.
1196
+ INVENTORY_FORMAT = 17
1197
+
1198
+ # Inventory format name.
1199
+ # The format of the ad unit (e.g, banner) where the ad was requested.
1200
+ INVENTORY_FORMAT_NAME = 18
1201
+
1202
+ # Inventory type.
1203
+ # The kind of web page or device where the ad was requested.
1204
+ INVENTORY_TYPE = 19
1205
+
1206
+ # Inventory type name.
1207
+ # The kind of web page or device where the ad was requested.
1208
+ INVENTORY_TYPE_NAME = 20
1209
+
1210
+ # Whether traffic is Adx Direct.
1211
+ IS_ADX_DIRECT = 382
1212
+
1213
+ # Whether traffic is First Look.
1214
+ IS_FIRST_LOOK_DEAL = 401
1215
+
1216
+ # The Custom Targeting Value ID
1217
+ KEY_VALUES_ID = 214
1218
+
1219
+ # The Custom Targeting Value formatted like <key_name>=<value_name>
1220
+ KEY_VALUES_NAME = 215
1221
+
1222
+ # Whether a Line item is archived.
1223
+ LINE_ITEM_ARCHIVED = 188
1224
+
1225
+ # Line item comanion delivery option ENUM value.
1226
+ LINE_ITEM_COMPANION_DELIVERY_OPTION = 204
1227
+
1228
+ # Localized line item comanion delivery option name.
1229
+ LINE_ITEM_COMPANION_DELIVERY_OPTION_NAME = 205
1230
+
1231
+ # The computed status of the LineItem.
1232
+ LINE_ITEM_COMPUTED_STATUS = 250
1233
+
1234
+ # The localized name of the computed status of the LineItem.
1235
+ LINE_ITEM_COMPUTED_STATUS_NAME = 251
1236
+
1237
+ # The contracted units bought for the Line item.
1238
+ LINE_ITEM_CONTRACTED_QUANTITY = 92
1239
+
1240
+ # The cost per unit of the Line item.
1241
+ LINE_ITEM_COST_PER_UNIT = 85
1242
+
1243
+ # Line item cost type ENUM value.
1244
+ LINE_ITEM_COST_TYPE = 212
1245
+
1246
+ # Localized line item cost type name.
1247
+ LINE_ITEM_COST_TYPE_NAME = 213
1248
+
1249
+ # Represent the end date of a creative associated with line item
1250
+ LINE_ITEM_CREATIVE_END_DATE = 176
1251
+
1252
+ # The creative rotation type of the LineItem.
1253
+ LINE_ITEM_CREATIVE_ROTATION_TYPE = 189
1254
+
1255
+ # The localized name of the creative rotation type of the LineItem.
1256
+ LINE_ITEM_CREATIVE_ROTATION_TYPE_NAME = 190
1257
+
1258
+ # Represent the start date of a creative associated with line item
1259
+ LINE_ITEM_CREATIVE_START_DATE = 175
1260
+
1261
+ # The 3 letter currency code of the Line Item
1262
+ LINE_ITEM_CURRENCY_CODE = 180
1263
+
1264
+ # The progress made for the delivery of the Line item.
1265
+ LINE_ITEM_DELIVERY_INDICATOR = 87
1266
+
1267
+ # The delivery rate type of the LineItem.
1268
+ LINE_ITEM_DELIVERY_RATE_TYPE = 191
1269
+
1270
+ # The localized name of the delivery rate type of the LineItem.
1271
+ LINE_ITEM_DELIVERY_RATE_TYPE_NAME = 192
1272
+
1273
+ # The discount of the LineItem in whole units in the LineItem's currency
1274
+ # code, or if unspecified the Network's currency code.
1275
+ LINE_ITEM_DISCOUNT_ABSOLUTE = 195
1276
+
1277
+ # The discount of the LineItem in percentage.
1278
+ LINE_ITEM_DISCOUNT_PERCENTAGE = 196
1279
+
1280
+ # The end date of the Line item.
1281
+ LINE_ITEM_END_DATE = 81
1282
+
1283
+ # The end date and time of the Line item.
1284
+ LINE_ITEM_END_DATE_TIME = 83
1285
+
1286
+ # The ENUM value of the environment a LineItem is targeting.
1287
+ LINE_ITEM_ENVIRONMENT_TYPE = 201
1288
+
1289
+ # The localized name of the environment a LineItem is targeting.
1290
+ LINE_ITEM_ENVIRONMENT_TYPE_NAME = 202
1291
+
1292
+ # The deal ID of the Line item. Set for Programmatic Direct campaigns.
1293
+ LINE_ITEM_EXTERNAL_DEAL_ID = 97
1294
+
1295
+ # The external ID of the Line item.
1296
+ LINE_ITEM_EXTERNAL_ID = 86
1297
+
1298
+ # The frequency cap of the Line item (descriptive string).
1299
+ LINE_ITEM_FREQUENCY_CAP = 256
1300
+
1301
+ # Line item ID.
1302
+ LINE_ITEM_ID = 1
1303
+
1304
+ # The application that last modified the Line Item.
1305
+ LINE_ITEM_LAST_MODIFIED_BY_APP = 181
1306
+
1307
+ # The total number of clicks delivered of the lifetime of the Line item.
1308
+ LINE_ITEM_LIFETIME_CLICKS = 95
1309
+
1310
+ # The total number of impressions delivered over the lifetime of the
1311
+ # Line item.
1312
+ LINE_ITEM_LIFETIME_IMPRESSIONS = 94
1313
+
1314
+ # The total number of viewable impressions delivered over the lifetime of
1315
+ # the Line item.
1316
+ LINE_ITEM_LIFETIME_VIEWABLE_IMPRESSIONS = 96
1317
+
1318
+ # Whether or not the Line item is Makegood. Makegood refers to free
1319
+ # inventory offered to buyers to compensate for mistakes or under-delivery
1320
+ # in the original campaigns.
1321
+ LINE_ITEM_MAKEGOOD = 89
1322
+
1323
+ # Line item Name.
1324
+ LINE_ITEM_NAME = 2
1325
+
1326
+ # The cost of booking for the Line item (non-CPD).
1327
+ LINE_ITEM_NON_CPD_BOOKED_REVENUE = 98
1328
+
1329
+ # Whether a Line item is eligible for opitimization.
1330
+ LINE_ITEM_OPTIMIZABLE = 90
1331
+
1332
+ # Goal type ENUM value of the primary goal of the line item.
1333
+ LINE_ITEM_PRIMARY_GOAL_TYPE = 210
1334
+
1335
+ # Localized goal type name of the primary goal of the line item.
1336
+ LINE_ITEM_PRIMARY_GOAL_TYPE_NAME = 211
1337
+
1338
+ # The total number of impressions or clicks that are reserved for a
1339
+ # line item. For line items of type BULK or PRICE_PRIORITY, this represents
1340
+ # the number of remaining impressions reserved. If the line item has an
1341
+ # impression cap goal, this represents the number of impressions or
1342
+ # conversions that the line item will stop serving at if reached.
1343
+ LINE_ITEM_PRIMARY_GOAL_UNITS_ABSOLUTE = 93
1344
+
1345
+ # The percentage of impressions or clicks that are reserved for a
1346
+ # line item. For line items of type SPONSORSHIP, this represents the
1347
+ # percentage of available impressions reserved. For line items of type
1348
+ # NETWORK or HOUSE, this represents the percentage of remaining impressions
1349
+ # reserved.
1350
+ LINE_ITEM_PRIMARY_GOAL_UNITS_PERCENTAGE = 396
1351
+
1352
+ # Unit type ENUM value of the primary goal of the line item.
1353
+ LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE = 208
1354
+
1355
+ # Localized unit type name of the primary goal of the line item.
1356
+ LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE_NAME = 209
1357
+
1358
+ # The priority of this Line item as a value between 1 and 16.
1359
+ # In general, a lower priority means more serving priority for the
1360
+ # Line item.
1361
+ LINE_ITEM_PRIORITY = 24
1362
+
1363
+ # ENUM value describing the state of inventory reservation for the
1364
+ # LineItem.
1365
+ LINE_ITEM_RESERVATION_STATUS = 304
1366
+
1367
+ # Localized string describing the state of inventory reservation for the
1368
+ # LineItem.
1369
+ LINE_ITEM_RESERVATION_STATUS_NAME = 305
1370
+
1371
+ # The start date of the Line item.
1372
+ LINE_ITEM_START_DATE = 82
1373
+
1374
+ # The start date and time of the Line item.
1375
+ LINE_ITEM_START_DATE_TIME = 84
1376
+
1377
+ # Line item type ENUM value.
1378
+ LINE_ITEM_TYPE = 193
1379
+
1380
+ # Localized line item type name.
1381
+ LINE_ITEM_TYPE_NAME = 194
1382
+
1383
+ # Whether the Line item end time and end date is set to effectively never
1384
+ # end.
1385
+ LINE_ITEM_UNLIMITED_END = 187
1386
+
1387
+ # The artificial cost per unit used by the Ad server to help rank
1388
+ # inventory.
1389
+ LINE_ITEM_VALUE_COST_PER_UNIT = 88
1390
+
1391
+ # The web property code used for dynamic allocation Line Items.
1392
+ LINE_ITEM_WEB_PROPERTY_CODE = 179
1393
+
1394
+ # The ID of creative, includes regular creatives, and master and companions
1395
+ # in case of creative sets
1396
+ MASTER_COMPANION_CREATIVE_ID = 140
1397
+
1398
+ # Name of creative, includes regular creatives, and master and companions
1399
+ # in case of creative sets
1400
+ MASTER_COMPANION_CREATIVE_NAME = 141
1401
+
1402
+ # Whether the mobile app is free.
1403
+ MOBILE_APP_FREE = 128
1404
+
1405
+ # URL of app icon for the mobile app.
1406
+ MOBILE_APP_ICON_URL = 129
1407
+
1408
+ # The ID of the Mobile App.
1409
+ MOBILE_APP_ID = 123
1410
+
1411
+ # The name of the mobile app.
1412
+ MOBILE_APP_NAME = 127
1413
+
1414
+ # Ownership status of the mobile app.
1415
+ MOBILE_APP_OWNERSHIP_STATUS = 311
1416
+
1417
+ # Ownership status of the mobile app.
1418
+ MOBILE_APP_OWNERSHIP_STATUS_NAME = 312
1419
+
1420
+ # The App Store of the mobile app.
1421
+ MOBILE_APP_STORE = 125
1422
+
1423
+ # The localized name of the mobile app store.
1424
+ MOBILE_APP_STORE_NAME = 245
1425
+
1426
+ # Mobile inventory type.
1427
+ # Identifies whether a mobile ad came from a regular web page, an AMP web
1428
+ # page, or a mobile app.
1429
+ # Values match the Inventory type dimension available in the Overview Home
1430
+ # dashboard. Note: Video takes precedence over any other value, for
1431
+ # example, if there is an in-stream video impression on a desktop device,
1432
+ # it will be attributed to in-stream video and not desktop web.
1433
+ MOBILE_INVENTORY_TYPE = 99
1434
+
1435
+ # Mobile inventory type name.
1436
+ # Identifies whether a mobile ad came from a regular web page, an AMP web
1437
+ # page, or a mobile app.
1438
+ MOBILE_INVENTORY_TYPE_NAME = 21
1439
+
1440
+ # SDK version of the mobile device.
1441
+ MOBILE_SDK_VERSION_NAME = 130
1442
+
1443
+ # Breaks down reporting data by month and year.
1444
+ MONTH_YEAR = 6
1445
+
1446
+ # Native ad format ID.
1447
+ NATIVE_AD_FORMAT_ID = 255
1448
+
1449
+ # Native ad format name.
1450
+ NATIVE_AD_FORMAT_NAME = 254
1451
+
1452
+ # Native style ID.
1453
+ NATIVE_STYLE_ID = 253
1454
+
1455
+ # Native style name.
1456
+ NATIVE_STYLE_NAME = 252
1457
+
1458
+ # Operating system category.
1459
+ OPERATING_SYSTEM_CATEGORY = 117
1460
+
1461
+ # Operating system category name.
1462
+ OPERATING_SYSTEM_CATEGORY_NAME = 118
1463
+
1464
+ # ID of the operating system version.
1465
+ OPERATING_SYSTEM_VERSION_ID = 238
1466
+
1467
+ # Details of the operating system, including version.
1468
+ OPERATING_SYSTEM_VERSION_NAME = 237
1469
+
1470
+ # Order agency.
1471
+ ORDER_AGENCY = 150
1472
+
1473
+ # Order agency ID.
1474
+ ORDER_AGENCY_ID = 151
1475
+
1476
+ # Order booked CPC.
1477
+ ORDER_BOOKED_CPC = 152
1478
+
1479
+ # Order booked CPM.
1480
+ ORDER_BOOKED_CPM = 153
1481
+
1482
+ # Order delivery status ENUM value.
1483
+ ORDER_DELIVERY_STATUS = 231
1484
+
1485
+ # Order delivery status localized name.
1486
+ ORDER_DELIVERY_STATUS_NAME = 239
1487
+
1488
+ # Order end date.
1489
+ ORDER_END_DATE = 154
1490
+
1491
+ # Order end date and time.
1492
+ ORDER_END_DATE_TIME = 155
1493
+
1494
+ # Order external ID.
1495
+ ORDER_EXTERNAL_ID = 156
1496
+
1497
+ # Order id.
1498
+ ORDER_ID = 7
1499
+
1500
+ # Order labels.
1501
+ ORDER_LABELS = 170
1502
+
1503
+ # Order labels IDs.
1504
+ ORDER_LABEL_IDS = 171
1505
+
1506
+ # Order lifetime clicks.
1507
+ ORDER_LIFETIME_CLICKS = 158
1508
+
1509
+ # Order lifetime impressions.
1510
+ ORDER_LIFETIME_IMPRESSIONS = 159
1511
+
1512
+ # Order name.
1513
+ ORDER_NAME = 8
1514
+
1515
+ # Order PO number.
1516
+ ORDER_PO_NUMBER = 160
1517
+
1518
+ # Whether the Order is programmatic.
1519
+ ORDER_PROGRAMMATIC = 157
1520
+
1521
+ # Order sales person.
1522
+ ORDER_SALESPERSON = 161
1523
+
1524
+ # Order secondary sales people.
1525
+ ORDER_SECONDARY_SALESPEOPLE = 164
1526
+
1527
+ # Order secondary sales people ID.
1528
+ ORDER_SECONDARY_SALESPEOPLE_ID = 165
1529
+
1530
+ # Order secondary traffickers.
1531
+ ORDER_SECONDARY_TRAFFICKERS = 166
1532
+
1533
+ # Order secondary traffickers ID.
1534
+ ORDER_SECONDARY_TRAFFICKERS_ID = 167
1535
+
1536
+ # Order start date.
1537
+ ORDER_START_DATE = 168
1538
+
1539
+ # Order start date and time.
1540
+ ORDER_START_DATE_TIME = 169
1541
+
1542
+ # Order trafficker.
1543
+ ORDER_TRAFFICKER = 162
1544
+
1545
+ # Order trafficker ID.
1546
+ ORDER_TRAFFICKER_ID = 163
1547
+
1548
+ # Whether the Order end time and end date is set to effectively never
1549
+ # end.
1550
+ ORDER_UNLIMITED_END = 203
1551
+
1552
+ # Placement ID
1553
+ PLACEMENT_ID = 113
1554
+
1555
+ # The full list of placement IDs associated with the ad unit.
1556
+ PLACEMENT_ID_ALL = 144
1557
+
1558
+ # Placement name
1559
+ PLACEMENT_NAME = 114
1560
+
1561
+ # The full list of placement names associated with the ad unit.
1562
+ PLACEMENT_NAME_ALL = 145
1563
+
1564
+ # Placement status ENUM value
1565
+ PLACEMENT_STATUS = 362
1566
+
1567
+ # The full list of placement status ENUM values associated with the ad
1568
+ # unit.
1569
+ PLACEMENT_STATUS_ALL = 363
1570
+
1571
+ # Localized placement status name.
1572
+ PLACEMENT_STATUS_NAME = 364
1573
+
1574
+ # The full list of localized placement status names associated with the ad
1575
+ # unit.
1576
+ PLACEMENT_STATUS_NAME_ALL = 365
1577
+
1578
+ # The ID of the buyer on a programmatic proposal.
1579
+ PROGRAMMATIC_BUYER_ID = 240
1580
+
1581
+ # The name of the buyer on a programmatic proposal.
1582
+ PROGRAMMATIC_BUYER_NAME = 241
1583
+
1584
+ # Programmatic channel.
1585
+ # The type of transaction that occurred in Ad Exchange.
1586
+ PROGRAMMATIC_CHANNEL = 13
1587
+
1588
+ # Programmatic channel name.
1589
+ # The type of transaction that occurred in Ad Exchange.
1590
+ PROGRAMMATIC_CHANNEL_NAME = 14
1591
+
1592
+ # The size of a rendered creative, It can differ with the creative's size
1593
+ # if a creative is shown in an ad slot of a different size.
1594
+ RENDERED_CREATIVE_SIZE = 343
1595
+
1596
+ # Inventory Requested Ad Sizes dimension
1597
+ REQUESTED_AD_SIZES = 352
1598
+
1599
+ # Request type ENUM
1600
+ REQUEST_TYPE = 146
1601
+
1602
+ # Request type locallized name
1603
+ REQUEST_TYPE_NAME = 147
1604
+
1605
+ # Information about domain or subdomains.
1606
+ SITE = 387
1607
+
1608
+ # The ID of the browser, device or other environment into which a line item
1609
+ # or creative was served.
1610
+ TARGETING_ID = 232
1611
+
1612
+ # Information about the browser, device and other environments into which
1613
+ # a line item or creative was served.
1614
+ TARGETING_NAME = 233
1615
+
1616
+ # The way in which advertisers targeted their ads.
1617
+ TARGETING_TYPE = 385
1618
+
1619
+ # The localized name of the way in which advertisers targeted their ads.
1620
+ TARGETING_TYPE_NAME = 386
1621
+
1622
+ # Inventory Traffic source dimension
1623
+ TRAFFIC_SOURCE = 388
1624
+
1625
+ # Inventory Traffic source dimension name
1626
+ TRAFFIC_SOURCE_NAME = 389
1627
+
1628
+ # Unified pricing rule ID dimension
1629
+ UNIFIED_PRICING_RULE_ID = 393
1630
+
1631
+ # Unified pricing rule name dimension
1632
+ UNIFIED_PRICING_RULE_NAME = 394
1633
+
1634
+ # The video placement enum as defined by ADCOM 1.0-202303.
1635
+ VIDEO_PLCMT = 172
1636
+
1637
+ # The localized name of the video placement as defined by ADCOM 1.0-202303.
1638
+ VIDEO_PLCMT_NAME = 173
1639
+
1640
+ # Breaks down reporting data by week of the year.
1641
+ WEEK = 5
1642
+
1643
+ # Name of the company within a yield group
1644
+ YIELD_GROUP_BUYER_NAME = 184
1645
+
1646
+ # ID of the group of ad networks or exchanges used for Mediation and Open
1647
+ # Bidding
1648
+ YIELD_GROUP_ID = 182
1649
+
1650
+ # Name of the group of ad networks or exchanges used for Mediation and Open
1651
+ # Bidding
1652
+ YIELD_GROUP_NAME = 183
1653
+
1654
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1655
+ # in index 0 of `ReportDefinition.line_item_custom_field_ids`.
1656
+ LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID = 10_000
1657
+
1658
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1659
+ # in index 1 of `ReportDefinition.line_item_custom_field_ids`.
1660
+ LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID = 10_001
1661
+
1662
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1663
+ # in index 2 of `ReportDefinition.line_item_custom_field_ids`.
1664
+ LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID = 10_002
1665
+
1666
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1667
+ # in index 3 of `ReportDefinition.line_item_custom_field_ids`.
1668
+ LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID = 10_003
1669
+
1670
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1671
+ # in index 4 of `ReportDefinition.line_item_custom_field_ids`.
1672
+ LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID = 10_004
1673
+
1674
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1675
+ # in index 5 of `ReportDefinition.line_item_custom_field_ids`.
1676
+ LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID = 10_005
1677
+
1678
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1679
+ # in index 6 of `ReportDefinition.line_item_custom_field_ids`.
1680
+ LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID = 10_006
1681
+
1682
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1683
+ # in index 7 of `ReportDefinition.line_item_custom_field_ids`.
1684
+ LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID = 10_007
1685
+
1686
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1687
+ # in index 8 of `ReportDefinition.line_item_custom_field_ids`.
1688
+ LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID = 10_008
1689
+
1690
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1691
+ # in index 9 of `ReportDefinition.line_item_custom_field_ids`.
1692
+ LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID = 10_009
1693
+
1694
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1695
+ # in index 10 of `ReportDefinition.line_item_custom_field_ids`.
1696
+ LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID = 10_010
1697
+
1698
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1699
+ # in index 11 of `ReportDefinition.line_item_custom_field_ids`.
1700
+ LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID = 10_011
1701
+
1702
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1703
+ # in index 12 of `ReportDefinition.line_item_custom_field_ids`.
1704
+ LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID = 10_012
1705
+
1706
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1707
+ # in index 13 of `ReportDefinition.line_item_custom_field_ids`.
1708
+ LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID = 10_013
1709
+
1710
+ # Custom field option ID for Line Item with custom field ID equal to the ID
1711
+ # in index 14 of `ReportDefinition.line_item_custom_field_ids`.
1712
+ LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID = 10_014
1713
+
1714
+ # Custom field value for Line Item with custom field ID equal to the ID
1715
+ # in index 0 of `ReportDefinition.line_item_custom_field_ids`.
1716
+ LINE_ITEM_CUSTOM_FIELD_0_VALUE = 11_000
1717
+
1718
+ # Custom field value for Line Item with custom field ID equal to the ID
1719
+ # in index 1 of `ReportDefinition.line_item_custom_field_ids`.
1720
+ LINE_ITEM_CUSTOM_FIELD_1_VALUE = 11_001
1721
+
1722
+ # Custom field value for Line Item with custom field ID equal to the ID
1723
+ # in index 2 of `ReportDefinition.line_item_custom_field_ids`.
1724
+ LINE_ITEM_CUSTOM_FIELD_2_VALUE = 11_002
1725
+
1726
+ # Custom field value for Line Item with custom field ID equal to the ID
1727
+ # in index 3 of `ReportDefinition.line_item_custom_field_ids`.
1728
+ LINE_ITEM_CUSTOM_FIELD_3_VALUE = 11_003
1729
+
1730
+ # Custom field value for Line Item with custom field ID equal to the ID
1731
+ # in index 4 of `ReportDefinition.line_item_custom_field_ids`.
1732
+ LINE_ITEM_CUSTOM_FIELD_4_VALUE = 11_004
1733
+
1734
+ # Custom field value for Line Item with custom field ID equal to the ID
1735
+ # in index 5 of `ReportDefinition.line_item_custom_field_ids`.
1736
+ LINE_ITEM_CUSTOM_FIELD_5_VALUE = 11_005
1737
+
1738
+ # Custom field value for Line Item with custom field ID equal to the ID
1739
+ # in index 6 of `ReportDefinition.line_item_custom_field_ids`.
1740
+ LINE_ITEM_CUSTOM_FIELD_6_VALUE = 11_006
1741
+
1742
+ # Custom field value for Line Item with custom field ID equal to the ID
1743
+ # in index 7 of `ReportDefinition.line_item_custom_field_ids`.
1744
+ LINE_ITEM_CUSTOM_FIELD_7_VALUE = 11_007
1745
+
1746
+ # Custom field value for Line Item with custom field ID equal to the ID
1747
+ # in index 8 of `ReportDefinition.line_item_custom_field_ids`.
1748
+ LINE_ITEM_CUSTOM_FIELD_8_VALUE = 11_008
1749
+
1750
+ # Custom field value for Line Item with custom field ID equal to the ID
1751
+ # in index 9 of `ReportDefinition.line_item_custom_field_ids`.
1752
+ LINE_ITEM_CUSTOM_FIELD_9_VALUE = 11_009
1753
+
1754
+ # Custom field value for Line Item with custom field ID equal to the ID
1755
+ # in index 10 of `ReportDefinition.line_item_custom_field_ids`.
1756
+ LINE_ITEM_CUSTOM_FIELD_10_VALUE = 11_010
1757
+
1758
+ # Custom field value for Line Item with custom field ID equal to the ID
1759
+ # in index 11 of `ReportDefinition.line_item_custom_field_ids`.
1760
+ LINE_ITEM_CUSTOM_FIELD_11_VALUE = 11_011
1761
+
1762
+ # Custom field value for Line Item with custom field ID equal to the ID
1763
+ # in index 12 of `ReportDefinition.line_item_custom_field_ids`.
1764
+ LINE_ITEM_CUSTOM_FIELD_12_VALUE = 11_012
1765
+
1766
+ # Custom field value for Line Item with custom field ID equal to the ID
1767
+ # in index 13 of `ReportDefinition.line_item_custom_field_ids`.
1768
+ LINE_ITEM_CUSTOM_FIELD_13_VALUE = 11_013
1769
+
1770
+ # Custom field value for Line Item with custom field ID equal to the ID
1771
+ # in index 14 of `ReportDefinition.line_item_custom_field_ids`.
1772
+ LINE_ITEM_CUSTOM_FIELD_14_VALUE = 11_014
1773
+
1774
+ # Custom field option ID for Order with custom field ID equal to the ID
1775
+ # in index 0 of `ReportDefinition.order_custom_field_ids`.
1776
+ ORDER_CUSTOM_FIELD_0_OPTION_ID = 12_000
1777
+
1778
+ # Custom field option ID for Order with custom field ID equal to the ID
1779
+ # in index 1 of `ReportDefinition.order_custom_field_ids`.
1780
+ ORDER_CUSTOM_FIELD_1_OPTION_ID = 12_001
1781
+
1782
+ # Custom field option ID for Order with custom field ID equal to the ID
1783
+ # in index 2 of `ReportDefinition.order_custom_field_ids`.
1784
+ ORDER_CUSTOM_FIELD_2_OPTION_ID = 12_002
1785
+
1786
+ # Custom field option ID for Order with custom field ID equal to the ID
1787
+ # in index 3 of `ReportDefinition.order_custom_field_ids`.
1788
+ ORDER_CUSTOM_FIELD_3_OPTION_ID = 12_003
1789
+
1790
+ # Custom field option ID for Order with custom field ID equal to the ID
1791
+ # in index 4 of `ReportDefinition.order_custom_field_ids`.
1792
+ ORDER_CUSTOM_FIELD_4_OPTION_ID = 12_004
1793
+
1794
+ # Custom field option ID for Order with custom field ID equal to the ID
1795
+ # in index 5 of `ReportDefinition.order_custom_field_ids`.
1796
+ ORDER_CUSTOM_FIELD_5_OPTION_ID = 12_005
1797
+
1798
+ # Custom field option ID for Order with custom field ID equal to the ID
1799
+ # in index 6 of `ReportDefinition.order_custom_field_ids`.
1800
+ ORDER_CUSTOM_FIELD_6_OPTION_ID = 12_006
1801
+
1802
+ # Custom field option ID for Order with custom field ID equal to the ID
1803
+ # in index 7 of `ReportDefinition.order_custom_field_ids`.
1804
+ ORDER_CUSTOM_FIELD_7_OPTION_ID = 12_007
1805
+
1806
+ # Custom field option ID for Order with custom field ID equal to the ID
1807
+ # in index 8 of `ReportDefinition.order_custom_field_ids`.
1808
+ ORDER_CUSTOM_FIELD_8_OPTION_ID = 12_008
1809
+
1810
+ # Custom field option ID for Order with custom field ID equal to the ID
1811
+ # in index 9 of `ReportDefinition.order_custom_field_ids`.
1812
+ ORDER_CUSTOM_FIELD_9_OPTION_ID = 12_009
1813
+
1814
+ # Custom field option ID for Order with custom field ID equal to the ID
1815
+ # in index 10 of `ReportDefinition.order_custom_field_ids`.
1816
+ ORDER_CUSTOM_FIELD_10_OPTION_ID = 12_010
1817
+
1818
+ # Custom field option ID for Order with custom field ID equal to the ID
1819
+ # in index 11 of `ReportDefinition.order_custom_field_ids`.
1820
+ ORDER_CUSTOM_FIELD_11_OPTION_ID = 12_011
1821
+
1822
+ # Custom field option ID for Order with custom field ID equal to the ID
1823
+ # in index 12 of `ReportDefinition.order_custom_field_ids`.
1824
+ ORDER_CUSTOM_FIELD_12_OPTION_ID = 12_012
1825
+
1826
+ # Custom field option ID for Order with custom field ID equal to the ID
1827
+ # in index 13 of `ReportDefinition.order_custom_field_ids`.
1828
+ ORDER_CUSTOM_FIELD_13_OPTION_ID = 12_013
1829
+
1830
+ # Custom field option ID for Order with custom field ID equal to the ID
1831
+ # in index 14 of `ReportDefinition.order_custom_field_ids`.
1832
+ ORDER_CUSTOM_FIELD_14_OPTION_ID = 12_014
1833
+
1834
+ # Custom field value for Order with custom field ID equal to the ID
1835
+ # in index 0 of `ReportDefinition.order_custom_field_ids`.
1836
+ ORDER_CUSTOM_FIELD_0_VALUE = 13_000
1837
+
1838
+ # Custom field value for Order with custom field ID equal to the ID
1839
+ # in index 1 of `ReportDefinition.order_custom_field_ids`.
1840
+ ORDER_CUSTOM_FIELD_1_VALUE = 13_001
1841
+
1842
+ # Custom field value for Order with custom field ID equal to the ID
1843
+ # in index 2 of `ReportDefinition.order_custom_field_ids`.
1844
+ ORDER_CUSTOM_FIELD_2_VALUE = 13_002
1845
+
1846
+ # Custom field value for Order with custom field ID equal to the ID
1847
+ # in index 3 of `ReportDefinition.order_custom_field_ids`.
1848
+ ORDER_CUSTOM_FIELD_3_VALUE = 13_003
1849
+
1850
+ # Custom field value for Order with custom field ID equal to the ID
1851
+ # in index 4 of `ReportDefinition.order_custom_field_ids`.
1852
+ ORDER_CUSTOM_FIELD_4_VALUE = 13_004
1853
+
1854
+ # Custom field value for Order with custom field ID equal to the ID
1855
+ # in index 5 of `ReportDefinition.order_custom_field_ids`.
1856
+ ORDER_CUSTOM_FIELD_5_VALUE = 13_005
1857
+
1858
+ # Custom field value for Order with custom field ID equal to the ID
1859
+ # in index 6 of `ReportDefinition.order_custom_field_ids`.
1860
+ ORDER_CUSTOM_FIELD_6_VALUE = 13_006
1861
+
1862
+ # Custom field value for Order with custom field ID equal to the ID
1863
+ # in index 7 of `ReportDefinition.order_custom_field_ids`.
1864
+ ORDER_CUSTOM_FIELD_7_VALUE = 13_007
1865
+
1866
+ # Custom field value for Order with custom field ID equal to the ID
1867
+ # in index 8 of `ReportDefinition.order_custom_field_ids`.
1868
+ ORDER_CUSTOM_FIELD_8_VALUE = 13_008
1869
+
1870
+ # Custom field value for Order with custom field ID equal to the ID
1871
+ # in index 9 of `ReportDefinition.order_custom_field_ids`.
1872
+ ORDER_CUSTOM_FIELD_9_VALUE = 13_009
1873
+
1874
+ # Custom field value for Order with custom field ID equal to the ID
1875
+ # in index 10 of `ReportDefinition.order_custom_field_ids`.
1876
+ ORDER_CUSTOM_FIELD_10_VALUE = 13_010
1877
+
1878
+ # Custom field value for Order with custom field ID equal to the ID
1879
+ # in index 11 of `ReportDefinition.order_custom_field_ids`.
1880
+ ORDER_CUSTOM_FIELD_11_VALUE = 13_011
1881
+
1882
+ # Custom field value for Order with custom field ID equal to the ID
1883
+ # in index 12 of `ReportDefinition.order_custom_field_ids`.
1884
+ ORDER_CUSTOM_FIELD_12_VALUE = 13_012
1885
+
1886
+ # Custom field value for Order with custom field ID equal to the ID
1887
+ # in index 13 of `ReportDefinition.order_custom_field_ids`.
1888
+ ORDER_CUSTOM_FIELD_13_VALUE = 13_013
1889
+
1890
+ # Custom field value for Order with custom field ID equal to the ID
1891
+ # in index 14 of `ReportDefinition.order_custom_field_ids`.
1892
+ ORDER_CUSTOM_FIELD_14_VALUE = 13_014
1893
+
1894
+ # Custom field option ID for Creative with custom field ID equal to the ID
1895
+ # in index 0 of `ReportDefinition.creative_custom_field_ids`.
1896
+ CREATIVE_CUSTOM_FIELD_0_OPTION_ID = 14_000
1897
+
1898
+ # Custom field option ID for Creative with custom field ID equal to the ID
1899
+ # in index 1 of `ReportDefinition.creative_custom_field_ids`.
1900
+ CREATIVE_CUSTOM_FIELD_1_OPTION_ID = 14_001
1901
+
1902
+ # Custom field option ID for Creative with custom field ID equal to the ID
1903
+ # in index 2 of `ReportDefinition.creative_custom_field_ids`.
1904
+ CREATIVE_CUSTOM_FIELD_2_OPTION_ID = 14_002
1905
+
1906
+ # Custom field option ID for Creative with custom field ID equal to the ID
1907
+ # in index 3 of `ReportDefinition.creative_custom_field_ids`.
1908
+ CREATIVE_CUSTOM_FIELD_3_OPTION_ID = 14_003
1909
+
1910
+ # Custom field option ID for Creative with custom field ID equal to the ID
1911
+ # in index 4 of `ReportDefinition.creative_custom_field_ids`.
1912
+ CREATIVE_CUSTOM_FIELD_4_OPTION_ID = 14_004
1913
+
1914
+ # Custom field option ID for Creative with custom field ID equal to the ID
1915
+ # in index 5 of `ReportDefinition.creative_custom_field_ids`.
1916
+ CREATIVE_CUSTOM_FIELD_5_OPTION_ID = 14_005
1917
+
1918
+ # Custom field option ID for Creative with custom field ID equal to the ID
1919
+ # in index 6 of `ReportDefinition.creative_custom_field_ids`.
1920
+ CREATIVE_CUSTOM_FIELD_6_OPTION_ID = 14_006
1921
+
1922
+ # Custom field option ID for Creative with custom field ID equal to the ID
1923
+ # in index 7 of `ReportDefinition.creative_custom_field_ids`.
1924
+ CREATIVE_CUSTOM_FIELD_7_OPTION_ID = 14_007
1925
+
1926
+ # Custom field option ID for Creative with custom field ID equal to the ID
1927
+ # in index 8 of `ReportDefinition.creative_custom_field_ids`.
1928
+ CREATIVE_CUSTOM_FIELD_8_OPTION_ID = 14_008
1929
+
1930
+ # Custom field option ID for Creative with custom field ID equal to the ID
1931
+ # in index 9 of `ReportDefinition.creative_custom_field_ids`.
1932
+ CREATIVE_CUSTOM_FIELD_9_OPTION_ID = 14_009
1933
+
1934
+ # Custom field option ID for Creative with custom field ID equal to the ID
1935
+ # in index 10 of `ReportDefinition.creative_custom_field_ids`.
1936
+ CREATIVE_CUSTOM_FIELD_10_OPTION_ID = 14_010
1937
+
1938
+ # Custom field option ID for Creative with custom field ID equal to the ID
1939
+ # in index 11 of `ReportDefinition.creative_custom_field_ids`.
1940
+ CREATIVE_CUSTOM_FIELD_11_OPTION_ID = 14_011
1941
+
1942
+ # Custom field option ID for Creative with custom field ID equal to the ID
1943
+ # in index 12 of `ReportDefinition.creative_custom_field_ids`.
1944
+ CREATIVE_CUSTOM_FIELD_12_OPTION_ID = 14_012
1945
+
1946
+ # Custom field option ID for Creative with custom field ID equal to the ID
1947
+ # in index 13 of `ReportDefinition.creative_custom_field_ids`.
1948
+ CREATIVE_CUSTOM_FIELD_13_OPTION_ID = 14_013
1949
+
1950
+ # Custom field option ID for Creative with custom field ID equal to the ID
1951
+ # in index 14 of `ReportDefinition.creative_custom_field_ids`.
1952
+ CREATIVE_CUSTOM_FIELD_14_OPTION_ID = 14_014
1953
+
1954
+ # Custom field value for Creative with custom field ID equal to the ID
1955
+ # in index 0 of `ReportDefinition.creative_custom_field_ids`.
1956
+ CREATIVE_CUSTOM_FIELD_0_VALUE = 15_000
1957
+
1958
+ # Custom field value for Creative with custom field ID equal to the ID
1959
+ # in index 1 of `ReportDefinition.creative_custom_field_ids`.
1960
+ CREATIVE_CUSTOM_FIELD_1_VALUE = 15_001
1961
+
1962
+ # Custom field value for Creative with custom field ID equal to the ID
1963
+ # in index 2 of `ReportDefinition.creative_custom_field_ids`.
1964
+ CREATIVE_CUSTOM_FIELD_2_VALUE = 15_002
1965
+
1966
+ # Custom field value for Creative with custom field ID equal to the ID
1967
+ # in index 3 of `ReportDefinition.creative_custom_field_ids`.
1968
+ CREATIVE_CUSTOM_FIELD_3_VALUE = 15_003
1969
+
1970
+ # Custom field value for Creative with custom field ID equal to the ID
1971
+ # in index 4 of `ReportDefinition.creative_custom_field_ids`.
1972
+ CREATIVE_CUSTOM_FIELD_4_VALUE = 15_004
1973
+
1974
+ # Custom field value for Creative with custom field ID equal to the ID
1975
+ # in index 5 of `ReportDefinition.creative_custom_field_ids`.
1976
+ CREATIVE_CUSTOM_FIELD_5_VALUE = 15_005
1977
+
1978
+ # Custom field value for Creative with custom field ID equal to the ID
1979
+ # in index 6 of `ReportDefinition.creative_custom_field_ids`.
1980
+ CREATIVE_CUSTOM_FIELD_6_VALUE = 15_006
1981
+
1982
+ # Custom field value for Creative with custom field ID equal to the ID
1983
+ # in index 7 of `ReportDefinition.creative_custom_field_ids`.
1984
+ CREATIVE_CUSTOM_FIELD_7_VALUE = 15_007
1985
+
1986
+ # Custom field value for Creative with custom field ID equal to the ID
1987
+ # in index 8 of `ReportDefinition.creative_custom_field_ids`.
1988
+ CREATIVE_CUSTOM_FIELD_8_VALUE = 15_008
1989
+
1990
+ # Custom field value for Creative with custom field ID equal to the ID
1991
+ # in index 9 of `ReportDefinition.creative_custom_field_ids`.
1992
+ CREATIVE_CUSTOM_FIELD_9_VALUE = 15_009
1993
+
1994
+ # Custom field value for Creative with custom field ID equal to the ID
1995
+ # in index 10 of `ReportDefinition.creative_custom_field_ids`.
1996
+ CREATIVE_CUSTOM_FIELD_10_VALUE = 15_010
1997
+
1998
+ # Custom field value for Creative with custom field ID equal to the ID
1999
+ # in index 11 of `ReportDefinition.creative_custom_field_ids`.
2000
+ CREATIVE_CUSTOM_FIELD_11_VALUE = 15_011
2001
+
2002
+ # Custom field value for Creative with custom field ID equal to the ID
2003
+ # in index 12 of `ReportDefinition.creative_custom_field_ids`.
2004
+ CREATIVE_CUSTOM_FIELD_12_VALUE = 15_012
2005
+
2006
+ # Custom field value for Creative with custom field ID equal to the ID
2007
+ # in index 13 of `ReportDefinition.creative_custom_field_ids`.
2008
+ CREATIVE_CUSTOM_FIELD_13_VALUE = 15_013
2009
+
2010
+ # Custom field value for Creative with custom field ID equal to the ID
2011
+ # in index 14 of `ReportDefinition.creative_custom_field_ids`.
2012
+ CREATIVE_CUSTOM_FIELD_14_VALUE = 15_014
2013
+
2014
+ # Custom field option ID for Backfill line item with custom field ID equal
2015
+ # to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.
2016
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID = 16_000
2017
+
2018
+ # Custom field option ID for Backfill line item with custom field ID equal
2019
+ # to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.
2020
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID = 16_001
2021
+
2022
+ # Custom field option ID for Backfill line item with custom field ID equal
2023
+ # to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.
2024
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID = 16_002
2025
+
2026
+ # Custom field option ID for Backfill line item with custom field ID equal
2027
+ # to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.
2028
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID = 16_003
2029
+
2030
+ # Custom field option ID for Backfill line item with custom field ID equal
2031
+ # to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.
2032
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID = 16_004
2033
+
2034
+ # Custom field option ID for Backfill line item with custom field ID equal
2035
+ # to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.
2036
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID = 16_005
2037
+
2038
+ # Custom field option ID for Backfill line item with custom field ID equal
2039
+ # to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.
2040
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID = 16_006
2041
+
2042
+ # Custom field option ID for Backfill line item with custom field ID equal
2043
+ # to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.
2044
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID = 16_007
2045
+
2046
+ # Custom field option ID for Backfill line item with custom field ID equal
2047
+ # to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.
2048
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID = 16_008
2049
+
2050
+ # Custom field option ID for Backfill line item with custom field ID equal
2051
+ # to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.
2052
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID = 16_009
2053
+
2054
+ # Custom field option ID for Backfill line item with custom field ID equal
2055
+ # to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.
2056
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID = 16_010
2057
+
2058
+ # Custom field option ID for Backfill line item with custom field ID equal
2059
+ # to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.
2060
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID = 16_011
2061
+
2062
+ # Custom field option ID for Backfill line item with custom field ID equal
2063
+ # to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.
2064
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID = 16_012
2065
+
2066
+ # Custom field option ID for Backfill line item with custom field ID equal
2067
+ # to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.
2068
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID = 16_013
2069
+
2070
+ # Custom field option ID for Backfill line item with custom field ID equal
2071
+ # to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.
2072
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID = 16_014
2073
+
2074
+ # Custom field value for Backfill line item with custom field ID equal to
2075
+ # the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.
2076
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_0_VALUE = 17_000
2077
+
2078
+ # Custom field value for Backfill line item with custom field ID equal to
2079
+ # the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.
2080
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_1_VALUE = 17_001
2081
+
2082
+ # Custom field value for Backfill line item with custom field ID equal to
2083
+ # the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.
2084
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_2_VALUE = 17_002
2085
+
2086
+ # Custom field value for Backfill line item with custom field ID equal to
2087
+ # the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.
2088
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_3_VALUE = 17_003
2089
+
2090
+ # Custom field value for Backfill line item with custom field ID equal to
2091
+ # the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.
2092
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_4_VALUE = 17_004
2093
+
2094
+ # Custom field value for Backfill line item with custom field ID equal to
2095
+ # the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.
2096
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_5_VALUE = 17_005
2097
+
2098
+ # Custom field value for Backfill line item with custom field ID equal to
2099
+ # the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.
2100
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_6_VALUE = 17_006
2101
+
2102
+ # Custom field value for Backfill line item with custom field ID equal to
2103
+ # the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.
2104
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_7_VALUE = 17_007
2105
+
2106
+ # Custom field value for Backfill line item with custom field ID equal to
2107
+ # the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.
2108
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_8_VALUE = 17_008
2109
+
2110
+ # Custom field value for Backfill line item with custom field ID equal to
2111
+ # the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.
2112
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_9_VALUE = 17_009
2113
+
2114
+ # Custom field value for Backfill line item with custom field ID equal to
2115
+ # the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.
2116
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_10_VALUE = 17_010
2117
+
2118
+ # Custom field value for Backfill line item with custom field ID equal to
2119
+ # the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.
2120
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_11_VALUE = 17_011
2121
+
2122
+ # Custom field value for Backfill line item with custom field ID equal to
2123
+ # the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.
2124
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_12_VALUE = 17_012
2125
+
2126
+ # Custom field value for Backfill line item with custom field ID equal to
2127
+ # the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.
2128
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_13_VALUE = 17_013
2129
+
2130
+ # Custom field value for Backfill line item with custom field ID equal to
2131
+ # the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.
2132
+ BACKFILL_LINE_ITEM_CUSTOM_FIELD_14_VALUE = 17_014
2133
+
2134
+ # Custom field option ID for Backfill order with custom field ID equal to
2135
+ # the ID in index 0 of `ReportDefinition.order_custom_field_ids`.
2136
+ BACKFILL_ORDER_CUSTOM_FIELD_0_OPTION_ID = 18_000
2137
+
2138
+ # Custom field option ID for Backfill order with custom field ID equal to
2139
+ # the ID in index 1 of `ReportDefinition.order_custom_field_ids`.
2140
+ BACKFILL_ORDER_CUSTOM_FIELD_1_OPTION_ID = 18_001
2141
+
2142
+ # Custom field option ID for Backfill order with custom field ID equal to
2143
+ # the ID in index 2 of `ReportDefinition.order_custom_field_ids`.
2144
+ BACKFILL_ORDER_CUSTOM_FIELD_2_OPTION_ID = 18_002
2145
+
2146
+ # Custom field option ID for Backfill order with custom field ID equal to
2147
+ # the ID in index 3 of `ReportDefinition.order_custom_field_ids`.
2148
+ BACKFILL_ORDER_CUSTOM_FIELD_3_OPTION_ID = 18_003
2149
+
2150
+ # Custom field option ID for Backfill order with custom field ID equal to
2151
+ # the ID in index 4 of `ReportDefinition.order_custom_field_ids`.
2152
+ BACKFILL_ORDER_CUSTOM_FIELD_4_OPTION_ID = 18_004
2153
+
2154
+ # Custom field option ID for Backfill order with custom field ID equal to
2155
+ # the ID in index 5 of `ReportDefinition.order_custom_field_ids`.
2156
+ BACKFILL_ORDER_CUSTOM_FIELD_5_OPTION_ID = 18_005
2157
+
2158
+ # Custom field option ID for Backfill order with custom field ID equal to
2159
+ # the ID in index 6 of `ReportDefinition.order_custom_field_ids`.
2160
+ BACKFILL_ORDER_CUSTOM_FIELD_6_OPTION_ID = 18_006
2161
+
2162
+ # Custom field option ID for Backfill order with custom field ID equal to
2163
+ # the ID in index 7 of `ReportDefinition.order_custom_field_ids`.
2164
+ BACKFILL_ORDER_CUSTOM_FIELD_7_OPTION_ID = 18_007
2165
+
2166
+ # Custom field option ID for Backfill order with custom field ID equal to
2167
+ # the ID in index 8 of `ReportDefinition.order_custom_field_ids`.
2168
+ BACKFILL_ORDER_CUSTOM_FIELD_8_OPTION_ID = 18_008
2169
+
2170
+ # Custom field option ID for Backfill order with custom field ID equal to
2171
+ # the ID in index 9 of `ReportDefinition.order_custom_field_ids`.
2172
+ BACKFILL_ORDER_CUSTOM_FIELD_9_OPTION_ID = 18_009
2173
+
2174
+ # Custom field option ID for Backfill order with custom field ID equal to
2175
+ # the ID in index 10 of `ReportDefinition.order_custom_field_ids`.
2176
+ BACKFILL_ORDER_CUSTOM_FIELD_10_OPTION_ID = 18_010
2177
+
2178
+ # Custom field option ID for Backfill order with custom field ID equal to
2179
+ # the ID in index 11 of `ReportDefinition.order_custom_field_ids`.
2180
+ BACKFILL_ORDER_CUSTOM_FIELD_11_OPTION_ID = 18_011
2181
+
2182
+ # Custom field option ID for Backfill order with custom field ID equal to
2183
+ # the ID in index 12 of `ReportDefinition.order_custom_field_ids`.
2184
+ BACKFILL_ORDER_CUSTOM_FIELD_12_OPTION_ID = 18_012
2185
+
2186
+ # Custom field option ID for Backfill order with custom field ID equal to
2187
+ # the ID in index 13 of `ReportDefinition.order_custom_field_ids`.
2188
+ BACKFILL_ORDER_CUSTOM_FIELD_13_OPTION_ID = 18_013
2189
+
2190
+ # Custom field option ID for Backfill order with custom field ID equal to
2191
+ # the ID in index 14 of `ReportDefinition.order_custom_field_ids`.
2192
+ BACKFILL_ORDER_CUSTOM_FIELD_14_OPTION_ID = 18_014
2193
+
2194
+ # Custom field value for Backfill order with custom field ID equal to the
2195
+ # ID in index 0 of `ReportDefinition.order_custom_field_ids`.
2196
+ BACKFILL_ORDER_CUSTOM_FIELD_0_VALUE = 19_000
2197
+
2198
+ # Custom field value for Backfill order with custom field ID equal to the
2199
+ # ID in index 1 of `ReportDefinition.order_custom_field_ids`.
2200
+ BACKFILL_ORDER_CUSTOM_FIELD_1_VALUE = 19_001
2201
+
2202
+ # Custom field value for Backfill order with custom field ID equal to the
2203
+ # ID in index 2 of `ReportDefinition.order_custom_field_ids`.
2204
+ BACKFILL_ORDER_CUSTOM_FIELD_2_VALUE = 19_002
2205
+
2206
+ # Custom field value for Backfill order with custom field ID equal to the
2207
+ # ID in index 3 of `ReportDefinition.order_custom_field_ids`.
2208
+ BACKFILL_ORDER_CUSTOM_FIELD_3_VALUE = 19_003
2209
+
2210
+ # Custom field value for Backfill order with custom field ID equal to the
2211
+ # ID in index 4 of `ReportDefinition.order_custom_field_ids`.
2212
+ BACKFILL_ORDER_CUSTOM_FIELD_4_VALUE = 19_004
2213
+
2214
+ # Custom field value for Backfill order with custom field ID equal to the
2215
+ # ID in index 5 of `ReportDefinition.order_custom_field_ids`.
2216
+ BACKFILL_ORDER_CUSTOM_FIELD_5_VALUE = 19_005
2217
+
2218
+ # Custom field value for Backfill order with custom field ID equal to the
2219
+ # ID in index 6 of `ReportDefinition.order_custom_field_ids`.
2220
+ BACKFILL_ORDER_CUSTOM_FIELD_6_VALUE = 19_006
2221
+
2222
+ # Custom field value for Backfill order with custom field ID equal to the
2223
+ # ID in index 7 of `ReportDefinition.order_custom_field_ids`.
2224
+ BACKFILL_ORDER_CUSTOM_FIELD_7_VALUE = 19_007
2225
+
2226
+ # Custom field value for Backfill order with custom field ID equal to the
2227
+ # ID in index 8 of `ReportDefinition.order_custom_field_ids`.
2228
+ BACKFILL_ORDER_CUSTOM_FIELD_8_VALUE = 19_008
2229
+
2230
+ # Custom field value for Backfill order with custom field ID equal to the
2231
+ # ID in index 9 of `ReportDefinition.order_custom_field_ids`.
2232
+ BACKFILL_ORDER_CUSTOM_FIELD_9_VALUE = 19_009
2233
+
2234
+ # Custom field value for Backfill order with custom field ID equal to the
2235
+ # ID in index 10 of `ReportDefinition.order_custom_field_ids`.
2236
+ BACKFILL_ORDER_CUSTOM_FIELD_10_VALUE = 19_010
2237
+
2238
+ # Custom field value for Backfill order with custom field ID equal to the
2239
+ # ID in index 11 of `ReportDefinition.order_custom_field_ids`.
2240
+ BACKFILL_ORDER_CUSTOM_FIELD_11_VALUE = 19_011
2241
+
2242
+ # Custom field value for Backfill order with custom field ID equal to the
2243
+ # ID in index 12 of `ReportDefinition.order_custom_field_ids`.
2244
+ BACKFILL_ORDER_CUSTOM_FIELD_12_VALUE = 19_012
2245
+
2246
+ # Custom field value for Backfill order with custom field ID equal to the
2247
+ # ID in index 13 of `ReportDefinition.order_custom_field_ids`.
2248
+ BACKFILL_ORDER_CUSTOM_FIELD_13_VALUE = 19_013
2249
+
2250
+ # Custom field value for Backfill order with custom field ID equal to the
2251
+ # ID in index 14 of `ReportDefinition.order_custom_field_ids`.
2252
+ BACKFILL_ORDER_CUSTOM_FIELD_14_VALUE = 19_014
2253
+
2254
+ # Custom field option ID for Backfill creative with custom field ID equal
2255
+ # to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.
2256
+ BACKFILL_CREATIVE_CUSTOM_FIELD_0_OPTION_ID = 20_000
2257
+
2258
+ # Custom field option ID for Backfill creative with custom field ID equal
2259
+ # to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.
2260
+ BACKFILL_CREATIVE_CUSTOM_FIELD_1_OPTION_ID = 20_001
2261
+
2262
+ # Custom field option ID for Backfill creative with custom field ID equal
2263
+ # to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.
2264
+ BACKFILL_CREATIVE_CUSTOM_FIELD_2_OPTION_ID = 20_002
2265
+
2266
+ # Custom field option ID for Backfill creative with custom field ID equal
2267
+ # to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.
2268
+ BACKFILL_CREATIVE_CUSTOM_FIELD_3_OPTION_ID = 20_003
2269
+
2270
+ # Custom field option ID for Backfill creative with custom field ID equal
2271
+ # to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.
2272
+ BACKFILL_CREATIVE_CUSTOM_FIELD_4_OPTION_ID = 20_004
2273
+
2274
+ # Custom field option ID for Backfill creative with custom field ID equal
2275
+ # to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.
2276
+ BACKFILL_CREATIVE_CUSTOM_FIELD_5_OPTION_ID = 20_005
2277
+
2278
+ # Custom field option ID for Backfill creative with custom field ID equal
2279
+ # to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.
2280
+ BACKFILL_CREATIVE_CUSTOM_FIELD_6_OPTION_ID = 20_006
2281
+
2282
+ # Custom field option ID for Backfill creative with custom field ID equal
2283
+ # to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.
2284
+ BACKFILL_CREATIVE_CUSTOM_FIELD_7_OPTION_ID = 20_007
2285
+
2286
+ # Custom field option ID for Backfill creative with custom field ID equal
2287
+ # to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.
2288
+ BACKFILL_CREATIVE_CUSTOM_FIELD_8_OPTION_ID = 20_008
2289
+
2290
+ # Custom field option ID for Backfill creative with custom field ID equal
2291
+ # to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.
2292
+ BACKFILL_CREATIVE_CUSTOM_FIELD_9_OPTION_ID = 20_009
2293
+
2294
+ # Custom field option ID for Backfill creative with custom field ID equal
2295
+ # to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.
2296
+ BACKFILL_CREATIVE_CUSTOM_FIELD_10_OPTION_ID = 20_010
2297
+
2298
+ # Custom field option ID for Backfill creative with custom field ID equal
2299
+ # to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.
2300
+ BACKFILL_CREATIVE_CUSTOM_FIELD_11_OPTION_ID = 20_011
2301
+
2302
+ # Custom field option ID for Backfill creative with custom field ID equal
2303
+ # to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.
2304
+ BACKFILL_CREATIVE_CUSTOM_FIELD_12_OPTION_ID = 20_012
2305
+
2306
+ # Custom field option ID for Backfill creative with custom field ID equal
2307
+ # to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.
2308
+ BACKFILL_CREATIVE_CUSTOM_FIELD_13_OPTION_ID = 20_013
2309
+
2310
+ # Custom field option ID for Backfill creative with custom field ID equal
2311
+ # to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.
2312
+ BACKFILL_CREATIVE_CUSTOM_FIELD_14_OPTION_ID = 20_014
2313
+
2314
+ # Custom field value for Backfill creative with custom field ID equal to
2315
+ # the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.
2316
+ BACKFILL_CREATIVE_CUSTOM_FIELD_0_VALUE = 21_000
2317
+
2318
+ # Custom field value for Backfill creative with custom field ID equal to
2319
+ # the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.
2320
+ BACKFILL_CREATIVE_CUSTOM_FIELD_1_VALUE = 21_001
2321
+
2322
+ # Custom field value for Backfill creative with custom field ID equal to
2323
+ # the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.
2324
+ BACKFILL_CREATIVE_CUSTOM_FIELD_2_VALUE = 21_002
2325
+
2326
+ # Custom field value for Backfill creative with custom field ID equal to
2327
+ # the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.
2328
+ BACKFILL_CREATIVE_CUSTOM_FIELD_3_VALUE = 21_003
2329
+
2330
+ # Custom field value for Backfill creative with custom field ID equal to
2331
+ # the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.
2332
+ BACKFILL_CREATIVE_CUSTOM_FIELD_4_VALUE = 21_004
2333
+
2334
+ # Custom field value for Backfill creative with custom field ID equal to
2335
+ # the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.
2336
+ BACKFILL_CREATIVE_CUSTOM_FIELD_5_VALUE = 21_005
2337
+
2338
+ # Custom field value for Backfill creative with custom field ID equal to
2339
+ # the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.
2340
+ BACKFILL_CREATIVE_CUSTOM_FIELD_6_VALUE = 21_006
2341
+
2342
+ # Custom field value for Backfill creative with custom field ID equal to
2343
+ # the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.
2344
+ BACKFILL_CREATIVE_CUSTOM_FIELD_7_VALUE = 21_007
2345
+
2346
+ # Custom field value for Backfill creative with custom field ID equal to
2347
+ # the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.
2348
+ BACKFILL_CREATIVE_CUSTOM_FIELD_8_VALUE = 21_008
2349
+
2350
+ # Custom field value for Backfill creative with custom field ID equal to
2351
+ # the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.
2352
+ BACKFILL_CREATIVE_CUSTOM_FIELD_9_VALUE = 21_009
2353
+
2354
+ # Custom field value for Backfill creative with custom field ID equal to
2355
+ # the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.
2356
+ BACKFILL_CREATIVE_CUSTOM_FIELD_10_VALUE = 21_010
2357
+
2358
+ # Custom field value for Backfill creative with custom field ID equal to
2359
+ # the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.
2360
+ BACKFILL_CREATIVE_CUSTOM_FIELD_11_VALUE = 21_011
2361
+
2362
+ # Custom field value for Backfill creative with custom field ID equal to
2363
+ # the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.
2364
+ BACKFILL_CREATIVE_CUSTOM_FIELD_12_VALUE = 21_012
2365
+
2366
+ # Custom field value for Backfill creative with custom field ID equal to
2367
+ # the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.
2368
+ BACKFILL_CREATIVE_CUSTOM_FIELD_13_VALUE = 21_013
2369
+
2370
+ # Custom field value for Backfill creative with custom field ID equal to
2371
+ # the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.
2372
+ BACKFILL_CREATIVE_CUSTOM_FIELD_14_VALUE = 21_014
2373
+
2374
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2375
+ # in index 0 of `ReportDefinition.custom_dimension_key_ids`.
2376
+ CUSTOM_DIMENSION_0_VALUE_ID = 100_000
2377
+
2378
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2379
+ # in index 1 of `ReportDefinition.custom_dimension_key_ids`.
2380
+ CUSTOM_DIMENSION_1_VALUE_ID = 100_001
2381
+
2382
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2383
+ # in index 2 of `ReportDefinition.custom_dimension_key_ids`.
2384
+ CUSTOM_DIMENSION_2_VALUE_ID = 100_002
2385
+
2386
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2387
+ # in index 3 of `ReportDefinition.custom_dimension_key_ids`.
2388
+ CUSTOM_DIMENSION_3_VALUE_ID = 100_003
2389
+
2390
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2391
+ # in index 4 of `ReportDefinition.custom_dimension_key_ids`.
2392
+ CUSTOM_DIMENSION_4_VALUE_ID = 100_004
2393
+
2394
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2395
+ # in index 5 of `ReportDefinition.custom_dimension_key_ids`.
2396
+ CUSTOM_DIMENSION_5_VALUE_ID = 100_005
2397
+
2398
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2399
+ # in index 6 of `ReportDefinition.custom_dimension_key_ids`.
2400
+ CUSTOM_DIMENSION_6_VALUE_ID = 100_006
2401
+
2402
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2403
+ # in index 9 of `ReportDefinition.custom_dimension_key_ids`.
2404
+ CUSTOM_DIMENSION_7_VALUE_ID = 100_007
2405
+
2406
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2407
+ # in index 8 of `ReportDefinition.custom_dimension_key_ids`.
2408
+ CUSTOM_DIMENSION_8_VALUE_ID = 100_008
2409
+
2410
+ # Custom Dimension Value ID for Custom Dimension with key equal to the key
2411
+ # in index 9 of `ReportDefinition.custom_dimension_key_ids`.
2412
+ CUSTOM_DIMENSION_9_VALUE_ID = 100_009
2413
+
2414
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2415
+ # id in index 0 of `ReportDefinition.custom_dimension_key_ids`.
2416
+ CUSTOM_DIMENSION_0_VALUE = 101_000
2417
+
2418
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2419
+ # id in index 1 of `ReportDefinition.custom_dimension_key_ids`.
2420
+ CUSTOM_DIMENSION_1_VALUE = 101_001
2421
+
2422
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2423
+ # id in index 2 of `ReportDefinition.custom_dimension_key_ids`.
2424
+ CUSTOM_DIMENSION_2_VALUE = 101_002
2425
+
2426
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2427
+ # id in index 3 of `ReportDefinition.custom_dimension_key_ids`.
2428
+ CUSTOM_DIMENSION_3_VALUE = 101_003
2429
+
2430
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2431
+ # id in index 4 of `ReportDefinition.custom_dimension_key_ids`.
2432
+ CUSTOM_DIMENSION_4_VALUE = 101_004
2433
+
2434
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2435
+ # id in index 5 of `ReportDefinition.custom_dimension_key_ids`.
2436
+ CUSTOM_DIMENSION_5_VALUE = 101_005
2437
+
2438
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2439
+ # id in index 6 of `ReportDefinition.custom_dimension_key_ids`.
2440
+ CUSTOM_DIMENSION_6_VALUE = 101_006
2441
+
2442
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2443
+ # id in index 7 of `ReportDefinition.custom_dimension_key_ids`.
2444
+ CUSTOM_DIMENSION_7_VALUE = 101_007
2445
+
2446
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2447
+ # id in index 8 of `ReportDefinition.custom_dimension_key_ids`.
2448
+ CUSTOM_DIMENSION_8_VALUE = 101_008
2449
+
2450
+ # Custom Dimension Value name for Custom Dimension with key equal to the
2451
+ # id in index 9 of `ReportDefinition.custom_dimension_key_ids`.
2452
+ CUSTOM_DIMENSION_9_VALUE = 101_009
2453
+ end
2454
+
2455
+ # Reporting metrics.
2456
+ module Metric
2457
+ # Default value. This value is unused.
2458
+ METRIC_UNSPECIFIED = 0
2459
+
2460
+ # Active View total average time in seconds that specific impressions are
2461
+ # reported as being viewable.
2462
+ ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 61
2463
+
2464
+ # Total number of impressions that were eligible to measure viewability.
2465
+ ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 58
2466
+
2467
+ # The total number of impressions that were sampled and measured by active
2468
+ # view.
2469
+ ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 57
2470
+
2471
+ # The percentage of total impressions that were measurable by active view
2472
+ # (out of all the total impressions sampled for active view).
2473
+ ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 60
2474
+
2475
+ # The total number of impressions viewed on the user's screen.
2476
+ ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 56
2477
+
2478
+ # The percentage of total impressions viewed on the user's screen (out of
2479
+ # the total impressions measurable by active view).
2480
+ ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 59
2481
+
2482
+ # Active View AdSense average time in seconds that specific impressions are
2483
+ # reported as being viewable.
2484
+ ADSENSE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 73
2485
+
2486
+ # Total number of impressions delivered by AdSense that were eligible to
2487
+ # measure viewability.
2488
+ ADSENSE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 70
2489
+
2490
+ # The number of impressions delivered by AdSense that were sampled, and
2491
+ # measurable by active view.
2492
+ ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 69
2493
+
2494
+ # The percentage of impressions delivered by AdSense that were measurable
2495
+ # by active view (out of all AdSense impressions sampled for active view).
2496
+ ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 72
2497
+
2498
+ # The number of impressions delivered by AdSense viewed on the user's
2499
+ # screen.
2500
+ ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 68
2501
+
2502
+ # The percentage of impressions delivered by AdSense viewed on the user's
2503
+ # screen (out of AdSense impressions measurable by active view).
2504
+ ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 71
2505
+
2506
+ # The average effective cost-per-thousand-impressions earned from the ads
2507
+ # delivered by AdSense through line item dynamic allocation.
2508
+ ADSENSE_AVERAGE_ECPM = 26
2509
+
2510
+ # Number of clicks delivered by AdSense demand channel.
2511
+ ADSENSE_CLICKS = 23
2512
+
2513
+ # The ratio of impressions served by AdSense that resulted in users
2514
+ # clicking on an ad. The clickthrough rate (CTR) is updated nightly. The
2515
+ # AdSense CTR is calculated as: (AdSense clicks / AdSense impressions).
2516
+ ADSENSE_CTR = 24
2517
+
2518
+ # Total impressions delivered by AdSense.
2519
+ ADSENSE_IMPRESSIONS = 22
2520
+
2521
+ # Ratio of clicks delivered by AdSense through line item dynamic allocation
2522
+ # in relation to the total clicks delivered.
2523
+ ADSENSE_PERCENT_CLICKS = 28
2524
+
2525
+ # Ratio of impressions delivered by AdSense through line item dynamic
2526
+ # allocation in relation to the total impressions delivered.
2527
+ ADSENSE_PERCENT_IMPRESSIONS = 27
2528
+
2529
+ # Ratio of revenue generated by AdSense through line item dynamic
2530
+ # allocation in relation to the total revenue.
2531
+ ADSENSE_PERCENT_REVENUE = 29
2532
+
2533
+ # Ratio of revenue generated by AdSense through line item dynamic
2534
+ # allocation in relation to the total revenue (excluding CPD).
2535
+ ADSENSE_PERCENT_REVENUE_WITHOUT_CPD = 30
2536
+
2537
+ # The total number of times that an AdSense ad is delivered.
2538
+ ADSENSE_RESPONSES_SERVED = 41
2539
+
2540
+ # Revenue generated from AdSense through line item dynamic allocation,
2541
+ # calculated in the network's currency and time zone.
2542
+ ADSENSE_REVENUE = 25
2543
+
2544
+ # Active View AdExchange average time in seconds that specific impressions
2545
+ # are reported as being viewable.
2546
+ AD_EXCHANGE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 79
2547
+
2548
+ # Total number of impressions delivered by Ad Exchange that were eligible
2549
+ # to measure viewability.
2550
+ AD_EXCHANGE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 76
2551
+
2552
+ # The number of impressions delivered by Ad Exchange that were sampled, and
2553
+ # measurable by active view.
2554
+ AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 75
2555
+
2556
+ # The percentage of impressions delivered by Ad Exchange that were
2557
+ # measurable by active view (out of all Ad Exchange impressions sampled for
2558
+ # active view).
2559
+ AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 78
2560
+
2561
+ # The number of impressions delivered by Ad Exchange viewed on the user's
2562
+ # screen.
2563
+ AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 74
2564
+
2565
+ # The percentage of impressions delivered by Ad Exchange viewed on the
2566
+ # user's screen (out of Ad Exchange impressions measurable by active view).
2567
+ AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 77
2568
+
2569
+ # The average effective cost-per-thousand-impressions earned from the ads
2570
+ # delivered by Ad Exchange through line item dynamic allocation.
2571
+ AD_EXCHANGE_AVERAGE_ECPM = 18
2572
+
2573
+ # Number of clicks delivered by the Ad Exchange.
2574
+ AD_EXCHANGE_CLICKS = 15
2575
+
2576
+ # The ratio of impressions served by the Ad Exchange that resulted in users
2577
+ # clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad
2578
+ # Exchange CTR is calculated as: (Ad Exchange clicks / Ad Exchange
2579
+ # impressions).
2580
+ AD_EXCHANGE_CTR = 16
2581
+
2582
+ # Total impressions delivered by the Ad Exchange.
2583
+ AD_EXCHANGE_IMPRESSIONS = 14
2584
+
2585
+ # Ratio of clicks delivered by Ad Exchange through line item dynamic
2586
+ # allocation in relation to the total clicks delivered.
2587
+ AD_EXCHANGE_PERCENT_CLICKS = 20
2588
+
2589
+ # Ratio of impressions delivered by Ad Exchange through line item dynamic
2590
+ # allocation in relation to the total impressions delivered.
2591
+ AD_EXCHANGE_PERCENT_IMPRESSIONS = 19
2592
+
2593
+ # Ratio of revenue generated by Ad Exchange through line item dynamic
2594
+ # allocation in relation to the total revenue.
2595
+ AD_EXCHANGE_PERCENT_REVENUE = 21
2596
+
2597
+ # Ratio of revenue generated by Ad Exchange through line item dynamic
2598
+ # allocation in relation to the total revenue (excluding CPD).
2599
+ AD_EXCHANGE_PERCENT_REVENUE_WITHOUT_CPD = 31
2600
+
2601
+ # The total number of times that an Ad Exchange ad is delivered.
2602
+ AD_EXCHANGE_RESPONSES_SERVED = 42
2603
+
2604
+ # Revenue generated from the Ad Exchange through line item dynamic
2605
+ # allocation, calculated in your network's currency and time zone.
2606
+ AD_EXCHANGE_REVENUE = 17
2607
+
2608
+ # The total number of times that an ad request is sent to the ad server
2609
+ # including dynamic allocation.
2610
+ AD_REQUESTS = 38
2611
+
2612
+ # Active View ad server average time in seconds that specific impressions
2613
+ # are reported as being viewable.
2614
+ AD_SERVER_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 67
2615
+
2616
+ # Total number of impressions delivered by the ad server that were eligible
2617
+ # to measure viewability.
2618
+ AD_SERVER_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 64
2619
+
2620
+ # The number of impressions delivered by the ad server that were sampled,
2621
+ # and measurable by active view.
2622
+ AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 63
2623
+
2624
+ # The percentage of impressions delivered by the ad server that were
2625
+ # measurable by active view (out of all the ad server impressions sampled
2626
+ # for active view).
2627
+ AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 66
2628
+
2629
+ # The number of impressions delivered by the ad server viewed on the user's
2630
+ # screen.
2631
+ AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 62
2632
+
2633
+ # The percentage of impressions delivered by the ad server viewed on the
2634
+ # user's screen (out of the ad server impressions measurable by active
2635
+ # view).
2636
+ AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 65
2637
+
2638
+ # Average effective cost-per-thousand-impressions earned from the ads
2639
+ # delivered by the Google Ad Manager server.
2640
+ AD_SERVER_AVERAGE_ECPM = 34
2641
+
2642
+ # Average effective cost-per-thousand-impressions earned from the ads
2643
+ # delivered by the Google Ad Manager server, excluding CPD value.
2644
+ AD_SERVER_AVERAGE_ECPM_WITHOUT_CPD = 10
2645
+
2646
+ # Total clicks served by the Google Ad Manager server. It usually takes
2647
+ # about 30 minutes for new clicks to be recorded and added to the total
2648
+ # displayed in reporting.
2649
+ AD_SERVER_CLICKS = 7
2650
+
2651
+ # CPD revenue earned, calculated in your network's currency, for
2652
+ # the ads delivered by the Google Ad Manager server. Sum of all booked
2653
+ # revenue.
2654
+ AD_SERVER_CPD_REVENUE = 32
2655
+
2656
+ # Ratio of impressions served by the Google Ad Manager server that resulted
2657
+ # in users clicking on an ad. The clickthrough rate (CTR) is updated
2658
+ # nightly. The ad server CTR is calculated as: (Ad server clicks / Ad
2659
+ # server impressions).
2660
+ AD_SERVER_CTR = 8
2661
+
2662
+ # Total impressions delivered by the Ad Server.
2663
+ AD_SERVER_IMPRESSIONS = 6
2664
+
2665
+ # Ratio of clicks delivered by the Google Ad Manager server in relation to
2666
+ # the total clicks delivered.
2667
+ AD_SERVER_PERCENT_CLICKS = 12
2668
+
2669
+ # Ratio of impressions delivered by the Google Ad Manager server in
2670
+ # relation to the total impressions delivered.
2671
+ AD_SERVER_PERCENT_IMPRESSIONS = 11
2672
+
2673
+ # Ratio of revenue generated by the Google Ad Manager server in relation
2674
+ # to the total revenue.
2675
+ AD_SERVER_PERCENT_REVENUE = 35
2676
+
2677
+ # Ratio of revenue generated by the Google Ad Manager server (excluding
2678
+ # CPD) in relation to the total revenue.
2679
+ AD_SERVER_PERCENT_REVENUE_WITHOUT_CPD = 13
2680
+
2681
+ # The total number of times that an ad is served by the ad server.
2682
+ AD_SERVER_RESPONSES_SERVED = 40
2683
+
2684
+ # All CPM, CPC, and CPD revenue earned, calculated in your network's
2685
+ # currency, for the ads delivered by the Google Ad Manager server.
2686
+ # Sum of all booked revenue.
2687
+ AD_SERVER_REVENUE = 33
2688
+
2689
+ # Revenue (excluding CPD) earned, calculated in your network's currency,
2690
+ # for the ads delivered by the Google Ad Manager server. Sum of all booked
2691
+ # revenue.
2692
+ AD_SERVER_REVENUE_WITHOUT_CPD = 9
2693
+
2694
+ # Number of winning bids received from Open Bidding buyers, even when the
2695
+ # winning bid is placed at the end of a mediation for mobile apps chain.
2696
+ AUCTIONS_WON = 80
2697
+
2698
+ # eCPM averaged across the Google Ad Manager server, AdSense,
2699
+ # and Ad Exchange.
2700
+ AVERAGE_ECPM = 37
2701
+
2702
+ # eCPM averaged across the Google Ad Manager server (excluding CPD),
2703
+ # AdSense, and Ad Exchange.
2704
+ AVERAGE_ECPM_WITHOUT_CPD = 5
2705
+
2706
+ # Number of bids received from Open Bidding buyers, regardless of whether
2707
+ # the returned bid competes in an auction.
2708
+ BIDS = 81
2709
+
2710
+ # Number of bids received from Open Bidding buyers that competed in
2711
+ # the auction.
2712
+ BIDS_IN_AUCTION = 82
2713
+
2714
+ # Number of times a yield partner is asked to return bid to fill
2715
+ # a yield group request.
2716
+ CALLOUTS = 83
2717
+
2718
+ # The number of times a user clicked on an ad.
2719
+ CLICKS = 2
2720
+
2721
+ # The total number of times that the code for an ad is served by the ad
2722
+ # server including dynamic allocation.
2723
+ CODE_SERVED_COUNT = 44
2724
+
2725
+ # For standard ads, your ad clickthrough rate (CTR) is the number of ad
2726
+ # clicks divided by the number of individual ad impressions expressed as a
2727
+ # fraction. Ad CTR = Clicks / Ad impressions.
2728
+ CTR = 3
2729
+
2730
+ # The number of coviewed impressions sold by Google in partner sales.
2731
+ GOOGLE_SOLD_AUCTION_COVIEWED_IMPRESSIONS = 129
2732
+
2733
+ # The number of auction impressions sold by Google in partner sales.
2734
+ GOOGLE_SOLD_AUCTION_IMPRESSIONS = 128
2735
+
2736
+ # The number of coviewed impressions sold by Google in partner sales.
2737
+ GOOGLE_SOLD_COVIEWED_IMPRESSIONS = 131
2738
+
2739
+ # The number of impressions sold by Google in partner sales.
2740
+ GOOGLE_SOLD_IMPRESSIONS = 130
2741
+
2742
+ # The number of coviewed impressions sold by Google in partner sales.
2743
+ GOOGLE_SOLD_RESERVATION_COVIEWED_IMPRESSIONS = 127
2744
+
2745
+ # The number of reservation impressions sold by Google in partner sales.
2746
+ GOOGLE_SOLD_RESERVATION_IMPRESSIONS = 126
2747
+
2748
+ # Total impressions from the Google Ad Manager server, AdSense,
2749
+ # Ad Exchange, and yield group partners.
2750
+ IMPRESSIONS = 1
2751
+
2752
+ # The number of filled pod requests (filled by partner or Google) in
2753
+ # partner sales.
2754
+ PARTNER_SALES_FILLED_POD_REQUESTS = 135
2755
+
2756
+ # The percent of filled requests to total ad requests in
2757
+ # partner sales.
2758
+ PARTNER_SALES_FILL_RATE = 136
2759
+
2760
+ # The percent of partner filled requests to total ad requests
2761
+ # in partner sales.
2762
+ PARTNER_SALES_PARTNER_MATCH_RATE = 137
2763
+
2764
+ # The number of queries eligible for partner sales.
2765
+ PARTNER_SALES_QUERIES = 132
2766
+
2767
+ # The number of partner unfilled impressions in partner sales.
2768
+ # If a pod request is not filled by partner but filled by Google, this
2769
+ # metric will still count 1.
2770
+ PARTNER_SALES_UNFILLED_IMPRESSIONS = 133
2771
+
2772
+ # The number of partner unmatched queries in partner sales.
2773
+ # If an ad request is not filled by partner but filled by Google, this
2774
+ # metric will still count 1.
2775
+ PARTNER_SALES_UNMATCHED_QUERIES = 134
2776
+
2777
+ # The number of code served sold by partner in partner sales.
2778
+ PARTNER_SOLD_CODE_SERVED = 125
2779
+
2780
+ # The number of coviewed impressions sold by partner in partner sales.
2781
+ PARTNER_SOLD_COVIEWED_IMPRESSIONS = 124
2782
+
2783
+ # The number of impressions sold by partner in partner sales.
2784
+ PARTNER_SOLD_IMPRESSIONS = 123
2785
+
2786
+ # The total number of ad requests eligible for programmatic inventory,
2787
+ # including Programmatic Guaranteed, Preferred Deals, backfill, and open
2788
+ # auction.
2789
+ PROGRAMMATIC_ELIGIBLE_AD_REQUESTS = 177
2790
+
2791
+ # The number of programmatic responses served divided by the number of
2792
+ # programmatic eligible ad requests. Includes Ad Exchange, Open Bidding,
2793
+ # and Preferred Deals.
2794
+ PROGRAMMATIC_MATCH_RATE = 178
2795
+
2796
+ # Total number of ad responses served from programmatic demand sources.
2797
+ # Includes Ad Exchange, Open Bidding, and Preferred Deals.
2798
+ #
2799
+ # Differs from AD_EXCHANGE_RESPONSES_SERVED, which doesn't include Open
2800
+ # Bidding ad requests.
2801
+ PROGRAMMATIC_RESPONSES_SERVED = 176
2802
+
2803
+ # The total number of times that an ad is served by the ad server including
2804
+ # dynamic allocation.
2805
+ RESPONSES_SERVED = 39
2806
+
2807
+ # Total amount of CPM, CPC, and CPD revenue based on the number of units
2808
+ # served by the Google Ad Manager server, AdSense, Ad Exchange, and
2809
+ # third-party Mediation networks.
2810
+ REVENUE = 36
2811
+
2812
+ # Total amount of revenue (excluding CPD) based on the number of units
2813
+ # served by the Google Ad Manager server, AdSense, Ad Exchange, and
2814
+ # third-party Mediation networks.
2815
+ REVENUE_WITHOUT_CPD = 4
2816
+
2817
+ # Number of times a yield group buyer successfully returned a bid in
2818
+ # response to a yield group callout.
2819
+ SUCCESSFUL_RESPONSES = 84
2820
+
2821
+ # The total number of missed impressions due to the ad servers' inability
2822
+ # to find ads to serve including dynamic allocation.
2823
+ UNFILLED_IMPRESSIONS = 45
2824
+
2825
+ # The total number of times that an ad is not returned by the ad server.
2826
+ UNMATCHED_AD_REQUESTS = 43
2827
+
2828
+ # Number of times an Offerwall message was shown to users.
2829
+ USER_MESSAGES_OFFERWALL_MESSAGES_SHOWN = 121
2830
+
2831
+ # The number of messages where the user gained an entitlement.
2832
+ USER_MESSAGES_OFFERWALL_SUCCESSFUL_ENGAGEMENTS = 122
2833
+
2834
+ # The number of user interactions with a video, on average, such as pause,
2835
+ # full screen, mute, etc.
2836
+ VIDEO_INTERACTION_AVERAGE_INTERACTION_RATE = 92
2837
+
2838
+ # The number of times a user collapses a video, either to its original size
2839
+ # or to a different size.
2840
+ VIDEO_INTERACTION_COLLAPSES = 93
2841
+
2842
+ # The number of times a user expands a video.
2843
+ VIDEO_INTERACTION_EXPANDS = 95
2844
+
2845
+ # The number of times ad clip played in full screen mode.
2846
+ VIDEO_INTERACTION_FULL_SCREENS = 96
2847
+
2848
+ # The number of times video player was in mute state during play of ad
2849
+ # clip.
2850
+ VIDEO_INTERACTION_MUTES = 97
2851
+
2852
+ # The number of times user paused ad clip.
2853
+ VIDEO_INTERACTION_PAUSES = 98
2854
+
2855
+ # The number of times the user unpaused the video.
2856
+ VIDEO_INTERACTION_RESUMES = 99
2857
+
2858
+ # The number of times a user rewinds the video.
2859
+ VIDEO_INTERACTION_REWINDS = 100
2860
+
2861
+ # The number of times a user unmutes the video.
2862
+ VIDEO_INTERACTION_UNMUTES = 101
2863
+
2864
+ # The number of times a skippable video is skipped.
2865
+ VIDEO_INTERACTION_VIDEO_SKIPS = 102
2866
+
2867
+ # The number of total creative serves in video realtime reporting.
2868
+ VIDEO_REAL_TIME_CREATIVE_SERVES = 139
2869
+
2870
+ # The number of errors of type 100 in video realtime reporting.
2871
+ VIDEO_REAL_TIME_ERROR_100_COUNT = 143
2872
+
2873
+ # The number of errors of type 101 in video realtime reporting.
2874
+ VIDEO_REAL_TIME_ERROR_101_COUNT = 144
2875
+
2876
+ # The number of errors of type 102 in video realtime reporting.
2877
+ VIDEO_REAL_TIME_ERROR_102_COUNT = 145
2878
+
2879
+ # The number of errors of type 200 in video realtime reporting.
2880
+ VIDEO_REAL_TIME_ERROR_200_COUNT = 146
2881
+
2882
+ # The number of errors of type 201 in video realtime reporting.
2883
+ VIDEO_REAL_TIME_ERROR_201_COUNT = 147
2884
+
2885
+ # The number of errors of type 202 in video realtime reporting.
2886
+ VIDEO_REAL_TIME_ERROR_202_COUNT = 148
2887
+
2888
+ # The number of errors of type 203 in video realtime reporting.
2889
+ VIDEO_REAL_TIME_ERROR_203_COUNT = 149
2890
+
2891
+ # The number of errors of type 300 in video realtime reporting.
2892
+ VIDEO_REAL_TIME_ERROR_300_COUNT = 150
2893
+
2894
+ # The number of errors of type 301 in video realtime reporting.
2895
+ VIDEO_REAL_TIME_ERROR_301_COUNT = 151
2896
+
2897
+ # The number of errors of type 302 in video realtime reporting.
2898
+ VIDEO_REAL_TIME_ERROR_302_COUNT = 152
2899
+
2900
+ # The number of errors of type 303 in video realtime reporting.
2901
+ VIDEO_REAL_TIME_ERROR_303_COUNT = 153
2902
+
2903
+ # The number of errors of type 400 in video realtime reporting.
2904
+ VIDEO_REAL_TIME_ERROR_400_COUNT = 154
2905
+
2906
+ # The number of errors of type 401 in video realtime reporting.
2907
+ VIDEO_REAL_TIME_ERROR_401_COUNT = 155
2908
+
2909
+ # The number of errors of type 402 in video realtime reporting.
2910
+ VIDEO_REAL_TIME_ERROR_402_COUNT = 156
2911
+
2912
+ # The number of errors of type 403 in video realtime reporting.
2913
+ VIDEO_REAL_TIME_ERROR_403_COUNT = 157
2914
+
2915
+ # The number of errors of type 405 in video realtime reporting.
2916
+ VIDEO_REAL_TIME_ERROR_405_COUNT = 158
2917
+
2918
+ # The number of errors of type 406 in video realtime reporting.
2919
+ VIDEO_REAL_TIME_ERROR_406_COUNT = 159
2920
+
2921
+ # The number of errors of type 407 in video realtime reporting.
2922
+ VIDEO_REAL_TIME_ERROR_407_COUNT = 160
2923
+
2924
+ # The number of errors of type 408 in video realtime reporting.
2925
+ VIDEO_REAL_TIME_ERROR_408_COUNT = 161
2926
+
2927
+ # The number of errors of type 409 in video realtime reporting.
2928
+ VIDEO_REAL_TIME_ERROR_409_COUNT = 162
2929
+
2930
+ # The number of errors of type 410 in video realtime reporting.
2931
+ VIDEO_REAL_TIME_ERROR_410_COUNT = 163
2932
+
2933
+ # The number of errors of type 500 in video realtime reporting.
2934
+ VIDEO_REAL_TIME_ERROR_500_COUNT = 164
2935
+
2936
+ # The number of errors of type 501 in video realtime reporting.
2937
+ VIDEO_REAL_TIME_ERROR_501_COUNT = 165
2938
+
2939
+ # The number of errors of type 502 in video realtime reporting.
2940
+ VIDEO_REAL_TIME_ERROR_502_COUNT = 166
2941
+
2942
+ # The number of errors of type 503 in video realtime reporting.
2943
+ VIDEO_REAL_TIME_ERROR_503_COUNT = 167
2944
+
2945
+ # The number of errors of type 600 in video realtime reporting.
2946
+ VIDEO_REAL_TIME_ERROR_600_COUNT = 168
2947
+
2948
+ # The number of errors of type 601 in video realtime reporting.
2949
+ VIDEO_REAL_TIME_ERROR_601_COUNT = 169
2950
+
2951
+ # The number of errors of type 602 in video realtime reporting.
2952
+ VIDEO_REAL_TIME_ERROR_602_COUNT = 170
2953
+
2954
+ # The number of errors of type 603 in video realtime reporting.
2955
+ VIDEO_REAL_TIME_ERROR_603_COUNT = 171
2956
+
2957
+ # The number of errors of type 604 in video realtime reporting.
2958
+ VIDEO_REAL_TIME_ERROR_604_COUNT = 172
2959
+
2960
+ # The number of errors of type 900 in video realtime reporting.
2961
+ VIDEO_REAL_TIME_ERROR_900_COUNT = 173
2962
+
2963
+ # The number of errors of type 901 in video realtime reporting.
2964
+ VIDEO_REAL_TIME_ERROR_901_COUNT = 174
2965
+
2966
+ # The number of total impressions in video realtime reporting.
2967
+ VIDEO_REAL_TIME_IMPRESSIONS = 138
2968
+
2969
+ # The number of matched queries in video realtime reporting.
2970
+ VIDEO_REAL_TIME_MATCHED_QUERIES = 140
2971
+
2972
+ # The number of all errors in video realtime reporting.
2973
+ VIDEO_REAL_TIME_TOTAL_ERROR_COUNT = 175
2974
+
2975
+ # The number of total queries in video realtime reporting.
2976
+ VIDEO_REAL_TIME_TOTAL_QUERIES = 142
2977
+
2978
+ # The number of unmatched queries in video realtime reporting.
2979
+ VIDEO_REAL_TIME_UNMATCHED_QUERIES = 141
2980
+
2981
+ # Number of times that the publisher specified a video ad played
2982
+ # automatically.
2983
+ VIDEO_VIEWERSHIP_AUTO_PLAYS = 103
2984
+
2985
+ # Average percentage of the video watched by users.
2986
+ VIDEO_VIEWERSHIP_AVERAGE_VIEW_RATE = 104
2987
+
2988
+ # Average time(seconds) users watched the video.
2989
+ VIDEO_VIEWERSHIP_AVERAGE_VIEW_TIME = 105
2990
+
2991
+ # Number of times that the publisher specified a video ad was clicked to
2992
+ # play.
2993
+ VIDEO_VIEWERSHIP_CLICK_TO_PLAYS = 106
2994
+
2995
+ # The number of times the video played to completion.
2996
+ VIDEO_VIEWERSHIP_COMPLETES = 107
2997
+
2998
+ # Percentage of times the video played to the end.
2999
+ VIDEO_VIEWERSHIP_COMPLETION_RATE = 108
3000
+
3001
+ # The number of engaged views: ad is viewed to completion or for 30s,
3002
+ # whichever comes first.
3003
+ VIDEO_VIEWERSHIP_ENGAGED_VIEWS = 109
3004
+
3005
+ # The number of times the video played to 25% of its length.
3006
+ VIDEO_VIEWERSHIP_FIRST_QUARTILES = 110
3007
+
3008
+ # The number of times the video reached its midpoint during play.
3009
+ VIDEO_VIEWERSHIP_MIDPOINTS = 111
3010
+
3011
+ # The number of times a skip button is shown in video.
3012
+ VIDEO_VIEWERSHIP_SKIP_BUTTONS_SHOWN = 112
3013
+
3014
+ # The number of impressions where the video was played.
3015
+ VIDEO_VIEWERSHIP_STARTS = 113
3016
+
3017
+ # The number of times the video played to 75% of its length.
3018
+ VIDEO_VIEWERSHIP_THIRD_QUARTILES = 114
3019
+
3020
+ # The number of times an error occurred, such as a VAST redirect error, a
3021
+ # video playback error, or an invalid response error.
3022
+ VIDEO_VIEWERSHIP_TOTAL_ERROR_COUNT = 115
3023
+
3024
+ # The percentage of video error count.
3025
+ VIDEO_VIEWERSHIP_TOTAL_ERROR_RATE = 94
3026
+
3027
+ # Duration of the video creative.
3028
+ VIDEO_VIEWERSHIP_VIDEO_LENGTH = 116
3029
+
3030
+ # View-through rate represented as a percentage.
3031
+ VIDEO_VIEWERSHIP_VIEW_THROUGH_RATE = 117
3032
+
3033
+ # The estimated net rate for yield groups or individual
3034
+ # yield group partners.
3035
+ YIELD_GROUP_ESTIMATED_CPM = 88
3036
+
3037
+ # Total net revenue earned by a yield group, based upon the yield group
3038
+ # estimated CPM and yield group impressions recorded.
3039
+ YIELD_GROUP_ESTIMATED_REVENUE = 87
3040
+
3041
+ # Number of matched yield group requests where a yield partner delivered
3042
+ # their ad to publisher inventory.
3043
+ YIELD_GROUP_IMPRESSIONS = 85
3044
+
3045
+ # Yield group Mediation fill rate indicating how often a network
3046
+ # fills an ad request.
3047
+ YIELD_GROUP_MEDIATION_FILL_RATE = 89
3048
+
3049
+ # Total requests where a Mediation chain was served.
3050
+ YIELD_GROUP_MEDIATION_MATCHED_QUERIES = 86
3051
+
3052
+ # The number of mediation chain passback across all channels.
3053
+ YIELD_GROUP_MEDIATION_PASSBACKS = 118
3054
+
3055
+ # Revenue per thousand impressions based on data collected by Ad Manager
3056
+ # from third-party ad network reports.
3057
+ YIELD_GROUP_MEDIATION_THIRD_PARTY_ECPM = 90
3058
+ end
3059
+
3060
+ # Possible metric value types to add.
3061
+ module MetricValueType
3062
+ # The values for the primary date_range.
3063
+ PRIMARY = 0
3064
+
3065
+ # Each metrics' percent of the total for the primary date_range.
3066
+ PRIMARY_PERCENT_OF_TOTAL = 1
3067
+
3068
+ # The values for the comparison_date_range.
3069
+ COMPARISON = 2
3070
+
3071
+ # Each metrics' percent of the total for the comparison_date_range.
3072
+ COMPARISON_PERCENT_OF_TOTAL = 3
3073
+
3074
+ # The absolute change between the primary and comparison date ranges.
3075
+ ABSOLUTE_CHANGE = 4
3076
+
3077
+ # The relative change between the primary and comparison date ranges.
3078
+ RELATIVE_CHANGE = 5
3079
+ end
3080
+
3081
+ # Supported report types.
3082
+ module ReportType
3083
+ # Default value. This value is unused.
3084
+ REPORT_TYPE_UNSPECIFIED = 0
3085
+
3086
+ # Historical.
3087
+ HISTORICAL = 1
3088
+ end
3089
+
3090
+ # The visibility of a report.
3091
+ module Visibility
3092
+ # Default value. Reports with hidden visibility will not appear in the Ad
3093
+ # Manager UI.
3094
+ HIDDEN = 0
3095
+
3096
+ # Reports with draft visibility will appear in the Ad Manager UI only if
3097
+ # the user has configured the UI to show them.
3098
+ DRAFT = 1
3099
+
3100
+ # Reports with saved visibility will appear in the Ad Manager UI by
3101
+ # default.
3102
+ SAVED = 2
3103
+ end
3104
+ end
3105
+
3106
+ # Request message for a running a report.
3107
+ # @!attribute [rw] name
3108
+ # @return [::String]
3109
+ # Required. The report to run.
3110
+ # Format: `networks/{network_code}/reports/{report_id}`
3111
+ class RunReportRequest
3112
+ include ::Google::Protobuf::MessageExts
3113
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3114
+ end
3115
+
3116
+ # `RunReport` operation metadata.
3117
+ # @!attribute [rw] percent_complete
3118
+ # @return [::Integer]
3119
+ # An estimate of how close this report is to being completed. Will always be
3120
+ # 100 for failed and completed reports.
3121
+ # @!attribute [rw] report
3122
+ # @return [::String]
3123
+ # The result's parent report.
3124
+ class RunReportMetadata
3125
+ include ::Google::Protobuf::MessageExts
3126
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3127
+ end
3128
+
3129
+ # Response message for a completed `RunReport` operation.
3130
+ # @!attribute [rw] report_result
3131
+ # @return [::String]
3132
+ # The unique name of the generated result. Use with `FetchReportResultRows`
3133
+ # to retrieve data.
3134
+ class RunReportResponse
3135
+ include ::Google::Protobuf::MessageExts
3136
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3137
+ end
3138
+
3139
+ # Request object for `GetReport` method.
3140
+ # @!attribute [rw] name
3141
+ # @return [::String]
3142
+ # Required. The resource name of the report.
3143
+ # Format: `networks/{network_code}/reports/{report_id}`
3144
+ class GetReportRequest
3145
+ include ::Google::Protobuf::MessageExts
3146
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3147
+ end
3148
+
3149
+ # Request object for `ListReports` method.
3150
+ # @!attribute [rw] parent
3151
+ # @return [::String]
3152
+ # Required. The parent, which owns this collection of reports.
3153
+ # Format: `networks/{network_code}`
3154
+ # @!attribute [rw] page_size
3155
+ # @return [::Integer]
3156
+ # Optional. The maximum number of `Reports` to return. The service may return
3157
+ # fewer than this value. If unspecified, at most 50 `Reports` will be
3158
+ # returned. The maximum value is 1000; values above 1000 will be coerced to
3159
+ # 1000.
3160
+ # @!attribute [rw] page_token
3161
+ # @return [::String]
3162
+ # Optional. A page token, received from a previous `ListReports` call.
3163
+ # Provide this to retrieve the subsequent page.
3164
+ #
3165
+ # When paginating, all other parameters provided to `ListReports` must
3166
+ # match the call that provided the page token.
3167
+ # @!attribute [rw] filter
3168
+ # @return [::String]
3169
+ # Optional. Expression to filter the response.
3170
+ # See syntax details at
3171
+ # https://developers.google.com/ad-manager/api/beta/filters
3172
+ # @!attribute [rw] order_by
3173
+ # @return [::String]
3174
+ # Optional. Expression to specify sorting order.
3175
+ # See syntax details at
3176
+ # https://developers.google.com/ad-manager/api/beta/filters#order
3177
+ # @!attribute [rw] skip
3178
+ # @return [::Integer]
3179
+ # Optional. Number of individual resources to skip while paginating.
3180
+ class ListReportsRequest
3181
+ include ::Google::Protobuf::MessageExts
3182
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3183
+ end
3184
+
3185
+ # Response object for `ListReportsResponse` containing matching `Report`
3186
+ # objects.
3187
+ # @!attribute [rw] reports
3188
+ # @return [::Array<::Google::Ads::AdManager::V1::Report>]
3189
+ # The `Report` objects from the specified network.
3190
+ # @!attribute [rw] next_page_token
3191
+ # @return [::String]
3192
+ # A token, which can be sent as `page_token` to retrieve the next page.
3193
+ # If this field is omitted, there are no subsequent pages.
3194
+ # @!attribute [rw] total_size
3195
+ # @return [::Integer]
3196
+ # Total number of `Report` objects.
3197
+ # If a filter was included in the request, this reflects the total number
3198
+ # after the filtering is applied.
3199
+ #
3200
+ # `total_size` will not be calculated in the response unless it has been
3201
+ # included in a response field mask. The response field mask can be provided
3202
+ # to the method by using the URL parameter `$fields` or `fields`, or by using
3203
+ # the HTTP/gRPC header `X-Goog-FieldMask`.
3204
+ #
3205
+ # For more information, see
3206
+ # https://developers.google.com/ad-manager/api/beta/field-masks
3207
+ class ListReportsResponse
3208
+ include ::Google::Protobuf::MessageExts
3209
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3210
+ end
3211
+
3212
+ # Request object for `CreateReport` method.
3213
+ # @!attribute [rw] parent
3214
+ # @return [::String]
3215
+ # Required. The parent resource where this `Report` will be created.
3216
+ # Format: `networks/{network_code}`
3217
+ # @!attribute [rw] report
3218
+ # @return [::Google::Ads::AdManager::V1::Report]
3219
+ # Required. The `Report` to create.
3220
+ class CreateReportRequest
3221
+ include ::Google::Protobuf::MessageExts
3222
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3223
+ end
3224
+
3225
+ # Request object for `UpdateReport` method.
3226
+ # @!attribute [rw] report
3227
+ # @return [::Google::Ads::AdManager::V1::Report]
3228
+ # Required. The `Report` to update.
3229
+ # @!attribute [rw] update_mask
3230
+ # @return [::Google::Protobuf::FieldMask]
3231
+ # Required. The list of fields to update.
3232
+ class UpdateReportRequest
3233
+ include ::Google::Protobuf::MessageExts
3234
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3235
+ end
3236
+
3237
+ # The request message for the fetch report result rows endpoint.
3238
+ # @!attribute [rw] name
3239
+ # @return [::String]
3240
+ # The report result being fetched.
3241
+ # Format:
3242
+ # `networks/{network_code}/reports/{report_id}/results/{report_result_id}`
3243
+ # @!attribute [rw] page_size
3244
+ # @return [::Integer]
3245
+ # Optional. The maximum number of rows to return. The service may return
3246
+ # fewer than this value. If unspecified, at most 1,000 rows will be returned.
3247
+ # The maximum value is 10,000; values above 10,000 will be reduced to 10,000.
3248
+ # @!attribute [rw] page_token
3249
+ # @return [::String]
3250
+ # Optional. A page token, received from a previous `FetchReportResultRows`
3251
+ # call. Provide this to retrieve the second and subsequent batches of rows.
3252
+ class FetchReportResultRowsRequest
3253
+ include ::Google::Protobuf::MessageExts
3254
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3255
+ end
3256
+
3257
+ # The response message for the fetch report result rows endpoint.
3258
+ # @!attribute [rw] rows
3259
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::DataTable::Row>]
3260
+ # Up to `page_size` rows of report data.
3261
+ # @!attribute [rw] run_time
3262
+ # @return [::Google::Protobuf::Timestamp]
3263
+ # The time at which the report was scheduled to run. For non-scheduled
3264
+ # reports, this is the time at which the report was requested to be run.
3265
+ # @!attribute [rw] date_ranges
3266
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange>]
3267
+ # The computed fixed date ranges this report includes.
3268
+ # Only returned with the first page of results (when page_token is not
3269
+ # included in the request).
3270
+ # @!attribute [rw] comparison_date_ranges
3271
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange>]
3272
+ # The computed comparison fixed date ranges this report includes.
3273
+ # Only returned with the first page of results (when page_token is not
3274
+ # included in the request).
3275
+ # @!attribute [rw] total_row_count
3276
+ # @return [::Integer]
3277
+ # The total number of rows available from this report. Useful for
3278
+ # pagination.
3279
+ # Only returned with the first page of results (when page_token is not
3280
+ # included in the request).
3281
+ # @!attribute [rw] next_page_token
3282
+ # @return [::String]
3283
+ # A token that can be sent as `page_token` to retrieve the next page.
3284
+ # If this field is omitted, there are no subsequent pages.
3285
+ class FetchReportResultRowsResponse
3286
+ include ::Google::Protobuf::MessageExts
3287
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3288
+ end
3289
+
3290
+ # The definition of how a report should be run.
3291
+ # @!attribute [rw] dimensions
3292
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Dimension>]
3293
+ # Required. The list of dimensions to report on. If empty, the report will
3294
+ # have no dimensions, and any metrics will be totals.
3295
+ # @!attribute [rw] metrics
3296
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Metric>]
3297
+ # Required. The list of metrics to report on. If empty, the report will have
3298
+ # no metrics.
3299
+ # @!attribute [rw] filters
3300
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Filter>]
3301
+ # Optional. The filters for this report.
3302
+ # @!attribute [rw] time_zone
3303
+ # @return [::String]
3304
+ # Optional. The time zone the date range is defined in for this report.
3305
+ # Defaults to publisher's time zone if not specified. Time zone in IANA
3306
+ # format. Acceptable values depend on the report type. Publisher time zone is
3307
+ # always accepted. Use "America/Los_Angeles" for pacific time, or "Etc/UTC"
3308
+ # for UTC.
3309
+ # @!attribute [rw] currency_code
3310
+ # @return [::String]
3311
+ # Optional. The ISO 4217 currency code for this report. Defaults to publisher
3312
+ # currency code if not specified.
3313
+ # @!attribute [rw] date_range
3314
+ # @return [::Google::Ads::AdManager::V1::Report::DateRange]
3315
+ # Required. The primary date range of this report.
3316
+ # @!attribute [rw] comparison_date_range
3317
+ # @return [::Google::Ads::AdManager::V1::Report::DateRange]
3318
+ # Optional. The comparison date range of this report. If unspecified, the
3319
+ # report will not have any comparison metrics.
3320
+ # @!attribute [rw] custom_dimension_key_ids
3321
+ # @return [::Array<::Integer>]
3322
+ # Optional. Custom Dimension keys that represent CUSTOM_DIMENSION_*
3323
+ # dimensions. The index of this repeated field corresponds to the index on
3324
+ # each dimension. For example, custom_dimension_key_ids[0] describes
3325
+ # CUSTOM_DIMENSION_0_VALUE_ID and CUSTOM_DIMENSION_0_VALUE.
3326
+ # @!attribute [rw] line_item_custom_field_ids
3327
+ # @return [::Array<::Integer>]
3328
+ # Optional. Custom field IDs that represent LINE_ITEM_CUSTOM_FIELD_*
3329
+ # dimensions. The index of this repeated field corresponds to the index on
3330
+ # each dimension. For example, line_item_custom_field_ids[0] describes
3331
+ # LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID and LINE_ITEM_CUSTOM_FIELD_0_VALUE.
3332
+ # @!attribute [rw] order_custom_field_ids
3333
+ # @return [::Array<::Integer>]
3334
+ # Optional. Custom field IDs that represent ORDER_CUSTOM_FIELD_*
3335
+ # dimensions. The index of this repeated field corresponds to the index on
3336
+ # each dimension. For example, order_custom_field_ids[0] describes
3337
+ # ORDER_CUSTOM_FIELD_0_OPTION_ID and ORDER_CUSTOM_FIELD_0_VALUE.
3338
+ # @!attribute [rw] creative_custom_field_ids
3339
+ # @return [::Array<::Integer>]
3340
+ # Optional. Custom field IDs that represent CREATIVE_CUSTOM_FIELD_*
3341
+ # dimensions. The index of this repeated field corresponds to the index on
3342
+ # each dimension. For example, creative_custom_field_ids[0] describes
3343
+ # CREATIVE_CUSTOM_FIELD_0_OPTION_ID and CREATIVE_CUSTOM_FIELD_0_VALUE.
3344
+ # @!attribute [rw] report_type
3345
+ # @return [::Google::Ads::AdManager::V1::Report::ReportType]
3346
+ # Required. The type of this report.
3347
+ # @!attribute [rw] time_period_column
3348
+ # @return [::Google::Ads::AdManager::V1::Report::TimePeriodColumn]
3349
+ # Optional. Include a time period column to introduce comparison columns in
3350
+ # the report for each generated period. For example, set to "QUARTERS" here
3351
+ # to have a column for each quarter present in the primary date range. If
3352
+ # "PREVIOUS PERIOD" is specified in comparison_date_range, then each quarter
3353
+ # column will also include comparison values for its relative previous
3354
+ # quarter.
3355
+ # @!attribute [rw] flags
3356
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Flag>]
3357
+ # Optional. List of flags for this report. Used to flag rows in a result set
3358
+ # based on a set of defined filters.
3359
+ # @!attribute [rw] sorts
3360
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Sort>]
3361
+ # Optional. Default sorts to apply to this report.
3362
+ class ReportDefinition
3363
+ include ::Google::Protobuf::MessageExts
3364
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3365
+ end
3366
+
3367
+ # The options for a scheduled report.
3368
+ # @!attribute [rw] schedule
3369
+ # @return [::Google::Ads::AdManager::V1::Schedule]
3370
+ # Information pertaining to schedule itself.
3371
+ # @!attribute [rw] delivery_condition
3372
+ # @return [::Google::Ads::AdManager::V1::ScheduleOptions::DeliveryCondition]
3373
+ # Option for when to deliver the scheduled report.
3374
+ # @!attribute [rw] flags
3375
+ # @return [::Array<::Google::Ads::AdManager::V1::Report::Flag>]
3376
+ # Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT
3377
+ # is specified.
3378
+ class ScheduleOptions
3379
+ include ::Google::Protobuf::MessageExts
3380
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3381
+
3382
+ # Condition for when to email the scheduled report.
3383
+ module DeliveryCondition
3384
+ # Never deliver report.
3385
+ NEVER = 0
3386
+
3387
+ # Always deliver report.
3388
+ ALWAYS = 1
3389
+
3390
+ # Deliver report when flag's conditions are met.
3391
+ WHEN_FLAG_CONDITIONS_MET = 2
3392
+ end
3393
+ end
3394
+
3395
+ # The schedule for the report
3396
+ # @!attribute [rw] weekly_schedule
3397
+ # @return [::Google::Ads::AdManager::V1::Schedule::WeeklySchedule]
3398
+ # Days of week to schedule report run.
3399
+ # @!attribute [rw] monthly_schedule
3400
+ # @return [::Google::Ads::AdManager::V1::Schedule::MonthlySchedule]
3401
+ # Days of month to schedule report run.
3402
+ # @!attribute [rw] start_date
3403
+ # @return [::Google::Type::Date]
3404
+ # Date for the first run of the report.
3405
+ # @!attribute [rw] end_date
3406
+ # @return [::Google::Type::Date]
3407
+ # Date for the final run of the report.
3408
+ # @!attribute [rw] frequency
3409
+ # @return [::Google::Ads::AdManager::V1::Schedule::Frequency]
3410
+ # Frequency to run report.
3411
+ # @!attribute [rw] start_time
3412
+ # @return [::Google::Type::TimeOfDay]
3413
+ # Indicates start time for schedule to run
3414
+ # Will use the time_zone from `ReportDefinition`. Defaults
3415
+ # to the publisher's time zone if not specified.
3416
+ #
3417
+ # For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this
3418
+ # will be the time of day that the first report will run on the first day.
3419
+ # For example, if the start time is 2:00 PM, and the frequency is
3420
+ # THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM,
3421
+ # 10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM,
3422
+ # 2:00 PM, 10:00 PM.
3423
+ class Schedule
3424
+ include ::Google::Protobuf::MessageExts
3425
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3426
+
3427
+ # Days of week to schedule report run.
3428
+ # @!attribute [rw] weekly_scheduled_days
3429
+ # @return [::Array<::Google::Type::DayOfWeek>]
3430
+ # Specifies days of the week on which to run report.
3431
+ class WeeklySchedule
3432
+ include ::Google::Protobuf::MessageExts
3433
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3434
+ end
3435
+
3436
+ # Days of Month to schedule report run.
3437
+ # @!attribute [rw] monthly_scheduled_days
3438
+ # @return [::Array<::Integer>]
3439
+ # Specifies days of the month to run report. Range is from 1-31.
3440
+ # Will ignore days that are not valid for the given month.
3441
+ class MonthlySchedule
3442
+ include ::Google::Protobuf::MessageExts
3443
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3444
+ end
3445
+
3446
+ # Frequency to run report.
3447
+ module Frequency
3448
+ # No Frequency specified.
3449
+ FREQUENCY_UNSPECIFIED = 0
3450
+
3451
+ # Schedule report to run every hour.
3452
+ HOURLY = 1
3453
+
3454
+ # Schedule report to run twice a day (every 12 hours).
3455
+ TWO_TIMES_DAILY = 2
3456
+
3457
+ # Schedule report to run three times a day (every 8 hours).
3458
+ THREE_TIMES_DAILY = 3
3459
+
3460
+ # Schedule report to run four times a day (every 6 hours).
3461
+ FOUR_TIMES_DAILY = 4
3462
+
3463
+ # Schedule report to run on a daily basis.
3464
+ DAILY = 5
3465
+
3466
+ # Schedule report to run on a weekly basis.
3467
+ WEEKLY = 6
3468
+
3469
+ # Schedule report to run on a monthly basis.
3470
+ MONTHLY = 7
3471
+ end
3472
+ end
3473
+ end
3474
+ end
3475
+ end
3476
+ end