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
@@ -21,3118 +21,6 @@ module Google
21
21
  module Ads
22
22
  module AdManager
23
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
- # Information about domain or subdomains.
1636
- SITE = 387
1637
-
1638
- # The ID of the browser, device or other environment into which a line item
1639
- # or creative was served.
1640
- TARGETING_ID = 232
1641
-
1642
- # Information about the browser, device and other environments into which
1643
- # a line item or creative was served.
1644
- TARGETING_NAME = 233
1645
-
1646
- # The way in which advertisers targeted their ads.
1647
- TARGETING_TYPE = 385
1648
-
1649
- # The localized name of the way in which advertisers targeted their ads.
1650
- TARGETING_TYPE_NAME = 386
1651
-
1652
- # Inventory Traffic source dimension
1653
- TRAFFIC_SOURCE = 388
1654
-
1655
- # Inventory Traffic source dimension name
1656
- TRAFFIC_SOURCE_NAME = 389
1657
-
1658
- # Unified pricing rule ID dimension
1659
- UNIFIED_PRICING_RULE_ID = 393
1660
-
1661
- # Unified pricing rule name dimension
1662
- UNIFIED_PRICING_RULE_NAME = 394
1663
-
1664
- # The video placement enum as defined by ADCOM 1.0-202303.
1665
- VIDEO_PLCMT = 172
1666
-
1667
- # The localized name of the video placement as defined by ADCOM 1.0-202303.
1668
- VIDEO_PLCMT_NAME = 173
1669
-
1670
- # Breaks down reporting data by week of the year.
1671
- WEEK = 5
1672
-
1673
- # Name of the company within a yield group
1674
- YIELD_GROUP_BUYER_NAME = 184
1675
-
1676
- # ID of the group of ad networks or exchanges used for Mediation and Open
1677
- # Bidding
1678
- YIELD_GROUP_ID = 182
1679
-
1680
- # Name of the group of ad networks or exchanges used for Mediation and Open
1681
- # Bidding
1682
- YIELD_GROUP_NAME = 183
1683
-
1684
- # Custom field option ID for Line Item with custom field ID equal to the ID
1685
- # in index 0 of `ReportDefinition.line_item_custom_field_ids`.
1686
- LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID = 10_000
1687
-
1688
- # Custom field option ID for Line Item with custom field ID equal to the ID
1689
- # in index 1 of `ReportDefinition.line_item_custom_field_ids`.
1690
- LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID = 10_001
1691
-
1692
- # Custom field option ID for Line Item with custom field ID equal to the ID
1693
- # in index 2 of `ReportDefinition.line_item_custom_field_ids`.
1694
- LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID = 10_002
1695
-
1696
- # Custom field option ID for Line Item with custom field ID equal to the ID
1697
- # in index 3 of `ReportDefinition.line_item_custom_field_ids`.
1698
- LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID = 10_003
1699
-
1700
- # Custom field option ID for Line Item with custom field ID equal to the ID
1701
- # in index 4 of `ReportDefinition.line_item_custom_field_ids`.
1702
- LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID = 10_004
1703
-
1704
- # Custom field option ID for Line Item with custom field ID equal to the ID
1705
- # in index 5 of `ReportDefinition.line_item_custom_field_ids`.
1706
- LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID = 10_005
1707
-
1708
- # Custom field option ID for Line Item with custom field ID equal to the ID
1709
- # in index 6 of `ReportDefinition.line_item_custom_field_ids`.
1710
- LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID = 10_006
1711
-
1712
- # Custom field option ID for Line Item with custom field ID equal to the ID
1713
- # in index 7 of `ReportDefinition.line_item_custom_field_ids`.
1714
- LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID = 10_007
1715
-
1716
- # Custom field option ID for Line Item with custom field ID equal to the ID
1717
- # in index 8 of `ReportDefinition.line_item_custom_field_ids`.
1718
- LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID = 10_008
1719
-
1720
- # Custom field option ID for Line Item with custom field ID equal to the ID
1721
- # in index 9 of `ReportDefinition.line_item_custom_field_ids`.
1722
- LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID = 10_009
1723
-
1724
- # Custom field option ID for Line Item with custom field ID equal to the ID
1725
- # in index 10 of `ReportDefinition.line_item_custom_field_ids`.
1726
- LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID = 10_010
1727
-
1728
- # Custom field option ID for Line Item with custom field ID equal to the ID
1729
- # in index 11 of `ReportDefinition.line_item_custom_field_ids`.
1730
- LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID = 10_011
1731
-
1732
- # Custom field option ID for Line Item with custom field ID equal to the ID
1733
- # in index 12 of `ReportDefinition.line_item_custom_field_ids`.
1734
- LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID = 10_012
1735
-
1736
- # Custom field option ID for Line Item with custom field ID equal to the ID
1737
- # in index 13 of `ReportDefinition.line_item_custom_field_ids`.
1738
- LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID = 10_013
1739
-
1740
- # Custom field option ID for Line Item with custom field ID equal to the ID
1741
- # in index 14 of `ReportDefinition.line_item_custom_field_ids`.
1742
- LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID = 10_014
1743
-
1744
- # Custom field value for Line Item with custom field ID equal to the ID
1745
- # in index 0 of `ReportDefinition.line_item_custom_field_ids`.
1746
- LINE_ITEM_CUSTOM_FIELD_0_VALUE = 11_000
1747
-
1748
- # Custom field value for Line Item with custom field ID equal to the ID
1749
- # in index 1 of `ReportDefinition.line_item_custom_field_ids`.
1750
- LINE_ITEM_CUSTOM_FIELD_1_VALUE = 11_001
1751
-
1752
- # Custom field value for Line Item with custom field ID equal to the ID
1753
- # in index 2 of `ReportDefinition.line_item_custom_field_ids`.
1754
- LINE_ITEM_CUSTOM_FIELD_2_VALUE = 11_002
1755
-
1756
- # Custom field value for Line Item with custom field ID equal to the ID
1757
- # in index 3 of `ReportDefinition.line_item_custom_field_ids`.
1758
- LINE_ITEM_CUSTOM_FIELD_3_VALUE = 11_003
1759
-
1760
- # Custom field value for Line Item with custom field ID equal to the ID
1761
- # in index 4 of `ReportDefinition.line_item_custom_field_ids`.
1762
- LINE_ITEM_CUSTOM_FIELD_4_VALUE = 11_004
1763
-
1764
- # Custom field value for Line Item with custom field ID equal to the ID
1765
- # in index 5 of `ReportDefinition.line_item_custom_field_ids`.
1766
- LINE_ITEM_CUSTOM_FIELD_5_VALUE = 11_005
1767
-
1768
- # Custom field value for Line Item with custom field ID equal to the ID
1769
- # in index 6 of `ReportDefinition.line_item_custom_field_ids`.
1770
- LINE_ITEM_CUSTOM_FIELD_6_VALUE = 11_006
1771
-
1772
- # Custom field value for Line Item with custom field ID equal to the ID
1773
- # in index 7 of `ReportDefinition.line_item_custom_field_ids`.
1774
- LINE_ITEM_CUSTOM_FIELD_7_VALUE = 11_007
1775
-
1776
- # Custom field value for Line Item with custom field ID equal to the ID
1777
- # in index 8 of `ReportDefinition.line_item_custom_field_ids`.
1778
- LINE_ITEM_CUSTOM_FIELD_8_VALUE = 11_008
1779
-
1780
- # Custom field value for Line Item with custom field ID equal to the ID
1781
- # in index 9 of `ReportDefinition.line_item_custom_field_ids`.
1782
- LINE_ITEM_CUSTOM_FIELD_9_VALUE = 11_009
1783
-
1784
- # Custom field value for Line Item with custom field ID equal to the ID
1785
- # in index 10 of `ReportDefinition.line_item_custom_field_ids`.
1786
- LINE_ITEM_CUSTOM_FIELD_10_VALUE = 11_010
1787
-
1788
- # Custom field value for Line Item with custom field ID equal to the ID
1789
- # in index 11 of `ReportDefinition.line_item_custom_field_ids`.
1790
- LINE_ITEM_CUSTOM_FIELD_11_VALUE = 11_011
1791
-
1792
- # Custom field value for Line Item with custom field ID equal to the ID
1793
- # in index 12 of `ReportDefinition.line_item_custom_field_ids`.
1794
- LINE_ITEM_CUSTOM_FIELD_12_VALUE = 11_012
1795
-
1796
- # Custom field value for Line Item with custom field ID equal to the ID
1797
- # in index 13 of `ReportDefinition.line_item_custom_field_ids`.
1798
- LINE_ITEM_CUSTOM_FIELD_13_VALUE = 11_013
1799
-
1800
- # Custom field value for Line Item with custom field ID equal to the ID
1801
- # in index 14 of `ReportDefinition.line_item_custom_field_ids`.
1802
- LINE_ITEM_CUSTOM_FIELD_14_VALUE = 11_014
1803
-
1804
- # Custom field option ID for Order with custom field ID equal to the ID
1805
- # in index 0 of `ReportDefinition.order_custom_field_ids`.
1806
- ORDER_CUSTOM_FIELD_0_OPTION_ID = 12_000
1807
-
1808
- # Custom field option ID for Order with custom field ID equal to the ID
1809
- # in index 1 of `ReportDefinition.order_custom_field_ids`.
1810
- ORDER_CUSTOM_FIELD_1_OPTION_ID = 12_001
1811
-
1812
- # Custom field option ID for Order with custom field ID equal to the ID
1813
- # in index 2 of `ReportDefinition.order_custom_field_ids`.
1814
- ORDER_CUSTOM_FIELD_2_OPTION_ID = 12_002
1815
-
1816
- # Custom field option ID for Order with custom field ID equal to the ID
1817
- # in index 3 of `ReportDefinition.order_custom_field_ids`.
1818
- ORDER_CUSTOM_FIELD_3_OPTION_ID = 12_003
1819
-
1820
- # Custom field option ID for Order with custom field ID equal to the ID
1821
- # in index 4 of `ReportDefinition.order_custom_field_ids`.
1822
- ORDER_CUSTOM_FIELD_4_OPTION_ID = 12_004
1823
-
1824
- # Custom field option ID for Order with custom field ID equal to the ID
1825
- # in index 5 of `ReportDefinition.order_custom_field_ids`.
1826
- ORDER_CUSTOM_FIELD_5_OPTION_ID = 12_005
1827
-
1828
- # Custom field option ID for Order with custom field ID equal to the ID
1829
- # in index 6 of `ReportDefinition.order_custom_field_ids`.
1830
- ORDER_CUSTOM_FIELD_6_OPTION_ID = 12_006
1831
-
1832
- # Custom field option ID for Order with custom field ID equal to the ID
1833
- # in index 7 of `ReportDefinition.order_custom_field_ids`.
1834
- ORDER_CUSTOM_FIELD_7_OPTION_ID = 12_007
1835
-
1836
- # Custom field option ID for Order with custom field ID equal to the ID
1837
- # in index 8 of `ReportDefinition.order_custom_field_ids`.
1838
- ORDER_CUSTOM_FIELD_8_OPTION_ID = 12_008
1839
-
1840
- # Custom field option ID for Order with custom field ID equal to the ID
1841
- # in index 9 of `ReportDefinition.order_custom_field_ids`.
1842
- ORDER_CUSTOM_FIELD_9_OPTION_ID = 12_009
1843
-
1844
- # Custom field option ID for Order with custom field ID equal to the ID
1845
- # in index 10 of `ReportDefinition.order_custom_field_ids`.
1846
- ORDER_CUSTOM_FIELD_10_OPTION_ID = 12_010
1847
-
1848
- # Custom field option ID for Order with custom field ID equal to the ID
1849
- # in index 11 of `ReportDefinition.order_custom_field_ids`.
1850
- ORDER_CUSTOM_FIELD_11_OPTION_ID = 12_011
1851
-
1852
- # Custom field option ID for Order with custom field ID equal to the ID
1853
- # in index 12 of `ReportDefinition.order_custom_field_ids`.
1854
- ORDER_CUSTOM_FIELD_12_OPTION_ID = 12_012
1855
-
1856
- # Custom field option ID for Order with custom field ID equal to the ID
1857
- # in index 13 of `ReportDefinition.order_custom_field_ids`.
1858
- ORDER_CUSTOM_FIELD_13_OPTION_ID = 12_013
1859
-
1860
- # Custom field option ID for Order with custom field ID equal to the ID
1861
- # in index 14 of `ReportDefinition.order_custom_field_ids`.
1862
- ORDER_CUSTOM_FIELD_14_OPTION_ID = 12_014
1863
-
1864
- # Custom field value for Order with custom field ID equal to the ID
1865
- # in index 0 of `ReportDefinition.order_custom_field_ids`.
1866
- ORDER_CUSTOM_FIELD_0_VALUE = 13_000
1867
-
1868
- # Custom field value for Order with custom field ID equal to the ID
1869
- # in index 1 of `ReportDefinition.order_custom_field_ids`.
1870
- ORDER_CUSTOM_FIELD_1_VALUE = 13_001
1871
-
1872
- # Custom field value for Order with custom field ID equal to the ID
1873
- # in index 2 of `ReportDefinition.order_custom_field_ids`.
1874
- ORDER_CUSTOM_FIELD_2_VALUE = 13_002
1875
-
1876
- # Custom field value for Order with custom field ID equal to the ID
1877
- # in index 3 of `ReportDefinition.order_custom_field_ids`.
1878
- ORDER_CUSTOM_FIELD_3_VALUE = 13_003
1879
-
1880
- # Custom field value for Order with custom field ID equal to the ID
1881
- # in index 4 of `ReportDefinition.order_custom_field_ids`.
1882
- ORDER_CUSTOM_FIELD_4_VALUE = 13_004
1883
-
1884
- # Custom field value for Order with custom field ID equal to the ID
1885
- # in index 5 of `ReportDefinition.order_custom_field_ids`.
1886
- ORDER_CUSTOM_FIELD_5_VALUE = 13_005
1887
-
1888
- # Custom field value for Order with custom field ID equal to the ID
1889
- # in index 6 of `ReportDefinition.order_custom_field_ids`.
1890
- ORDER_CUSTOM_FIELD_6_VALUE = 13_006
1891
-
1892
- # Custom field value for Order with custom field ID equal to the ID
1893
- # in index 7 of `ReportDefinition.order_custom_field_ids`.
1894
- ORDER_CUSTOM_FIELD_7_VALUE = 13_007
1895
-
1896
- # Custom field value for Order with custom field ID equal to the ID
1897
- # in index 8 of `ReportDefinition.order_custom_field_ids`.
1898
- ORDER_CUSTOM_FIELD_8_VALUE = 13_008
1899
-
1900
- # Custom field value for Order with custom field ID equal to the ID
1901
- # in index 9 of `ReportDefinition.order_custom_field_ids`.
1902
- ORDER_CUSTOM_FIELD_9_VALUE = 13_009
1903
-
1904
- # Custom field value for Order with custom field ID equal to the ID
1905
- # in index 10 of `ReportDefinition.order_custom_field_ids`.
1906
- ORDER_CUSTOM_FIELD_10_VALUE = 13_010
1907
-
1908
- # Custom field value for Order with custom field ID equal to the ID
1909
- # in index 11 of `ReportDefinition.order_custom_field_ids`.
1910
- ORDER_CUSTOM_FIELD_11_VALUE = 13_011
1911
-
1912
- # Custom field value for Order with custom field ID equal to the ID
1913
- # in index 12 of `ReportDefinition.order_custom_field_ids`.
1914
- ORDER_CUSTOM_FIELD_12_VALUE = 13_012
1915
-
1916
- # Custom field value for Order with custom field ID equal to the ID
1917
- # in index 13 of `ReportDefinition.order_custom_field_ids`.
1918
- ORDER_CUSTOM_FIELD_13_VALUE = 13_013
1919
-
1920
- # Custom field value for Order with custom field ID equal to the ID
1921
- # in index 14 of `ReportDefinition.order_custom_field_ids`.
1922
- ORDER_CUSTOM_FIELD_14_VALUE = 13_014
1923
-
1924
- # Custom field option ID for Creative with custom field ID equal to the ID
1925
- # in index 0 of `ReportDefinition.creative_custom_field_ids`.
1926
- CREATIVE_CUSTOM_FIELD_0_OPTION_ID = 14_000
1927
-
1928
- # Custom field option ID for Creative with custom field ID equal to the ID
1929
- # in index 1 of `ReportDefinition.creative_custom_field_ids`.
1930
- CREATIVE_CUSTOM_FIELD_1_OPTION_ID = 14_001
1931
-
1932
- # Custom field option ID for Creative with custom field ID equal to the ID
1933
- # in index 2 of `ReportDefinition.creative_custom_field_ids`.
1934
- CREATIVE_CUSTOM_FIELD_2_OPTION_ID = 14_002
1935
-
1936
- # Custom field option ID for Creative with custom field ID equal to the ID
1937
- # in index 3 of `ReportDefinition.creative_custom_field_ids`.
1938
- CREATIVE_CUSTOM_FIELD_3_OPTION_ID = 14_003
1939
-
1940
- # Custom field option ID for Creative with custom field ID equal to the ID
1941
- # in index 4 of `ReportDefinition.creative_custom_field_ids`.
1942
- CREATIVE_CUSTOM_FIELD_4_OPTION_ID = 14_004
1943
-
1944
- # Custom field option ID for Creative with custom field ID equal to the ID
1945
- # in index 5 of `ReportDefinition.creative_custom_field_ids`.
1946
- CREATIVE_CUSTOM_FIELD_5_OPTION_ID = 14_005
1947
-
1948
- # Custom field option ID for Creative with custom field ID equal to the ID
1949
- # in index 6 of `ReportDefinition.creative_custom_field_ids`.
1950
- CREATIVE_CUSTOM_FIELD_6_OPTION_ID = 14_006
1951
-
1952
- # Custom field option ID for Creative with custom field ID equal to the ID
1953
- # in index 7 of `ReportDefinition.creative_custom_field_ids`.
1954
- CREATIVE_CUSTOM_FIELD_7_OPTION_ID = 14_007
1955
-
1956
- # Custom field option ID for Creative with custom field ID equal to the ID
1957
- # in index 8 of `ReportDefinition.creative_custom_field_ids`.
1958
- CREATIVE_CUSTOM_FIELD_8_OPTION_ID = 14_008
1959
-
1960
- # Custom field option ID for Creative with custom field ID equal to the ID
1961
- # in index 9 of `ReportDefinition.creative_custom_field_ids`.
1962
- CREATIVE_CUSTOM_FIELD_9_OPTION_ID = 14_009
1963
-
1964
- # Custom field option ID for Creative with custom field ID equal to the ID
1965
- # in index 10 of `ReportDefinition.creative_custom_field_ids`.
1966
- CREATIVE_CUSTOM_FIELD_10_OPTION_ID = 14_010
1967
-
1968
- # Custom field option ID for Creative with custom field ID equal to the ID
1969
- # in index 11 of `ReportDefinition.creative_custom_field_ids`.
1970
- CREATIVE_CUSTOM_FIELD_11_OPTION_ID = 14_011
1971
-
1972
- # Custom field option ID for Creative with custom field ID equal to the ID
1973
- # in index 12 of `ReportDefinition.creative_custom_field_ids`.
1974
- CREATIVE_CUSTOM_FIELD_12_OPTION_ID = 14_012
1975
-
1976
- # Custom field option ID for Creative with custom field ID equal to the ID
1977
- # in index 13 of `ReportDefinition.creative_custom_field_ids`.
1978
- CREATIVE_CUSTOM_FIELD_13_OPTION_ID = 14_013
1979
-
1980
- # Custom field option ID for Creative with custom field ID equal to the ID
1981
- # in index 14 of `ReportDefinition.creative_custom_field_ids`.
1982
- CREATIVE_CUSTOM_FIELD_14_OPTION_ID = 14_014
1983
-
1984
- # Custom field value for Creative with custom field ID equal to the ID
1985
- # in index 0 of `ReportDefinition.creative_custom_field_ids`.
1986
- CREATIVE_CUSTOM_FIELD_0_VALUE = 15_000
1987
-
1988
- # Custom field value for Creative with custom field ID equal to the ID
1989
- # in index 1 of `ReportDefinition.creative_custom_field_ids`.
1990
- CREATIVE_CUSTOM_FIELD_1_VALUE = 15_001
1991
-
1992
- # Custom field value for Creative with custom field ID equal to the ID
1993
- # in index 2 of `ReportDefinition.creative_custom_field_ids`.
1994
- CREATIVE_CUSTOM_FIELD_2_VALUE = 15_002
1995
-
1996
- # Custom field value for Creative with custom field ID equal to the ID
1997
- # in index 3 of `ReportDefinition.creative_custom_field_ids`.
1998
- CREATIVE_CUSTOM_FIELD_3_VALUE = 15_003
1999
-
2000
- # Custom field value for Creative with custom field ID equal to the ID
2001
- # in index 4 of `ReportDefinition.creative_custom_field_ids`.
2002
- CREATIVE_CUSTOM_FIELD_4_VALUE = 15_004
2003
-
2004
- # Custom field value for Creative with custom field ID equal to the ID
2005
- # in index 5 of `ReportDefinition.creative_custom_field_ids`.
2006
- CREATIVE_CUSTOM_FIELD_5_VALUE = 15_005
2007
-
2008
- # Custom field value for Creative with custom field ID equal to the ID
2009
- # in index 6 of `ReportDefinition.creative_custom_field_ids`.
2010
- CREATIVE_CUSTOM_FIELD_6_VALUE = 15_006
2011
-
2012
- # Custom field value for Creative with custom field ID equal to the ID
2013
- # in index 7 of `ReportDefinition.creative_custom_field_ids`.
2014
- CREATIVE_CUSTOM_FIELD_7_VALUE = 15_007
2015
-
2016
- # Custom field value for Creative with custom field ID equal to the ID
2017
- # in index 8 of `ReportDefinition.creative_custom_field_ids`.
2018
- CREATIVE_CUSTOM_FIELD_8_VALUE = 15_008
2019
-
2020
- # Custom field value for Creative with custom field ID equal to the ID
2021
- # in index 9 of `ReportDefinition.creative_custom_field_ids`.
2022
- CREATIVE_CUSTOM_FIELD_9_VALUE = 15_009
2023
-
2024
- # Custom field value for Creative with custom field ID equal to the ID
2025
- # in index 10 of `ReportDefinition.creative_custom_field_ids`.
2026
- CREATIVE_CUSTOM_FIELD_10_VALUE = 15_010
2027
-
2028
- # Custom field value for Creative with custom field ID equal to the ID
2029
- # in index 11 of `ReportDefinition.creative_custom_field_ids`.
2030
- CREATIVE_CUSTOM_FIELD_11_VALUE = 15_011
2031
-
2032
- # Custom field value for Creative with custom field ID equal to the ID
2033
- # in index 12 of `ReportDefinition.creative_custom_field_ids`.
2034
- CREATIVE_CUSTOM_FIELD_12_VALUE = 15_012
2035
-
2036
- # Custom field value for Creative with custom field ID equal to the ID
2037
- # in index 13 of `ReportDefinition.creative_custom_field_ids`.
2038
- CREATIVE_CUSTOM_FIELD_13_VALUE = 15_013
2039
-
2040
- # Custom field value for Creative with custom field ID equal to the ID
2041
- # in index 14 of `ReportDefinition.creative_custom_field_ids`.
2042
- CREATIVE_CUSTOM_FIELD_14_VALUE = 15_014
2043
-
2044
- # Custom field option ID for Backfill line item with custom field ID equal
2045
- # to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.
2046
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID = 16_000
2047
-
2048
- # Custom field option ID for Backfill line item with custom field ID equal
2049
- # to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.
2050
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID = 16_001
2051
-
2052
- # Custom field option ID for Backfill line item with custom field ID equal
2053
- # to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.
2054
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID = 16_002
2055
-
2056
- # Custom field option ID for Backfill line item with custom field ID equal
2057
- # to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.
2058
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID = 16_003
2059
-
2060
- # Custom field option ID for Backfill line item with custom field ID equal
2061
- # to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.
2062
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID = 16_004
2063
-
2064
- # Custom field option ID for Backfill line item with custom field ID equal
2065
- # to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.
2066
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID = 16_005
2067
-
2068
- # Custom field option ID for Backfill line item with custom field ID equal
2069
- # to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.
2070
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID = 16_006
2071
-
2072
- # Custom field option ID for Backfill line item with custom field ID equal
2073
- # to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.
2074
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID = 16_007
2075
-
2076
- # Custom field option ID for Backfill line item with custom field ID equal
2077
- # to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.
2078
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID = 16_008
2079
-
2080
- # Custom field option ID for Backfill line item with custom field ID equal
2081
- # to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.
2082
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID = 16_009
2083
-
2084
- # Custom field option ID for Backfill line item with custom field ID equal
2085
- # to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.
2086
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID = 16_010
2087
-
2088
- # Custom field option ID for Backfill line item with custom field ID equal
2089
- # to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.
2090
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID = 16_011
2091
-
2092
- # Custom field option ID for Backfill line item with custom field ID equal
2093
- # to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.
2094
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID = 16_012
2095
-
2096
- # Custom field option ID for Backfill line item with custom field ID equal
2097
- # to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.
2098
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID = 16_013
2099
-
2100
- # Custom field option ID for Backfill line item with custom field ID equal
2101
- # to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.
2102
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID = 16_014
2103
-
2104
- # Custom field value for Backfill line item with custom field ID equal to
2105
- # the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.
2106
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_0_VALUE = 17_000
2107
-
2108
- # Custom field value for Backfill line item with custom field ID equal to
2109
- # the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.
2110
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_1_VALUE = 17_001
2111
-
2112
- # Custom field value for Backfill line item with custom field ID equal to
2113
- # the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.
2114
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_2_VALUE = 17_002
2115
-
2116
- # Custom field value for Backfill line item with custom field ID equal to
2117
- # the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.
2118
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_3_VALUE = 17_003
2119
-
2120
- # Custom field value for Backfill line item with custom field ID equal to
2121
- # the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.
2122
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_4_VALUE = 17_004
2123
-
2124
- # Custom field value for Backfill line item with custom field ID equal to
2125
- # the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.
2126
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_5_VALUE = 17_005
2127
-
2128
- # Custom field value for Backfill line item with custom field ID equal to
2129
- # the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.
2130
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_6_VALUE = 17_006
2131
-
2132
- # Custom field value for Backfill line item with custom field ID equal to
2133
- # the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.
2134
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_7_VALUE = 17_007
2135
-
2136
- # Custom field value for Backfill line item with custom field ID equal to
2137
- # the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.
2138
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_8_VALUE = 17_008
2139
-
2140
- # Custom field value for Backfill line item with custom field ID equal to
2141
- # the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.
2142
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_9_VALUE = 17_009
2143
-
2144
- # Custom field value for Backfill line item with custom field ID equal to
2145
- # the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.
2146
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_10_VALUE = 17_010
2147
-
2148
- # Custom field value for Backfill line item with custom field ID equal to
2149
- # the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.
2150
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_11_VALUE = 17_011
2151
-
2152
- # Custom field value for Backfill line item with custom field ID equal to
2153
- # the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.
2154
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_12_VALUE = 17_012
2155
-
2156
- # Custom field value for Backfill line item with custom field ID equal to
2157
- # the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.
2158
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_13_VALUE = 17_013
2159
-
2160
- # Custom field value for Backfill line item with custom field ID equal to
2161
- # the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.
2162
- BACKFILL_LINE_ITEM_CUSTOM_FIELD_14_VALUE = 17_014
2163
-
2164
- # Custom field option ID for Backfill order with custom field ID equal to
2165
- # the ID in index 0 of `ReportDefinition.order_custom_field_ids`.
2166
- BACKFILL_ORDER_CUSTOM_FIELD_0_OPTION_ID = 18_000
2167
-
2168
- # Custom field option ID for Backfill order with custom field ID equal to
2169
- # the ID in index 1 of `ReportDefinition.order_custom_field_ids`.
2170
- BACKFILL_ORDER_CUSTOM_FIELD_1_OPTION_ID = 18_001
2171
-
2172
- # Custom field option ID for Backfill order with custom field ID equal to
2173
- # the ID in index 2 of `ReportDefinition.order_custom_field_ids`.
2174
- BACKFILL_ORDER_CUSTOM_FIELD_2_OPTION_ID = 18_002
2175
-
2176
- # Custom field option ID for Backfill order with custom field ID equal to
2177
- # the ID in index 3 of `ReportDefinition.order_custom_field_ids`.
2178
- BACKFILL_ORDER_CUSTOM_FIELD_3_OPTION_ID = 18_003
2179
-
2180
- # Custom field option ID for Backfill order with custom field ID equal to
2181
- # the ID in index 4 of `ReportDefinition.order_custom_field_ids`.
2182
- BACKFILL_ORDER_CUSTOM_FIELD_4_OPTION_ID = 18_004
2183
-
2184
- # Custom field option ID for Backfill order with custom field ID equal to
2185
- # the ID in index 5 of `ReportDefinition.order_custom_field_ids`.
2186
- BACKFILL_ORDER_CUSTOM_FIELD_5_OPTION_ID = 18_005
2187
-
2188
- # Custom field option ID for Backfill order with custom field ID equal to
2189
- # the ID in index 6 of `ReportDefinition.order_custom_field_ids`.
2190
- BACKFILL_ORDER_CUSTOM_FIELD_6_OPTION_ID = 18_006
2191
-
2192
- # Custom field option ID for Backfill order with custom field ID equal to
2193
- # the ID in index 7 of `ReportDefinition.order_custom_field_ids`.
2194
- BACKFILL_ORDER_CUSTOM_FIELD_7_OPTION_ID = 18_007
2195
-
2196
- # Custom field option ID for Backfill order with custom field ID equal to
2197
- # the ID in index 8 of `ReportDefinition.order_custom_field_ids`.
2198
- BACKFILL_ORDER_CUSTOM_FIELD_8_OPTION_ID = 18_008
2199
-
2200
- # Custom field option ID for Backfill order with custom field ID equal to
2201
- # the ID in index 9 of `ReportDefinition.order_custom_field_ids`.
2202
- BACKFILL_ORDER_CUSTOM_FIELD_9_OPTION_ID = 18_009
2203
-
2204
- # Custom field option ID for Backfill order with custom field ID equal to
2205
- # the ID in index 10 of `ReportDefinition.order_custom_field_ids`.
2206
- BACKFILL_ORDER_CUSTOM_FIELD_10_OPTION_ID = 18_010
2207
-
2208
- # Custom field option ID for Backfill order with custom field ID equal to
2209
- # the ID in index 11 of `ReportDefinition.order_custom_field_ids`.
2210
- BACKFILL_ORDER_CUSTOM_FIELD_11_OPTION_ID = 18_011
2211
-
2212
- # Custom field option ID for Backfill order with custom field ID equal to
2213
- # the ID in index 12 of `ReportDefinition.order_custom_field_ids`.
2214
- BACKFILL_ORDER_CUSTOM_FIELD_12_OPTION_ID = 18_012
2215
-
2216
- # Custom field option ID for Backfill order with custom field ID equal to
2217
- # the ID in index 13 of `ReportDefinition.order_custom_field_ids`.
2218
- BACKFILL_ORDER_CUSTOM_FIELD_13_OPTION_ID = 18_013
2219
-
2220
- # Custom field option ID for Backfill order with custom field ID equal to
2221
- # the ID in index 14 of `ReportDefinition.order_custom_field_ids`.
2222
- BACKFILL_ORDER_CUSTOM_FIELD_14_OPTION_ID = 18_014
2223
-
2224
- # Custom field value for Backfill order with custom field ID equal to the
2225
- # ID in index 0 of `ReportDefinition.order_custom_field_ids`.
2226
- BACKFILL_ORDER_CUSTOM_FIELD_0_VALUE = 19_000
2227
-
2228
- # Custom field value for Backfill order with custom field ID equal to the
2229
- # ID in index 1 of `ReportDefinition.order_custom_field_ids`.
2230
- BACKFILL_ORDER_CUSTOM_FIELD_1_VALUE = 19_001
2231
-
2232
- # Custom field value for Backfill order with custom field ID equal to the
2233
- # ID in index 2 of `ReportDefinition.order_custom_field_ids`.
2234
- BACKFILL_ORDER_CUSTOM_FIELD_2_VALUE = 19_002
2235
-
2236
- # Custom field value for Backfill order with custom field ID equal to the
2237
- # ID in index 3 of `ReportDefinition.order_custom_field_ids`.
2238
- BACKFILL_ORDER_CUSTOM_FIELD_3_VALUE = 19_003
2239
-
2240
- # Custom field value for Backfill order with custom field ID equal to the
2241
- # ID in index 4 of `ReportDefinition.order_custom_field_ids`.
2242
- BACKFILL_ORDER_CUSTOM_FIELD_4_VALUE = 19_004
2243
-
2244
- # Custom field value for Backfill order with custom field ID equal to the
2245
- # ID in index 5 of `ReportDefinition.order_custom_field_ids`.
2246
- BACKFILL_ORDER_CUSTOM_FIELD_5_VALUE = 19_005
2247
-
2248
- # Custom field value for Backfill order with custom field ID equal to the
2249
- # ID in index 6 of `ReportDefinition.order_custom_field_ids`.
2250
- BACKFILL_ORDER_CUSTOM_FIELD_6_VALUE = 19_006
2251
-
2252
- # Custom field value for Backfill order with custom field ID equal to the
2253
- # ID in index 7 of `ReportDefinition.order_custom_field_ids`.
2254
- BACKFILL_ORDER_CUSTOM_FIELD_7_VALUE = 19_007
2255
-
2256
- # Custom field value for Backfill order with custom field ID equal to the
2257
- # ID in index 8 of `ReportDefinition.order_custom_field_ids`.
2258
- BACKFILL_ORDER_CUSTOM_FIELD_8_VALUE = 19_008
2259
-
2260
- # Custom field value for Backfill order with custom field ID equal to the
2261
- # ID in index 9 of `ReportDefinition.order_custom_field_ids`.
2262
- BACKFILL_ORDER_CUSTOM_FIELD_9_VALUE = 19_009
2263
-
2264
- # Custom field value for Backfill order with custom field ID equal to the
2265
- # ID in index 10 of `ReportDefinition.order_custom_field_ids`.
2266
- BACKFILL_ORDER_CUSTOM_FIELD_10_VALUE = 19_010
2267
-
2268
- # Custom field value for Backfill order with custom field ID equal to the
2269
- # ID in index 11 of `ReportDefinition.order_custom_field_ids`.
2270
- BACKFILL_ORDER_CUSTOM_FIELD_11_VALUE = 19_011
2271
-
2272
- # Custom field value for Backfill order with custom field ID equal to the
2273
- # ID in index 12 of `ReportDefinition.order_custom_field_ids`.
2274
- BACKFILL_ORDER_CUSTOM_FIELD_12_VALUE = 19_012
2275
-
2276
- # Custom field value for Backfill order with custom field ID equal to the
2277
- # ID in index 13 of `ReportDefinition.order_custom_field_ids`.
2278
- BACKFILL_ORDER_CUSTOM_FIELD_13_VALUE = 19_013
2279
-
2280
- # Custom field value for Backfill order with custom field ID equal to the
2281
- # ID in index 14 of `ReportDefinition.order_custom_field_ids`.
2282
- BACKFILL_ORDER_CUSTOM_FIELD_14_VALUE = 19_014
2283
-
2284
- # Custom field option ID for Backfill creative with custom field ID equal
2285
- # to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.
2286
- BACKFILL_CREATIVE_CUSTOM_FIELD_0_OPTION_ID = 20_000
2287
-
2288
- # Custom field option ID for Backfill creative with custom field ID equal
2289
- # to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.
2290
- BACKFILL_CREATIVE_CUSTOM_FIELD_1_OPTION_ID = 20_001
2291
-
2292
- # Custom field option ID for Backfill creative with custom field ID equal
2293
- # to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.
2294
- BACKFILL_CREATIVE_CUSTOM_FIELD_2_OPTION_ID = 20_002
2295
-
2296
- # Custom field option ID for Backfill creative with custom field ID equal
2297
- # to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.
2298
- BACKFILL_CREATIVE_CUSTOM_FIELD_3_OPTION_ID = 20_003
2299
-
2300
- # Custom field option ID for Backfill creative with custom field ID equal
2301
- # to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.
2302
- BACKFILL_CREATIVE_CUSTOM_FIELD_4_OPTION_ID = 20_004
2303
-
2304
- # Custom field option ID for Backfill creative with custom field ID equal
2305
- # to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.
2306
- BACKFILL_CREATIVE_CUSTOM_FIELD_5_OPTION_ID = 20_005
2307
-
2308
- # Custom field option ID for Backfill creative with custom field ID equal
2309
- # to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.
2310
- BACKFILL_CREATIVE_CUSTOM_FIELD_6_OPTION_ID = 20_006
2311
-
2312
- # Custom field option ID for Backfill creative with custom field ID equal
2313
- # to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.
2314
- BACKFILL_CREATIVE_CUSTOM_FIELD_7_OPTION_ID = 20_007
2315
-
2316
- # Custom field option ID for Backfill creative with custom field ID equal
2317
- # to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.
2318
- BACKFILL_CREATIVE_CUSTOM_FIELD_8_OPTION_ID = 20_008
2319
-
2320
- # Custom field option ID for Backfill creative with custom field ID equal
2321
- # to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.
2322
- BACKFILL_CREATIVE_CUSTOM_FIELD_9_OPTION_ID = 20_009
2323
-
2324
- # Custom field option ID for Backfill creative with custom field ID equal
2325
- # to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.
2326
- BACKFILL_CREATIVE_CUSTOM_FIELD_10_OPTION_ID = 20_010
2327
-
2328
- # Custom field option ID for Backfill creative with custom field ID equal
2329
- # to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.
2330
- BACKFILL_CREATIVE_CUSTOM_FIELD_11_OPTION_ID = 20_011
2331
-
2332
- # Custom field option ID for Backfill creative with custom field ID equal
2333
- # to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.
2334
- BACKFILL_CREATIVE_CUSTOM_FIELD_12_OPTION_ID = 20_012
2335
-
2336
- # Custom field option ID for Backfill creative with custom field ID equal
2337
- # to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.
2338
- BACKFILL_CREATIVE_CUSTOM_FIELD_13_OPTION_ID = 20_013
2339
-
2340
- # Custom field option ID for Backfill creative with custom field ID equal
2341
- # to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.
2342
- BACKFILL_CREATIVE_CUSTOM_FIELD_14_OPTION_ID = 20_014
2343
-
2344
- # Custom field value for Backfill creative with custom field ID equal to
2345
- # the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.
2346
- BACKFILL_CREATIVE_CUSTOM_FIELD_0_VALUE = 21_000
2347
-
2348
- # Custom field value for Backfill creative with custom field ID equal to
2349
- # the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.
2350
- BACKFILL_CREATIVE_CUSTOM_FIELD_1_VALUE = 21_001
2351
-
2352
- # Custom field value for Backfill creative with custom field ID equal to
2353
- # the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.
2354
- BACKFILL_CREATIVE_CUSTOM_FIELD_2_VALUE = 21_002
2355
-
2356
- # Custom field value for Backfill creative with custom field ID equal to
2357
- # the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.
2358
- BACKFILL_CREATIVE_CUSTOM_FIELD_3_VALUE = 21_003
2359
-
2360
- # Custom field value for Backfill creative with custom field ID equal to
2361
- # the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.
2362
- BACKFILL_CREATIVE_CUSTOM_FIELD_4_VALUE = 21_004
2363
-
2364
- # Custom field value for Backfill creative with custom field ID equal to
2365
- # the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.
2366
- BACKFILL_CREATIVE_CUSTOM_FIELD_5_VALUE = 21_005
2367
-
2368
- # Custom field value for Backfill creative with custom field ID equal to
2369
- # the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.
2370
- BACKFILL_CREATIVE_CUSTOM_FIELD_6_VALUE = 21_006
2371
-
2372
- # Custom field value for Backfill creative with custom field ID equal to
2373
- # the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.
2374
- BACKFILL_CREATIVE_CUSTOM_FIELD_7_VALUE = 21_007
2375
-
2376
- # Custom field value for Backfill creative with custom field ID equal to
2377
- # the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.
2378
- BACKFILL_CREATIVE_CUSTOM_FIELD_8_VALUE = 21_008
2379
-
2380
- # Custom field value for Backfill creative with custom field ID equal to
2381
- # the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.
2382
- BACKFILL_CREATIVE_CUSTOM_FIELD_9_VALUE = 21_009
2383
-
2384
- # Custom field value for Backfill creative with custom field ID equal to
2385
- # the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.
2386
- BACKFILL_CREATIVE_CUSTOM_FIELD_10_VALUE = 21_010
2387
-
2388
- # Custom field value for Backfill creative with custom field ID equal to
2389
- # the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.
2390
- BACKFILL_CREATIVE_CUSTOM_FIELD_11_VALUE = 21_011
2391
-
2392
- # Custom field value for Backfill creative with custom field ID equal to
2393
- # the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.
2394
- BACKFILL_CREATIVE_CUSTOM_FIELD_12_VALUE = 21_012
2395
-
2396
- # Custom field value for Backfill creative with custom field ID equal to
2397
- # the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.
2398
- BACKFILL_CREATIVE_CUSTOM_FIELD_13_VALUE = 21_013
2399
-
2400
- # Custom field value for Backfill creative with custom field ID equal to
2401
- # the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.
2402
- BACKFILL_CREATIVE_CUSTOM_FIELD_14_VALUE = 21_014
2403
-
2404
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2405
- # in index 0 of `ReportDefinition.custom_dimension_key_ids`.
2406
- CUSTOM_DIMENSION_0_VALUE_ID = 100_000
2407
-
2408
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2409
- # in index 1 of `ReportDefinition.custom_dimension_key_ids`.
2410
- CUSTOM_DIMENSION_1_VALUE_ID = 100_001
2411
-
2412
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2413
- # in index 2 of `ReportDefinition.custom_dimension_key_ids`.
2414
- CUSTOM_DIMENSION_2_VALUE_ID = 100_002
2415
-
2416
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2417
- # in index 3 of `ReportDefinition.custom_dimension_key_ids`.
2418
- CUSTOM_DIMENSION_3_VALUE_ID = 100_003
2419
-
2420
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2421
- # in index 4 of `ReportDefinition.custom_dimension_key_ids`.
2422
- CUSTOM_DIMENSION_4_VALUE_ID = 100_004
2423
-
2424
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2425
- # in index 5 of `ReportDefinition.custom_dimension_key_ids`.
2426
- CUSTOM_DIMENSION_5_VALUE_ID = 100_005
2427
-
2428
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2429
- # in index 6 of `ReportDefinition.custom_dimension_key_ids`.
2430
- CUSTOM_DIMENSION_6_VALUE_ID = 100_006
2431
-
2432
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2433
- # in index 9 of `ReportDefinition.custom_dimension_key_ids`.
2434
- CUSTOM_DIMENSION_7_VALUE_ID = 100_007
2435
-
2436
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2437
- # in index 8 of `ReportDefinition.custom_dimension_key_ids`.
2438
- CUSTOM_DIMENSION_8_VALUE_ID = 100_008
2439
-
2440
- # Custom Dimension Value ID for Custom Dimension with key equal to the key
2441
- # in index 9 of `ReportDefinition.custom_dimension_key_ids`.
2442
- CUSTOM_DIMENSION_9_VALUE_ID = 100_009
2443
-
2444
- # Custom Dimension Value name for Custom Dimension with key equal to the
2445
- # id in index 0 of `ReportDefinition.custom_dimension_key_ids`.
2446
- CUSTOM_DIMENSION_0_VALUE = 101_000
2447
-
2448
- # Custom Dimension Value name for Custom Dimension with key equal to the
2449
- # id in index 1 of `ReportDefinition.custom_dimension_key_ids`.
2450
- CUSTOM_DIMENSION_1_VALUE = 101_001
2451
-
2452
- # Custom Dimension Value name for Custom Dimension with key equal to the
2453
- # id in index 2 of `ReportDefinition.custom_dimension_key_ids`.
2454
- CUSTOM_DIMENSION_2_VALUE = 101_002
2455
-
2456
- # Custom Dimension Value name for Custom Dimension with key equal to the
2457
- # id in index 3 of `ReportDefinition.custom_dimension_key_ids`.
2458
- CUSTOM_DIMENSION_3_VALUE = 101_003
2459
-
2460
- # Custom Dimension Value name for Custom Dimension with key equal to the
2461
- # id in index 4 of `ReportDefinition.custom_dimension_key_ids`.
2462
- CUSTOM_DIMENSION_4_VALUE = 101_004
2463
-
2464
- # Custom Dimension Value name for Custom Dimension with key equal to the
2465
- # id in index 5 of `ReportDefinition.custom_dimension_key_ids`.
2466
- CUSTOM_DIMENSION_5_VALUE = 101_005
2467
-
2468
- # Custom Dimension Value name for Custom Dimension with key equal to the
2469
- # id in index 6 of `ReportDefinition.custom_dimension_key_ids`.
2470
- CUSTOM_DIMENSION_6_VALUE = 101_006
2471
-
2472
- # Custom Dimension Value name for Custom Dimension with key equal to the
2473
- # id in index 7 of `ReportDefinition.custom_dimension_key_ids`.
2474
- CUSTOM_DIMENSION_7_VALUE = 101_007
2475
-
2476
- # Custom Dimension Value name for Custom Dimension with key equal to the
2477
- # id in index 8 of `ReportDefinition.custom_dimension_key_ids`.
2478
- CUSTOM_DIMENSION_8_VALUE = 101_008
2479
-
2480
- # Custom Dimension Value name for Custom Dimension with key equal to the
2481
- # id in index 9 of `ReportDefinition.custom_dimension_key_ids`.
2482
- CUSTOM_DIMENSION_9_VALUE = 101_009
2483
- end
2484
-
2485
- # Reporting metrics.
2486
- module Metric
2487
- # Default value. This value is unused.
2488
- METRIC_UNSPECIFIED = 0
2489
-
2490
- # Active View total average time in seconds that specific impressions are
2491
- # reported as being viewable.
2492
- ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 61
2493
-
2494
- # Total number of impressions that were eligible to measure viewability.
2495
- ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 58
2496
-
2497
- # The total number of impressions that were sampled and measured by active
2498
- # view.
2499
- ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 57
2500
-
2501
- # The percentage of total impressions that were measurable by active view
2502
- # (out of all the total impressions sampled for active view).
2503
- ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 60
2504
-
2505
- # The total number of impressions viewed on the user's screen.
2506
- ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 56
2507
-
2508
- # The percentage of total impressions viewed on the user's screen (out of
2509
- # the total impressions measurable by active view).
2510
- ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 59
2511
-
2512
- # Active View AdSense average time in seconds that specific impressions are
2513
- # reported as being viewable.
2514
- ADSENSE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 73
2515
-
2516
- # Total number of impressions delivered by AdSense that were eligible to
2517
- # measure viewability.
2518
- ADSENSE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 70
2519
-
2520
- # The number of impressions delivered by AdSense that were sampled, and
2521
- # measurable by active view.
2522
- ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 69
2523
-
2524
- # The percentage of impressions delivered by AdSense that were measurable
2525
- # by active view (out of all AdSense impressions sampled for active view).
2526
- ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 72
2527
-
2528
- # The number of impressions delivered by AdSense viewed on the user's
2529
- # screen.
2530
- ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 68
2531
-
2532
- # The percentage of impressions delivered by AdSense viewed on the user's
2533
- # screen (out of AdSense impressions measurable by active view).
2534
- ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 71
2535
-
2536
- # The average effective cost-per-thousand-impressions earned from the ads
2537
- # delivered by AdSense through line item dynamic allocation.
2538
- ADSENSE_AVERAGE_ECPM = 26
2539
-
2540
- # Number of clicks delivered by AdSense demand channel.
2541
- ADSENSE_CLICKS = 23
2542
-
2543
- # The ratio of impressions served by AdSense that resulted in users
2544
- # clicking on an ad. The clickthrough rate (CTR) is updated nightly. The
2545
- # AdSense CTR is calculated as: (AdSense clicks / AdSense impressions).
2546
- ADSENSE_CTR = 24
2547
-
2548
- # Total impressions delivered by AdSense.
2549
- ADSENSE_IMPRESSIONS = 22
2550
-
2551
- # Ratio of clicks delivered by AdSense through line item dynamic allocation
2552
- # in relation to the total clicks delivered.
2553
- ADSENSE_PERCENT_CLICKS = 28
2554
-
2555
- # Ratio of impressions delivered by AdSense through line item dynamic
2556
- # allocation in relation to the total impressions delivered.
2557
- ADSENSE_PERCENT_IMPRESSIONS = 27
2558
-
2559
- # Ratio of revenue generated by AdSense through line item dynamic
2560
- # allocation in relation to the total revenue.
2561
- ADSENSE_PERCENT_REVENUE = 29
2562
-
2563
- # Ratio of revenue generated by AdSense through line item dynamic
2564
- # allocation in relation to the total revenue (excluding CPD).
2565
- ADSENSE_PERCENT_REVENUE_WITHOUT_CPD = 30
2566
-
2567
- # The total number of times that an AdSense ad is delivered.
2568
- ADSENSE_RESPONSES_SERVED = 41
2569
-
2570
- # Revenue generated from AdSense through line item dynamic allocation,
2571
- # calculated in the network's currency and time zone.
2572
- ADSENSE_REVENUE = 25
2573
-
2574
- # Active View AdExchange average time in seconds that specific impressions
2575
- # are reported as being viewable.
2576
- AD_EXCHANGE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 79
2577
-
2578
- # Total number of impressions delivered by Ad Exchange that were eligible
2579
- # to measure viewability.
2580
- AD_EXCHANGE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 76
2581
-
2582
- # The number of impressions delivered by Ad Exchange that were sampled, and
2583
- # measurable by active view.
2584
- AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 75
2585
-
2586
- # The percentage of impressions delivered by Ad Exchange that were
2587
- # measurable by active view (out of all Ad Exchange impressions sampled for
2588
- # active view).
2589
- AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 78
2590
-
2591
- # The number of impressions delivered by Ad Exchange viewed on the user's
2592
- # screen.
2593
- AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 74
2594
-
2595
- # The percentage of impressions delivered by Ad Exchange viewed on the
2596
- # user's screen (out of Ad Exchange impressions measurable by active view).
2597
- AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 77
2598
-
2599
- # The average effective cost-per-thousand-impressions earned from the ads
2600
- # delivered by Ad Exchange through line item dynamic allocation.
2601
- AD_EXCHANGE_AVERAGE_ECPM = 18
2602
-
2603
- # Number of clicks delivered by the Ad Exchange.
2604
- AD_EXCHANGE_CLICKS = 15
2605
-
2606
- # The ratio of impressions served by the Ad Exchange that resulted in users
2607
- # clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad
2608
- # Exchange CTR is calculated as: (Ad Exchange clicks / Ad Exchange
2609
- # impressions).
2610
- AD_EXCHANGE_CTR = 16
2611
-
2612
- # Total impressions delivered by the Ad Exchange.
2613
- AD_EXCHANGE_IMPRESSIONS = 14
2614
-
2615
- # Ratio of clicks delivered by Ad Exchange through line item dynamic
2616
- # allocation in relation to the total clicks delivered.
2617
- AD_EXCHANGE_PERCENT_CLICKS = 20
2618
-
2619
- # Ratio of impressions delivered by Ad Exchange through line item dynamic
2620
- # allocation in relation to the total impressions delivered.
2621
- AD_EXCHANGE_PERCENT_IMPRESSIONS = 19
2622
-
2623
- # Ratio of revenue generated by Ad Exchange through line item dynamic
2624
- # allocation in relation to the total revenue.
2625
- AD_EXCHANGE_PERCENT_REVENUE = 21
2626
-
2627
- # Ratio of revenue generated by Ad Exchange through line item dynamic
2628
- # allocation in relation to the total revenue (excluding CPD).
2629
- AD_EXCHANGE_PERCENT_REVENUE_WITHOUT_CPD = 31
2630
-
2631
- # The total number of times that an Ad Exchange ad is delivered.
2632
- AD_EXCHANGE_RESPONSES_SERVED = 42
2633
-
2634
- # Revenue generated from the Ad Exchange through line item dynamic
2635
- # allocation, calculated in your network's currency and time zone.
2636
- AD_EXCHANGE_REVENUE = 17
2637
-
2638
- # The total number of times that an ad request is sent to the ad server
2639
- # including dynamic allocation.
2640
- AD_REQUESTS = 38
2641
-
2642
- # Active View ad server average time in seconds that specific impressions
2643
- # are reported as being viewable.
2644
- AD_SERVER_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME = 67
2645
-
2646
- # Total number of impressions delivered by the ad server that were eligible
2647
- # to measure viewability.
2648
- AD_SERVER_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS = 64
2649
-
2650
- # The number of impressions delivered by the ad server that were sampled,
2651
- # and measurable by active view.
2652
- AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS = 63
2653
-
2654
- # The percentage of impressions delivered by the ad server that were
2655
- # measurable by active view (out of all the ad server impressions sampled
2656
- # for active view).
2657
- AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE = 66
2658
-
2659
- # The number of impressions delivered by the ad server viewed on the user's
2660
- # screen.
2661
- AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS = 62
2662
-
2663
- # The percentage of impressions delivered by the ad server viewed on the
2664
- # user's screen (out of the ad server impressions measurable by active
2665
- # view).
2666
- AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE = 65
2667
-
2668
- # Average effective cost-per-thousand-impressions earned from the ads
2669
- # delivered by the Google Ad Manager server.
2670
- AD_SERVER_AVERAGE_ECPM = 34
2671
-
2672
- # Average effective cost-per-thousand-impressions earned from the ads
2673
- # delivered by the Google Ad Manager server, excluding CPD value.
2674
- AD_SERVER_AVERAGE_ECPM_WITHOUT_CPD = 10
2675
-
2676
- # Total clicks served by the Google Ad Manager server. It usually takes
2677
- # about 30 minutes for new clicks to be recorded and added to the total
2678
- # displayed in reporting.
2679
- AD_SERVER_CLICKS = 7
2680
-
2681
- # CPD revenue earned, calculated in your network's currency, for
2682
- # the ads delivered by the Google Ad Manager server. Sum of all booked
2683
- # revenue.
2684
- AD_SERVER_CPD_REVENUE = 32
2685
-
2686
- # Ratio of impressions served by the Google Ad Manager server that resulted
2687
- # in users clicking on an ad. The clickthrough rate (CTR) is updated
2688
- # nightly. The ad server CTR is calculated as: (Ad server clicks / Ad
2689
- # server impressions).
2690
- AD_SERVER_CTR = 8
2691
-
2692
- # Total impressions delivered by the Ad Server.
2693
- AD_SERVER_IMPRESSIONS = 6
2694
-
2695
- # Ratio of clicks delivered by the Google Ad Manager server in relation to
2696
- # the total clicks delivered.
2697
- AD_SERVER_PERCENT_CLICKS = 12
2698
-
2699
- # Ratio of impressions delivered by the Google Ad Manager server in
2700
- # relation to the total impressions delivered.
2701
- AD_SERVER_PERCENT_IMPRESSIONS = 11
2702
-
2703
- # Ratio of revenue generated by the Google Ad Manager server in relation
2704
- # to the total revenue.
2705
- AD_SERVER_PERCENT_REVENUE = 35
2706
-
2707
- # Ratio of revenue generated by the Google Ad Manager server (excluding
2708
- # CPD) in relation to the total revenue.
2709
- AD_SERVER_PERCENT_REVENUE_WITHOUT_CPD = 13
2710
-
2711
- # The total number of times that an ad is served by the ad server.
2712
- AD_SERVER_RESPONSES_SERVED = 40
2713
-
2714
- # All CPM, CPC, and CPD revenue earned, calculated in your network's
2715
- # currency, for the ads delivered by the Google Ad Manager server.
2716
- # Sum of all booked revenue.
2717
- AD_SERVER_REVENUE = 33
2718
-
2719
- # Revenue (excluding CPD) earned, calculated in your network's currency,
2720
- # for the ads delivered by the Google Ad Manager server. Sum of all booked
2721
- # revenue.
2722
- AD_SERVER_REVENUE_WITHOUT_CPD = 9
2723
-
2724
- # Number of winning bids received from Open Bidding buyers, even when the
2725
- # winning bid is placed at the end of a mediation for mobile apps chain.
2726
- AUCTIONS_WON = 80
2727
-
2728
- # eCPM averaged across the Google Ad Manager server, AdSense,
2729
- # and Ad Exchange.
2730
- AVERAGE_ECPM = 37
2731
-
2732
- # eCPM averaged across the Google Ad Manager server (excluding CPD),
2733
- # AdSense, and Ad Exchange.
2734
- AVERAGE_ECPM_WITHOUT_CPD = 5
2735
-
2736
- # Number of bids received from Open Bidding buyers, regardless of whether
2737
- # the returned bid competes in an auction.
2738
- BIDS = 81
2739
-
2740
- # Number of bids received from Open Bidding buyers that competed in
2741
- # the auction.
2742
- BIDS_IN_AUCTION = 82
2743
-
2744
- # Number of times a yield partner is asked to return bid to fill
2745
- # a yield group request.
2746
- CALLOUTS = 83
2747
-
2748
- # The number of times a user clicked on an ad.
2749
- CLICKS = 2
2750
-
2751
- # The total number of times that the code for an ad is served by the ad
2752
- # server including dynamic allocation.
2753
- CODE_SERVED_COUNT = 44
2754
-
2755
- # For standard ads, your ad clickthrough rate (CTR) is the number of ad
2756
- # clicks divided by the number of individual ad impressions expressed as a
2757
- # fraction. Ad CTR = Clicks / Ad impressions.
2758
- CTR = 3
2759
-
2760
- # The number of coviewed impressions sold by Google in partner sales.
2761
- GOOGLE_SOLD_AUCTION_COVIEWED_IMPRESSIONS = 129
2762
-
2763
- # The number of auction impressions sold by Google in partner sales.
2764
- GOOGLE_SOLD_AUCTION_IMPRESSIONS = 128
2765
-
2766
- # The number of coviewed impressions sold by Google in partner sales.
2767
- GOOGLE_SOLD_COVIEWED_IMPRESSIONS = 131
2768
-
2769
- # The number of impressions sold by Google in partner sales.
2770
- GOOGLE_SOLD_IMPRESSIONS = 130
2771
-
2772
- # The number of coviewed impressions sold by Google in partner sales.
2773
- GOOGLE_SOLD_RESERVATION_COVIEWED_IMPRESSIONS = 127
2774
-
2775
- # The number of reservation impressions sold by Google in partner sales.
2776
- GOOGLE_SOLD_RESERVATION_IMPRESSIONS = 126
2777
-
2778
- # Total impressions from the Google Ad Manager server, AdSense,
2779
- # Ad Exchange, and yield group partners.
2780
- IMPRESSIONS = 1
2781
-
2782
- # The number of filled pod requests (filled by partner or Google) in
2783
- # partner sales.
2784
- PARTNER_SALES_FILLED_POD_REQUESTS = 135
2785
-
2786
- # The percent of filled requests to total ad requests in
2787
- # partner sales.
2788
- PARTNER_SALES_FILL_RATE = 136
2789
-
2790
- # The percent of partner filled requests to total ad requests
2791
- # in partner sales.
2792
- PARTNER_SALES_PARTNER_MATCH_RATE = 137
2793
-
2794
- # The number of queries eligible for partner sales.
2795
- PARTNER_SALES_QUERIES = 132
2796
-
2797
- # The number of partner unfilled impressions in partner sales.
2798
- # If a pod request is not filled by partner but filled by Google, this
2799
- # metric will still count 1.
2800
- PARTNER_SALES_UNFILLED_IMPRESSIONS = 133
2801
-
2802
- # The number of partner unmatched queries in partner sales.
2803
- # If an ad request is not filled by partner but filled by Google, this
2804
- # metric will still count 1.
2805
- PARTNER_SALES_UNMATCHED_QUERIES = 134
2806
-
2807
- # The number of code served sold by partner in partner sales.
2808
- PARTNER_SOLD_CODE_SERVED = 125
2809
-
2810
- # The number of coviewed impressions sold by partner in partner sales.
2811
- PARTNER_SOLD_COVIEWED_IMPRESSIONS = 124
2812
-
2813
- # The number of impressions sold by partner in partner sales.
2814
- PARTNER_SOLD_IMPRESSIONS = 123
2815
-
2816
- # The total number of ad requests eligible for programmatic inventory,
2817
- # including Programmatic Guaranteed, Preferred Deals, backfill, and open
2818
- # auction.
2819
- PROGRAMMATIC_ELIGIBLE_AD_REQUESTS = 177
2820
-
2821
- # The number of programmatic responses served divided by the number of
2822
- # programmatic eligible ad requests. Includes Ad Exchange, Open Bidding,
2823
- # and Preferred Deals.
2824
- PROGRAMMATIC_MATCH_RATE = 178
2825
-
2826
- # Total number of ad responses served from programmatic demand sources.
2827
- # Includes Ad Exchange, Open Bidding, and Preferred Deals.
2828
- #
2829
- # Differs from AD_EXCHANGE_RESPONSES_SERVED, which doesn't include Open
2830
- # Bidding ad requests.
2831
- PROGRAMMATIC_RESPONSES_SERVED = 176
2832
-
2833
- # The total number of times that an ad is served by the ad server including
2834
- # dynamic allocation.
2835
- RESPONSES_SERVED = 39
2836
-
2837
- # Total amount of CPM, CPC, and CPD revenue based on the number of units
2838
- # served by the Google Ad Manager server, AdSense, Ad Exchange, and
2839
- # third-party Mediation networks.
2840
- REVENUE = 36
2841
-
2842
- # Total amount of revenue (excluding CPD) based on the number of units
2843
- # served by the Google Ad Manager server, AdSense, Ad Exchange, and
2844
- # third-party Mediation networks.
2845
- REVENUE_WITHOUT_CPD = 4
2846
-
2847
- # Number of times a yield group buyer successfully returned a bid in
2848
- # response to a yield group callout.
2849
- SUCCESSFUL_RESPONSES = 84
2850
-
2851
- # The total number of missed impressions due to the ad servers' inability
2852
- # to find ads to serve including dynamic allocation.
2853
- UNFILLED_IMPRESSIONS = 45
2854
-
2855
- # The total number of times that an ad is not returned by the ad server.
2856
- UNMATCHED_AD_REQUESTS = 43
2857
-
2858
- # Number of times an Offerwall message was shown to users.
2859
- USER_MESSAGES_OFFERWALL_MESSAGES_SHOWN = 121
2860
-
2861
- # The number of messages where the user gained an entitlement.
2862
- USER_MESSAGES_OFFERWALL_SUCCESSFUL_ENGAGEMENTS = 122
2863
-
2864
- # The number of user interactions with a video, on average, such as pause,
2865
- # full screen, mute, etc.
2866
- VIDEO_INTERACTION_AVERAGE_INTERACTION_RATE = 92
2867
-
2868
- # The number of times a user collapses a video, either to its original size
2869
- # or to a different size.
2870
- VIDEO_INTERACTION_COLLAPSES = 93
2871
-
2872
- # The number of times a user expands a video.
2873
- VIDEO_INTERACTION_EXPANDS = 95
2874
-
2875
- # The number of times ad clip played in full screen mode.
2876
- VIDEO_INTERACTION_FULL_SCREENS = 96
2877
-
2878
- # The number of times video player was in mute state during play of ad
2879
- # clip.
2880
- VIDEO_INTERACTION_MUTES = 97
2881
-
2882
- # The number of times user paused ad clip.
2883
- VIDEO_INTERACTION_PAUSES = 98
2884
-
2885
- # The number of times the user unpaused the video.
2886
- VIDEO_INTERACTION_RESUMES = 99
2887
-
2888
- # The number of times a user rewinds the video.
2889
- VIDEO_INTERACTION_REWINDS = 100
2890
-
2891
- # The number of times a user unmutes the video.
2892
- VIDEO_INTERACTION_UNMUTES = 101
2893
-
2894
- # The number of times a skippable video is skipped.
2895
- VIDEO_INTERACTION_VIDEO_SKIPS = 102
2896
-
2897
- # The number of total creative serves in video realtime reporting.
2898
- VIDEO_REAL_TIME_CREATIVE_SERVES = 139
2899
-
2900
- # The number of errors of type 100 in video realtime reporting.
2901
- VIDEO_REAL_TIME_ERROR_100_COUNT = 143
2902
-
2903
- # The number of errors of type 101 in video realtime reporting.
2904
- VIDEO_REAL_TIME_ERROR_101_COUNT = 144
2905
-
2906
- # The number of errors of type 102 in video realtime reporting.
2907
- VIDEO_REAL_TIME_ERROR_102_COUNT = 145
2908
-
2909
- # The number of errors of type 200 in video realtime reporting.
2910
- VIDEO_REAL_TIME_ERROR_200_COUNT = 146
2911
-
2912
- # The number of errors of type 201 in video realtime reporting.
2913
- VIDEO_REAL_TIME_ERROR_201_COUNT = 147
2914
-
2915
- # The number of errors of type 202 in video realtime reporting.
2916
- VIDEO_REAL_TIME_ERROR_202_COUNT = 148
2917
-
2918
- # The number of errors of type 203 in video realtime reporting.
2919
- VIDEO_REAL_TIME_ERROR_203_COUNT = 149
2920
-
2921
- # The number of errors of type 300 in video realtime reporting.
2922
- VIDEO_REAL_TIME_ERROR_300_COUNT = 150
2923
-
2924
- # The number of errors of type 301 in video realtime reporting.
2925
- VIDEO_REAL_TIME_ERROR_301_COUNT = 151
2926
-
2927
- # The number of errors of type 302 in video realtime reporting.
2928
- VIDEO_REAL_TIME_ERROR_302_COUNT = 152
2929
-
2930
- # The number of errors of type 303 in video realtime reporting.
2931
- VIDEO_REAL_TIME_ERROR_303_COUNT = 153
2932
-
2933
- # The number of errors of type 400 in video realtime reporting.
2934
- VIDEO_REAL_TIME_ERROR_400_COUNT = 154
2935
-
2936
- # The number of errors of type 401 in video realtime reporting.
2937
- VIDEO_REAL_TIME_ERROR_401_COUNT = 155
2938
-
2939
- # The number of errors of type 402 in video realtime reporting.
2940
- VIDEO_REAL_TIME_ERROR_402_COUNT = 156
2941
-
2942
- # The number of errors of type 403 in video realtime reporting.
2943
- VIDEO_REAL_TIME_ERROR_403_COUNT = 157
2944
-
2945
- # The number of errors of type 405 in video realtime reporting.
2946
- VIDEO_REAL_TIME_ERROR_405_COUNT = 158
2947
-
2948
- # The number of errors of type 406 in video realtime reporting.
2949
- VIDEO_REAL_TIME_ERROR_406_COUNT = 159
2950
-
2951
- # The number of errors of type 407 in video realtime reporting.
2952
- VIDEO_REAL_TIME_ERROR_407_COUNT = 160
2953
-
2954
- # The number of errors of type 408 in video realtime reporting.
2955
- VIDEO_REAL_TIME_ERROR_408_COUNT = 161
2956
-
2957
- # The number of errors of type 409 in video realtime reporting.
2958
- VIDEO_REAL_TIME_ERROR_409_COUNT = 162
2959
-
2960
- # The number of errors of type 410 in video realtime reporting.
2961
- VIDEO_REAL_TIME_ERROR_410_COUNT = 163
2962
-
2963
- # The number of errors of type 500 in video realtime reporting.
2964
- VIDEO_REAL_TIME_ERROR_500_COUNT = 164
2965
-
2966
- # The number of errors of type 501 in video realtime reporting.
2967
- VIDEO_REAL_TIME_ERROR_501_COUNT = 165
2968
-
2969
- # The number of errors of type 502 in video realtime reporting.
2970
- VIDEO_REAL_TIME_ERROR_502_COUNT = 166
2971
-
2972
- # The number of errors of type 503 in video realtime reporting.
2973
- VIDEO_REAL_TIME_ERROR_503_COUNT = 167
2974
-
2975
- # The number of errors of type 600 in video realtime reporting.
2976
- VIDEO_REAL_TIME_ERROR_600_COUNT = 168
2977
-
2978
- # The number of errors of type 601 in video realtime reporting.
2979
- VIDEO_REAL_TIME_ERROR_601_COUNT = 169
2980
-
2981
- # The number of errors of type 602 in video realtime reporting.
2982
- VIDEO_REAL_TIME_ERROR_602_COUNT = 170
2983
-
2984
- # The number of errors of type 603 in video realtime reporting.
2985
- VIDEO_REAL_TIME_ERROR_603_COUNT = 171
2986
-
2987
- # The number of errors of type 604 in video realtime reporting.
2988
- VIDEO_REAL_TIME_ERROR_604_COUNT = 172
2989
-
2990
- # The number of errors of type 900 in video realtime reporting.
2991
- VIDEO_REAL_TIME_ERROR_900_COUNT = 173
2992
-
2993
- # The number of errors of type 901 in video realtime reporting.
2994
- VIDEO_REAL_TIME_ERROR_901_COUNT = 174
2995
-
2996
- # The number of total impressions in video realtime reporting.
2997
- VIDEO_REAL_TIME_IMPRESSIONS = 138
2998
-
2999
- # The number of matched queries in video realtime reporting.
3000
- VIDEO_REAL_TIME_MATCHED_QUERIES = 140
3001
-
3002
- # The number of all errors in video realtime reporting.
3003
- VIDEO_REAL_TIME_TOTAL_ERROR_COUNT = 175
3004
-
3005
- # The number of total queries in video realtime reporting.
3006
- VIDEO_REAL_TIME_TOTAL_QUERIES = 142
3007
-
3008
- # The number of unmatched queries in video realtime reporting.
3009
- VIDEO_REAL_TIME_UNMATCHED_QUERIES = 141
3010
-
3011
- # Number of times that the publisher specified a video ad played
3012
- # automatically.
3013
- VIDEO_VIEWERSHIP_AUTO_PLAYS = 103
3014
-
3015
- # Average percentage of the video watched by users.
3016
- VIDEO_VIEWERSHIP_AVERAGE_VIEW_RATE = 104
3017
-
3018
- # Average time(seconds) users watched the video.
3019
- VIDEO_VIEWERSHIP_AVERAGE_VIEW_TIME = 105
3020
-
3021
- # Number of times that the publisher specified a video ad was clicked to
3022
- # play.
3023
- VIDEO_VIEWERSHIP_CLICK_TO_PLAYS = 106
3024
-
3025
- # The number of times the video played to completion.
3026
- VIDEO_VIEWERSHIP_COMPLETES = 107
3027
-
3028
- # Percentage of times the video played to the end.
3029
- VIDEO_VIEWERSHIP_COMPLETION_RATE = 108
3030
-
3031
- # The number of engaged views: ad is viewed to completion or for 30s,
3032
- # whichever comes first.
3033
- VIDEO_VIEWERSHIP_ENGAGED_VIEWS = 109
3034
-
3035
- # The number of times the video played to 25% of its length.
3036
- VIDEO_VIEWERSHIP_FIRST_QUARTILES = 110
3037
-
3038
- # The number of times the video reached its midpoint during play.
3039
- VIDEO_VIEWERSHIP_MIDPOINTS = 111
3040
-
3041
- # The number of times a skip button is shown in video.
3042
- VIDEO_VIEWERSHIP_SKIP_BUTTONS_SHOWN = 112
3043
-
3044
- # The number of impressions where the video was played.
3045
- VIDEO_VIEWERSHIP_STARTS = 113
3046
-
3047
- # The number of times the video played to 75% of its length.
3048
- VIDEO_VIEWERSHIP_THIRD_QUARTILES = 114
3049
-
3050
- # The number of times an error occurred, such as a VAST redirect error, a
3051
- # video playback error, or an invalid response error.
3052
- VIDEO_VIEWERSHIP_TOTAL_ERROR_COUNT = 115
3053
-
3054
- # The percentage of video error count.
3055
- VIDEO_VIEWERSHIP_TOTAL_ERROR_RATE = 94
3056
-
3057
- # Duration of the video creative.
3058
- VIDEO_VIEWERSHIP_VIDEO_LENGTH = 116
3059
-
3060
- # View-through rate represented as a percentage.
3061
- VIDEO_VIEWERSHIP_VIEW_THROUGH_RATE = 117
3062
-
3063
- # The estimated net rate for yield groups or individual
3064
- # yield group partners.
3065
- YIELD_GROUP_ESTIMATED_CPM = 88
3066
-
3067
- # Total net revenue earned by a yield group, based upon the yield group
3068
- # estimated CPM and yield group impressions recorded.
3069
- YIELD_GROUP_ESTIMATED_REVENUE = 87
3070
-
3071
- # Number of matched yield group requests where a yield partner delivered
3072
- # their ad to publisher inventory.
3073
- YIELD_GROUP_IMPRESSIONS = 85
3074
-
3075
- # Yield group Mediation fill rate indicating how often a network
3076
- # fills an ad request.
3077
- YIELD_GROUP_MEDIATION_FILL_RATE = 89
3078
-
3079
- # Total requests where a Mediation chain was served.
3080
- YIELD_GROUP_MEDIATION_MATCHED_QUERIES = 86
3081
-
3082
- # The number of mediation chain passback across all channels.
3083
- YIELD_GROUP_MEDIATION_PASSBACKS = 118
3084
-
3085
- # Revenue per thousand impressions based on data collected by Ad Manager
3086
- # from third-party ad network reports.
3087
- YIELD_GROUP_MEDIATION_THIRD_PARTY_ECPM = 90
3088
- end
3089
-
3090
- # Possible metric value types to add.
3091
- module MetricValueType
3092
- # The values for the primary date_range.
3093
- PRIMARY = 0
3094
-
3095
- # Each metrics' percent of the total for the primary date_range.
3096
- PRIMARY_PERCENT_OF_TOTAL = 1
3097
-
3098
- # The values for the comparison_date_range.
3099
- COMPARISON = 2
3100
-
3101
- # Each metrics' percent of the total for the comparison_date_range.
3102
- COMPARISON_PERCENT_OF_TOTAL = 3
3103
-
3104
- # The absolute change between the primary and comparison date ranges.
3105
- ABSOLUTE_CHANGE = 4
3106
-
3107
- # The relative change between the primary and comparison date ranges.
3108
- RELATIVE_CHANGE = 5
3109
- end
3110
-
3111
- # Supported report types.
3112
- module ReportType
3113
- # Default value. This value is unused.
3114
- REPORT_TYPE_UNSPECIFIED = 0
3115
-
3116
- # Historical.
3117
- HISTORICAL = 1
3118
- end
3119
-
3120
- # The visibility of a report.
3121
- module Visibility
3122
- # Default value. Reports with hidden visibility will not appear in the Ad
3123
- # Manager UI.
3124
- HIDDEN = 0
3125
-
3126
- # Reports with draft visibility will appear in the Ad Manager UI only if
3127
- # the user has configured the UI to show them.
3128
- DRAFT = 1
3129
-
3130
- # Reports with saved visibility will appear in the Ad Manager UI by
3131
- # default.
3132
- SAVED = 2
3133
- end
3134
- end
3135
-
3136
24
  # Request message for a running a report.
