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