3137
25
  # @!attribute [rw] name
3138
26
  # @return [::String]
@@ -3316,194 +204,6 @@ module Google
3316
204
  include ::Google::Protobuf::MessageExts
3317
205
  extend ::Google::Protobuf::MessageExts::ClassMethods
3318
206
  end
3319
-
3320
- # The definition of how a report should be run.
3321
- # @!attribute [rw] dimensions
3322
- # @return [::Array<::Google::Ads::AdManager::V1::Report::Dimension>]
3323
- # Required. The list of dimensions to report on. If empty, the report will
3324
- # have no dimensions, and any metrics will be totals.
3325
- # @!attribute [rw] metrics
3326
- # @return [::Array<::Google::Ads::AdManager::V1::Report::Metric>]
3327
- # Required. The list of metrics to report on. If empty, the report will have
3328
- # no metrics.
3329
- # @!attribute [rw] filters
3330
- # @return [::Array<::Google::Ads::AdManager::V1::Report::Filter>]
3331
- # Optional. The filters for this report.
3332
- # @!attribute [rw] time_zone
3333
- # @return [::String]
3334
- # Optional. The time zone the date range is defined in for this report.
3335
- # Defaults to publisher's time zone if not specified. Time zone in IANA
3336
- # format. Acceptable values depend on the report type. Publisher time zone is
3337
- # always accepted. Use "America/Los_Angeles" for pacific time, or "Etc/UTC"
3338
- # for UTC.
3339
- # @!attribute [rw] currency_code
3340
- # @return [::String]
3341
- # Optional. The ISO 4217 currency code for this report. Defaults to publisher
3342
- # currency code if not specified.
3343
- # @!attribute [rw] date_range
3344
- # @return [::Google::Ads::AdManager::V1::Report::DateRange]
3345
- # Required. The primary date range of this report.
3346
- # @!attribute [rw] comparison_date_range
3347
- # @return [::Google::Ads::AdManager::V1::Report::DateRange]
3348
- # Optional. The comparison date range of this report. If unspecified, the
3349
- # report will not have any comparison metrics.
3350
- # @!attribute [rw] custom_dimension_key_ids
3351
- # @return [::Array<::Integer>]
3352
- # Optional. Custom Dimension keys that represent CUSTOM_DIMENSION_*
3353
- # dimensions. The index of this repeated field corresponds to the index on
3354
- # each dimension. For example, custom_dimension_key_ids[0] describes
3355
- # CUSTOM_DIMENSION_0_VALUE_ID and CUSTOM_DIMENSION_0_VALUE.
3356
- # @!attribute [rw] line_item_custom_field_ids
3357
- # @return [::Array<::Integer>]
3358
- # Optional. Custom field IDs that represent LINE_ITEM_CUSTOM_FIELD_*
3359
- # dimensions. The index of this repeated field corresponds to the index on
3360
- # each dimension. For example, line_item_custom_field_ids[0] describes
3361
- # LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID and LINE_ITEM_CUSTOM_FIELD_0_VALUE.
3362
- # @!attribute [rw] order_custom_field_ids
3363
- # @return [::Array<::Integer>]
3364
- # Optional. Custom field IDs that represent ORDER_CUSTOM_FIELD_*
3365
- # dimensions. The index of this repeated field corresponds to the index on
3366
- # each dimension. For example, order_custom_field_ids[0] describes
3367
- # ORDER_CUSTOM_FIELD_0_OPTION_ID and ORDER_CUSTOM_FIELD_0_VALUE.
3368
- # @!attribute [rw] creative_custom_field_ids
3369
- # @return [::Array<::Integer>]
3370
- # Optional. Custom field IDs that represent CREATIVE_CUSTOM_FIELD_*
3371
- # dimensions. The index of this repeated field corresponds to the index on
3372
- # each dimension. For example, creative_custom_field_ids[0] describes
3373
- # CREATIVE_CUSTOM_FIELD_0_OPTION_ID and CREATIVE_CUSTOM_FIELD_0_VALUE.
3374
- # @!attribute [rw] report_type
3375
- # @return [::Google::Ads::AdManager::V1::Report::ReportType]
3376
- # Required. The type of this report.
3377
- # @!attribute [rw] time_period_column
3378
- # @return [::Google::Ads::AdManager::V1::Report::TimePeriodColumn]
3379
- # Optional. Include a time period column to introduce comparison columns in
3380
- # the report for each generated period. For example, set to "QUARTERS" here
3381
- # to have a column for each quarter present in the primary date range. If
3382
- # "PREVIOUS PERIOD" is specified in comparison_date_range, then each quarter
3383
- # column will also include comparison values for its relative previous
3384
- # quarter.
3385
- # @!attribute [rw] flags
3386
- # @return [::Array<::Google::Ads::AdManager::V1::Report::Flag>]
3387
- # Optional. List of flags for this report. Used to flag rows in a result set
3388
- # based on a set of defined filters.
3389
- # @!attribute [rw] sorts
3390
- # @return [::Array<::Google::Ads::AdManager::V1::Report::Sort>]
3391
- # Optional. Default sorts to apply to this report.
3392
- class ReportDefinition
3393
- include ::Google::Protobuf::MessageExts
3394
- extend ::Google::Protobuf::MessageExts::ClassMethods
3395
- end
3396
-
3397
- # The options for a scheduled report.
3398
- # @!attribute [rw] schedule
3399
- # @return [::Google::Ads::AdManager::V1::Schedule]
3400
- # Information pertaining to schedule itself.
3401
- # @!attribute [rw] delivery_condition
3402
- # @return [::Google::Ads::AdManager::V1::ScheduleOptions::DeliveryCondition]
3403
- # Option for when to deliver the scheduled report.
3404
- # @!attribute [rw] flags
3405
- # @return [::Array<::Google::Ads::AdManager::V1::Report::Flag>]
3406
- # Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT
3407
- # is specified.
3408
- class ScheduleOptions
3409
- include ::Google::Protobuf::MessageExts
3410
- extend ::Google::Protobuf::MessageExts::ClassMethods
3411
-
3412
- # Condition for when to email the scheduled report.
3413
- module DeliveryCondition
3414
- # Never deliver report.
3415
- NEVER = 0
3416
-
3417
- # Always deliver report.
3418
- ALWAYS = 1
3419
-
3420
- # Deliver report when flag's conditions are met.
3421
- WHEN_FLAG_CONDITIONS_MET = 2
3422
- end
3423
- end
3424
-
3425
- # The schedule for the report
3426
- # @!attribute [rw] weekly_schedule
3427
- # @return [::Google::Ads::AdManager::V1::Schedule::WeeklySchedule]
3428
- # Days of week to schedule report run.
3429
- #
3430
- # 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.
3431
- # @!attribute [rw] monthly_schedule
3432
- # @return [::Google::Ads::AdManager::V1::Schedule::MonthlySchedule]
3433
- # Days of month to schedule report run.
3434
- #
3435
- # 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.
3436
- # @!attribute [rw] start_date
3437
- # @return [::Google::Type::Date]
3438
- # Date for the first run of the report.
3439
- # @!attribute [rw] end_date
3440
- # @return [::Google::Type::Date]
3441
- # Date for the final run of the report.
3442
- # @!attribute [rw] frequency
3443
- # @return [::Google::Ads::AdManager::V1::Schedule::Frequency]
3444
- # Frequency to run report.
3445
- # @!attribute [rw] start_time
3446
- # @return [::Google::Type::TimeOfDay]
3447
- # Indicates start time for schedule to run
3448
- # Will use the time_zone from `ReportDefinition`. Defaults
3449
- # to the publisher's time zone if not specified.
3450
- #
3451
- # For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this
3452
- # will be the time of day that the first report will run on the first day.
3453
- # For example, if the start time is 2:00 PM, and the frequency is
3454
- # THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM,
3455
- # 10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM,
3456
- # 2:00 PM, 10:00 PM.
3457
- class Schedule
3458
- include ::Google::Protobuf::MessageExts
3459
- extend ::Google::Protobuf::MessageExts::ClassMethods
3460
-
3461
- # Days of week to schedule report run.
3462
- # @!attribute [rw] weekly_scheduled_days
3463
- # @return [::Array<::Google::Type::DayOfWeek>]
3464
- # Specifies days of the week on which to run report.
3465
- class WeeklySchedule
3466
- include ::Google::Protobuf::MessageExts
3467
- extend ::Google::Protobuf::MessageExts::ClassMethods
3468
- end
3469
-
3470
- # Days of Month to schedule report run.
3471
- # @!attribute [rw] monthly_scheduled_days
3472
- # @return [::Array<::Integer>]
3473
- # Specifies days of the month to run report. Range is from 1-31.
3474
- # Will ignore days that are not valid for the given month.
3475
- class MonthlySchedule
3476
- include ::Google::Protobuf::MessageExts
3477
- extend ::Google::Protobuf::MessageExts::ClassMethods
3478
- end
3479
-
3480
- # Frequency to run report.
3481
- module Frequency
3482
- # No Frequency specified.
3483
- FREQUENCY_UNSPECIFIED = 0
3484
-
3485
- # Schedule report to run every hour.
3486
- HOURLY = 1
3487
-
3488
- # Schedule report to run twice a day (every 12 hours).
3489
- TWO_TIMES_DAILY = 2
3490
-
3491
- # Schedule report to run three times a day (every 8 hours).
3492
- THREE_TIMES_DAILY = 3
3493
-
3494
- # Schedule report to run four times a day (every 6 hours).
3495
- FOUR_TIMES_DAILY = 4
3496
-
3497
- # Schedule report to run on a daily basis.
3498
- DAILY = 5
3499
-
3500
- # Schedule report to run on a weekly basis.
3501
- WEEKLY = 6
3502
-
3503
- # Schedule report to run on a monthly basis.
3504
- MONTHLY = 7
3505
- end
3506
- end
3507
207
  end
3508
208
  end
3509
209
  end