blob: a9a83664f14f5c37d72ddf276e87fc35f6f448bf [file] [log] [blame]
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="realtimebidding_v1.html">Real-time Bidding API</a> . <a href="realtimebidding_v1.buyers.html">buyers</a> . <a href="realtimebidding_v1.buyers.creatives.html">creatives</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a creative.</p>
83<p class="toc_element">
84 <code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Gets a creative.</p>
86<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080087 <code><a href="#list">list(parent, filter=None, view=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070088<p class="firstline">Lists creatives.</p>
89<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<p class="toc_element">
93 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Updates a creative.</p>
95<h3>Method Details</h3>
96<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070097 <code class="details" id="close">close()</code>
98 <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700102 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
103 <pre>Creates a creative.
104
105Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700106 parent: string, Required. The name of the parent buyer that the new creative belongs to that must follow the pattern `buyers/{buyerAccountId}`, where `{buyerAccountId}` represents the account ID of the buyer who owns a creative. For a bidder accessing creatives on behalf of a child seat buyer, `{buyerAccountId}` should represent the account ID of the child seat buyer. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700107 body: object, The request body.
108 The object takes the form of:
109
110{ # A creative and its classification data.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800111 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700112 &quot;A String&quot;,
113 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800114 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
115 &quot;A String&quot;,
116 ],
117 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
118 &quot;A String&quot;,
119 ],
120 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
121 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
122 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
123 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
124 },
125 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
126 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700127 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
128 42,
129 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800130 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
131 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
132 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700133 &quot;version&quot;: 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800134 &quot;creativeServingDecision&quot;: { # Top level status and detected attributes of a creative. # Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
135 &quot;dealsPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
136 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
137 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
138 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
139 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
140 { # Evidence associated with a policy topic entry.
141 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
142 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
143 &quot;A String&quot;,
144 ],
145 },
146 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
147 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
148 },
149 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
150 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
151 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
152 &quot;A String&quot;,
153 ],
154 },
155 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
156 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
157 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
158 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
159 },
160 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
161 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
162 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
163 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
164 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
165 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
166 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
167 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
168 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
169 },
170 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
171 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
172 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
173 { # The URL-level breakdown for the download size.
174 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
175 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
176 },
177 ],
178 },
179 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
180 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
181 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
182 { # The number of HTTP calls made to the given domain.
183 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
184 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
185 },
186 ],
187 },
188 },
189 ],
190 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
191 },
192 ],
193 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
194 },
195 &quot;platformPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China). For the list of platform policies, see: https://support.google.com/platformspolicy/answer/3013851.
196 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
197 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
198 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
199 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
200 { # Evidence associated with a policy topic entry.
201 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
202 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
203 &quot;A String&quot;,
204 ],
205 },
206 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
207 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
208 },
209 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
210 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
211 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
212 &quot;A String&quot;,
213 ],
214 },
215 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
216 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
217 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
218 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
219 },
220 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
221 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
222 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
223 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
224 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
225 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
226 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
227 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
228 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
229 },
230 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
231 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
232 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
233 { # The URL-level breakdown for the download size.
234 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
235 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
236 },
237 ],
238 },
239 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
240 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
241 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
242 { # The number of HTTP calls made to the given domain.
243 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
244 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
245 },
246 ],
247 },
248 },
249 ],
250 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
251 },
252 ],
253 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
254 },
255 &quot;chinaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in China. When approved or disapproved, this applies to both deals and open auction in China. When pending review, this creative is allowed to serve for deals but not for open auction.
256 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
257 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
258 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
259 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
260 { # Evidence associated with a policy topic entry.
261 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
262 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
263 &quot;A String&quot;,
264 ],
265 },
266 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
267 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
268 },
269 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
270 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
271 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
272 &quot;A String&quot;,
273 ],
274 },
275 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
276 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
277 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
278 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
279 },
280 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
281 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
282 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
283 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
284 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
285 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
286 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
287 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
288 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
289 },
290 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
291 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
292 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
293 { # The URL-level breakdown for the download size.
294 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
295 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
296 },
297 ],
298 },
299 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
300 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
301 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
302 { # The number of HTTP calls made to the given domain.
303 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
304 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
305 },
306 ],
307 },
308 },
309 ],
310 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
311 },
312 ],
313 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
314 },
315 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
316 &quot;A String&quot;,
317 ],
318 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
319 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any. Can be used to filter the response of the creatives.list method. See the ad-sensitive-categories.txt file in the technical documentation for a list of IDs. You should use these IDs along with the excluded-sensitive-category field in the bid request to filter your bids.
320 42,
321 ],
322 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.
323 42,
324 ],
325 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
326 &quot;A String&quot;,
327 ],
328 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.
329 &quot;A String&quot;,
330 ],
331 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method. If the `allowed_vendor_type` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) does not contain one of the vendor type IDs that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
332 42,
333 ],
334 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
335 &quot;A String&quot;,
336 ],
337 &quot;networkPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
338 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
339 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
340 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
341 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
342 { # Evidence associated with a policy topic entry.
343 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
344 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
345 &quot;A String&quot;,
346 ],
347 },
348 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
349 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
350 },
351 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
352 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
353 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
354 &quot;A String&quot;,
355 ],
356 },
357 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
358 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
359 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
360 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
361 },
362 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
363 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
364 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
365 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
366 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
367 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
368 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
369 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
370 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
371 },
372 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
373 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
374 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
375 { # The URL-level breakdown for the download size.
376 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
377 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
378 },
379 ],
380 },
381 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
382 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
383 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
384 { # The number of HTTP calls made to the given domain.
385 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
386 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
387 },
388 ],
389 },
390 },
391 ],
392 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
393 },
394 ],
395 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
396 },
397 &quot;russiaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in Russia. When approved or disapproved, this applies to both deals and open auction in Russia. When pending review, this creative is allowed to serve for deals but not for open auction.
398 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
399 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
400 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
401 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
402 { # Evidence associated with a policy topic entry.
403 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
404 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
405 &quot;A String&quot;,
406 ],
407 },
408 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
409 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
410 },
411 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
412 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
413 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
414 &quot;A String&quot;,
415 ],
416 },
417 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
418 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
419 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
420 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
421 },
422 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
423 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
424 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
425 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
426 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
427 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
428 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
429 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
430 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
431 },
432 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
433 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
434 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
435 { # The URL-level breakdown for the download size.
436 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
437 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
438 },
439 ],
440 },
441 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
442 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
443 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
444 { # The number of HTTP calls made to the given domain.
445 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
446 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
447 },
448 ],
449 },
450 },
451 ],
452 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
453 },
454 ],
455 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
456 },
457 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
458 { # Detected advertiser and brand information.
459 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
460 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
461 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
462 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
463 },
464 ],
465 },
466 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
467 &quot;A String&quot;,
468 ],
469 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
470 &quot;native&quot;: { # Native content for a creative. # A native creative.
471 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
472 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
473 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
474 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A smaller image, for the advertiser&#x27;s logo.
475 &quot;height&quot;: 42, # Image height in pixels.
476 &quot;width&quot;: 42, # Image width in pixels.
477 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
478 },
479 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
480 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
481 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # The app icon, for app download ads.
482 &quot;height&quot;: 42, # Image height in pixels.
483 &quot;width&quot;: 42, # Image width in pixels.
484 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
485 },
486 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
487 &quot;height&quot;: 42, # Image height in pixels.
488 &quot;width&quot;: 42, # Image width in pixels.
489 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
490 },
491 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
492 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
493 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
494 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
495 },
496 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
497 &quot;A String&quot;,
498 ],
499 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
500 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700501 &quot;video&quot;: { # Video content for a creative. # A video creative.
502 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
503 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800504 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
505 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
506 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700507 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
508 { # Information about each media file in the VAST.
509 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
510 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
511 },
512 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700513 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad. Can be used to filter the response of the creatives.list method.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700514 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700515 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800516 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700517 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700518 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
519 &quot;A String&quot;,
520 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700521}
522
523 x__xgafv: string, V1 error format.
524 Allowed values
525 1 - v1 error format
526 2 - v2 error format
527
528Returns:
529 An object of the form:
530
531 { # A creative and its classification data.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800532 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700533 &quot;A String&quot;,
534 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800535 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
536 &quot;A String&quot;,
537 ],
538 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
539 &quot;A String&quot;,
540 ],
541 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
542 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
543 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
544 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
545 },
546 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
547 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700548 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
549 42,
550 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800551 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
552 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
553 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700554 &quot;version&quot;: 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800555 &quot;creativeServingDecision&quot;: { # Top level status and detected attributes of a creative. # Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
556 &quot;dealsPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
557 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
558 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
559 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
560 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
561 { # Evidence associated with a policy topic entry.
562 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
563 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
564 &quot;A String&quot;,
565 ],
566 },
567 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
568 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
569 },
570 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
571 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
572 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
573 &quot;A String&quot;,
574 ],
575 },
576 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
577 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
578 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
579 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
580 },
581 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
582 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
583 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
584 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
585 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
586 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
587 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
588 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
589 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
590 },
591 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
592 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
593 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
594 { # The URL-level breakdown for the download size.
595 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
596 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
597 },
598 ],
599 },
600 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
601 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
602 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
603 { # The number of HTTP calls made to the given domain.
604 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
605 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
606 },
607 ],
608 },
609 },
610 ],
611 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
612 },
613 ],
614 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
615 },
616 &quot;platformPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China). For the list of platform policies, see: https://support.google.com/platformspolicy/answer/3013851.
617 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
618 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
619 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
620 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
621 { # Evidence associated with a policy topic entry.
622 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
623 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
624 &quot;A String&quot;,
625 ],
626 },
627 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
628 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
629 },
630 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
631 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
632 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
633 &quot;A String&quot;,
634 ],
635 },
636 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
637 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
638 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
639 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
640 },
641 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
642 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
643 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
644 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
645 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
646 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
647 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
648 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
649 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
650 },
651 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
652 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
653 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
654 { # The URL-level breakdown for the download size.
655 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
656 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
657 },
658 ],
659 },
660 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
661 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
662 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
663 { # The number of HTTP calls made to the given domain.
664 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
665 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
666 },
667 ],
668 },
669 },
670 ],
671 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
672 },
673 ],
674 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
675 },
676 &quot;chinaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in China. When approved or disapproved, this applies to both deals and open auction in China. When pending review, this creative is allowed to serve for deals but not for open auction.
677 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
678 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
679 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
680 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
681 { # Evidence associated with a policy topic entry.
682 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
683 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
684 &quot;A String&quot;,
685 ],
686 },
687 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
688 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
689 },
690 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
691 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
692 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
693 &quot;A String&quot;,
694 ],
695 },
696 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
697 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
698 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
699 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
700 },
701 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
702 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
703 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
704 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
705 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
706 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
707 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
708 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
709 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
710 },
711 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
712 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
713 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
714 { # The URL-level breakdown for the download size.
715 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
716 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
717 },
718 ],
719 },
720 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
721 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
722 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
723 { # The number of HTTP calls made to the given domain.
724 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
725 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
726 },
727 ],
728 },
729 },
730 ],
731 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
732 },
733 ],
734 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
735 },
736 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
737 &quot;A String&quot;,
738 ],
739 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
740 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any. Can be used to filter the response of the creatives.list method. See the ad-sensitive-categories.txt file in the technical documentation for a list of IDs. You should use these IDs along with the excluded-sensitive-category field in the bid request to filter your bids.
741 42,
742 ],
743 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.
744 42,
745 ],
746 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
747 &quot;A String&quot;,
748 ],
749 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.
750 &quot;A String&quot;,
751 ],
752 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method. If the `allowed_vendor_type` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) does not contain one of the vendor type IDs that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
753 42,
754 ],
755 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
756 &quot;A String&quot;,
757 ],
758 &quot;networkPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
759 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
760 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
761 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
762 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
763 { # Evidence associated with a policy topic entry.
764 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
765 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
766 &quot;A String&quot;,
767 ],
768 },
769 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
770 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
771 },
772 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
773 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
774 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
775 &quot;A String&quot;,
776 ],
777 },
778 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
779 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
780 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
781 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
782 },
783 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
784 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
785 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
786 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
787 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
788 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
789 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
790 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
791 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
792 },
793 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
794 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
795 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
796 { # The URL-level breakdown for the download size.
797 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
798 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
799 },
800 ],
801 },
802 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
803 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
804 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
805 { # The number of HTTP calls made to the given domain.
806 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
807 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
808 },
809 ],
810 },
811 },
812 ],
813 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
814 },
815 ],
816 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
817 },
818 &quot;russiaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in Russia. When approved or disapproved, this applies to both deals and open auction in Russia. When pending review, this creative is allowed to serve for deals but not for open auction.
819 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
820 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
821 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
822 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
823 { # Evidence associated with a policy topic entry.
824 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
825 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
826 &quot;A String&quot;,
827 ],
828 },
829 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
830 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
831 },
832 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
833 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
834 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
835 &quot;A String&quot;,
836 ],
837 },
838 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
839 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
840 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
841 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
842 },
843 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
844 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
845 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
846 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
847 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
848 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
849 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
850 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
851 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
852 },
853 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
854 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
855 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
856 { # The URL-level breakdown for the download size.
857 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
858 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
859 },
860 ],
861 },
862 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
863 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
864 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
865 { # The number of HTTP calls made to the given domain.
866 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
867 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
868 },
869 ],
870 },
871 },
872 ],
873 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
874 },
875 ],
876 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
877 },
878 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
879 { # Detected advertiser and brand information.
880 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
881 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
882 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
883 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
884 },
885 ],
886 },
887 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
888 &quot;A String&quot;,
889 ],
890 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
891 &quot;native&quot;: { # Native content for a creative. # A native creative.
892 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
893 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
894 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
895 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A smaller image, for the advertiser&#x27;s logo.
896 &quot;height&quot;: 42, # Image height in pixels.
897 &quot;width&quot;: 42, # Image width in pixels.
898 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
899 },
900 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
901 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
902 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # The app icon, for app download ads.
903 &quot;height&quot;: 42, # Image height in pixels.
904 &quot;width&quot;: 42, # Image width in pixels.
905 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
906 },
907 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
908 &quot;height&quot;: 42, # Image height in pixels.
909 &quot;width&quot;: 42, # Image width in pixels.
910 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
911 },
912 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
913 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
914 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
915 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
916 },
917 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
918 &quot;A String&quot;,
919 ],
920 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
921 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700922 &quot;video&quot;: { # Video content for a creative. # A video creative.
923 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
924 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800925 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
926 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
927 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700928 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
929 { # Information about each media file in the VAST.
930 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
931 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
932 },
933 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700934 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad. Can be used to filter the response of the creatives.list method.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700935 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700936 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800937 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700938 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700939 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
940 &quot;A String&quot;,
941 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700942 }</pre>
943</div>
944
945<div class="method">
946 <code class="details" id="get">get(name, view=None, x__xgafv=None)</code>
947 <pre>Gets a creative.
948
949Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700950 name: string, Required. Name of the creative to retrieve. See creative.name. (required)
951 view: string, Controls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as &quot;FULL&quot;.
952 Allowed values
953 CREATIVE_VIEW_UNSPECIFIED - Not specified, equivalent to SERVING_DECISION_ONLY.
954 SERVING_DECISION_ONLY - Only creativeServingDecision is included in the response.
955 FULL - The entire creative resource (including the declared fields and the creative content) is included in the response.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700956 x__xgafv: string, V1 error format.
957 Allowed values
958 1 - v1 error format
959 2 - v2 error format
960
961Returns:
962 An object of the form:
963
964 { # A creative and its classification data.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800965 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700966 &quot;A String&quot;,
967 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800968 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
969 &quot;A String&quot;,
970 ],
971 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
972 &quot;A String&quot;,
973 ],
974 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
975 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
976 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
977 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
978 },
979 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
980 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700981 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
982 42,
983 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800984 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
985 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
986 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700987 &quot;version&quot;: 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800988 &quot;creativeServingDecision&quot;: { # Top level status and detected attributes of a creative. # Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
989 &quot;dealsPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
990 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
991 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
992 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
993 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
994 { # Evidence associated with a policy topic entry.
995 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
996 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
997 &quot;A String&quot;,
998 ],
999 },
1000 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1001 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1002 },
1003 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1004 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1005 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1006 &quot;A String&quot;,
1007 ],
1008 },
1009 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1010 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1011 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1012 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1013 },
1014 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1015 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1016 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1017 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1018 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1019 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1020 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1021 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1022 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1023 },
1024 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1025 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1026 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1027 { # The URL-level breakdown for the download size.
1028 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1029 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1030 },
1031 ],
1032 },
1033 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1034 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1035 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1036 { # The number of HTTP calls made to the given domain.
1037 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1038 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1039 },
1040 ],
1041 },
1042 },
1043 ],
1044 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1045 },
1046 ],
1047 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1048 },
1049 &quot;platformPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China). For the list of platform policies, see: https://support.google.com/platformspolicy/answer/3013851.
1050 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1051 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1052 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1053 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1054 { # Evidence associated with a policy topic entry.
1055 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1056 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1057 &quot;A String&quot;,
1058 ],
1059 },
1060 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1061 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1062 },
1063 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1064 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1065 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1066 &quot;A String&quot;,
1067 ],
1068 },
1069 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1070 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1071 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1072 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1073 },
1074 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1075 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1076 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1077 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1078 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1079 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1080 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1081 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1082 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1083 },
1084 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1085 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1086 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1087 { # The URL-level breakdown for the download size.
1088 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1089 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1090 },
1091 ],
1092 },
1093 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1094 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1095 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1096 { # The number of HTTP calls made to the given domain.
1097 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1098 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1099 },
1100 ],
1101 },
1102 },
1103 ],
1104 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1105 },
1106 ],
1107 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1108 },
1109 &quot;chinaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in China. When approved or disapproved, this applies to both deals and open auction in China. When pending review, this creative is allowed to serve for deals but not for open auction.
1110 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1111 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1112 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1113 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1114 { # Evidence associated with a policy topic entry.
1115 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1116 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1117 &quot;A String&quot;,
1118 ],
1119 },
1120 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1121 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1122 },
1123 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1124 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1125 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1126 &quot;A String&quot;,
1127 ],
1128 },
1129 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1130 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1131 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1132 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1133 },
1134 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1135 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1136 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1137 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1138 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1139 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1140 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1141 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1142 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1143 },
1144 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1145 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1146 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1147 { # The URL-level breakdown for the download size.
1148 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1149 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1150 },
1151 ],
1152 },
1153 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1154 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1155 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1156 { # The number of HTTP calls made to the given domain.
1157 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1158 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1159 },
1160 ],
1161 },
1162 },
1163 ],
1164 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1165 },
1166 ],
1167 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1168 },
1169 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
1170 &quot;A String&quot;,
1171 ],
1172 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
1173 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any. Can be used to filter the response of the creatives.list method. See the ad-sensitive-categories.txt file in the technical documentation for a list of IDs. You should use these IDs along with the excluded-sensitive-category field in the bid request to filter your bids.
1174 42,
1175 ],
1176 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.
1177 42,
1178 ],
1179 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
1180 &quot;A String&quot;,
1181 ],
1182 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.
1183 &quot;A String&quot;,
1184 ],
1185 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method. If the `allowed_vendor_type` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) does not contain one of the vendor type IDs that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
1186 42,
1187 ],
1188 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
1189 &quot;A String&quot;,
1190 ],
1191 &quot;networkPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
1192 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1193 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1194 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1195 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1196 { # Evidence associated with a policy topic entry.
1197 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1198 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1199 &quot;A String&quot;,
1200 ],
1201 },
1202 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1203 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1204 },
1205 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1206 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1207 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1208 &quot;A String&quot;,
1209 ],
1210 },
1211 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1212 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1213 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1214 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1215 },
1216 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1217 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1218 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1219 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1220 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1221 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1222 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1223 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1224 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1225 },
1226 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1227 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1228 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1229 { # The URL-level breakdown for the download size.
1230 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1231 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1232 },
1233 ],
1234 },
1235 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1236 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1237 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1238 { # The number of HTTP calls made to the given domain.
1239 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1240 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1241 },
1242 ],
1243 },
1244 },
1245 ],
1246 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1247 },
1248 ],
1249 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1250 },
1251 &quot;russiaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in Russia. When approved or disapproved, this applies to both deals and open auction in Russia. When pending review, this creative is allowed to serve for deals but not for open auction.
1252 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1253 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1254 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1255 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1256 { # Evidence associated with a policy topic entry.
1257 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1258 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1259 &quot;A String&quot;,
1260 ],
1261 },
1262 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1263 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1264 },
1265 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1266 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1267 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1268 &quot;A String&quot;,
1269 ],
1270 },
1271 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1272 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1273 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1274 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1275 },
1276 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1277 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1278 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1279 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1280 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1281 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1282 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1283 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1284 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1285 },
1286 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1287 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1288 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1289 { # The URL-level breakdown for the download size.
1290 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1291 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1292 },
1293 ],
1294 },
1295 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1296 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1297 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1298 { # The number of HTTP calls made to the given domain.
1299 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1300 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1301 },
1302 ],
1303 },
1304 },
1305 ],
1306 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1307 },
1308 ],
1309 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1310 },
1311 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
1312 { # Detected advertiser and brand information.
1313 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
1314 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
1315 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
1316 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
1317 },
1318 ],
1319 },
1320 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
1321 &quot;A String&quot;,
1322 ],
1323 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
1324 &quot;native&quot;: { # Native content for a creative. # A native creative.
1325 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
1326 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
1327 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
1328 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A smaller image, for the advertiser&#x27;s logo.
1329 &quot;height&quot;: 42, # Image height in pixels.
1330 &quot;width&quot;: 42, # Image width in pixels.
1331 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
1332 },
1333 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
1334 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
1335 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # The app icon, for app download ads.
1336 &quot;height&quot;: 42, # Image height in pixels.
1337 &quot;width&quot;: 42, # Image width in pixels.
1338 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
1339 },
1340 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
1341 &quot;height&quot;: 42, # Image height in pixels.
1342 &quot;width&quot;: 42, # Image width in pixels.
1343 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
1344 },
1345 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
1346 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
1347 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
1348 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
1349 },
1350 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
1351 &quot;A String&quot;,
1352 ],
1353 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
1354 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001355 &quot;video&quot;: { # Video content for a creative. # A video creative.
1356 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
1357 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001358 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
1359 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
1360 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001361 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
1362 { # Information about each media file in the VAST.
1363 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
1364 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
1365 },
1366 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001367 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad. Can be used to filter the response of the creatives.list method.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001368 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001369 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001370 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001371 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001372 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
1373 &quot;A String&quot;,
1374 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001375 }</pre>
1376</div>
1377
1378<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001379 <code class="details" id="list">list(parent, filter=None, view=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001380 <pre>Lists creatives.
1381
1382Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001383 parent: string, Required. Name of the parent buyer that owns the creatives. The pattern for this resource is either `buyers/{buyerAccountId}` or `bidders/{bidderAccountId}`. For `buyers/{buyerAccountId}`, the `buyerAccountId` can be one of the following: 1. The ID of the buyer that is accessing their own creatives. 2. The ID of the child seat buyer under a bidder account. So for listing creatives pertaining to the child seat buyer (`456`) under bidder account (`123`), you would use the pattern: `buyers/456`. 3. The ID of the bidder itself. So for listing creatives pertaining to bidder (`123`), you would use `buyers/123`. If you want to access all creatives pertaining to both the bidder and all of its child seat accounts, you would use `bidders/{bidderAccountId}`, e.g., for all creatives pertaining to bidder (`123`), use `bidders/123`. (required)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001384 filter: string, Query string to filter creatives. If no filter is specified, all active creatives will be returned. Example: &#x27;accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED&#x27;
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001385 view: string, Controls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as &quot;FULL&quot;.
1386 Allowed values
1387 CREATIVE_VIEW_UNSPECIFIED - Not specified, equivalent to SERVING_DECISION_ONLY.
1388 SERVING_DECISION_ONLY - Only creativeServingDecision is included in the response.
1389 FULL - The entire creative resource (including the declared fields and the creative content) is included in the response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001390 pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of ListCreativesResponse.nextPageToken returned from the previous call to the &#x27;ListCreatives&#x27; method.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001391 pageSize: integer, Requested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available via another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001392 x__xgafv: string, V1 error format.
1393 Allowed values
1394 1 - v1 error format
1395 2 - v2 error format
1396
1397Returns:
1398 An object of the form:
1399
1400 { # A response for listing creatives.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001401 &quot;creatives&quot;: [ # The list of creatives.
1402 { # A creative and its classification data.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001403 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001404 &quot;A String&quot;,
1405 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001406 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
1407 &quot;A String&quot;,
1408 ],
1409 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
1410 &quot;A String&quot;,
1411 ],
1412 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
1413 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
1414 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
1415 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
1416 },
1417 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
1418 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001419 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
1420 42,
1421 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001422 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
1423 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
1424 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001425 &quot;version&quot;: 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001426 &quot;creativeServingDecision&quot;: { # Top level status and detected attributes of a creative. # Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
1427 &quot;dealsPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
1428 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1429 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1430 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1431 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1432 { # Evidence associated with a policy topic entry.
1433 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1434 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1435 &quot;A String&quot;,
1436 ],
1437 },
1438 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1439 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1440 },
1441 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1442 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1443 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1444 &quot;A String&quot;,
1445 ],
1446 },
1447 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1448 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1449 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1450 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1451 },
1452 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1453 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1454 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1455 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1456 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1457 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1458 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1459 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1460 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1461 },
1462 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1463 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1464 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1465 { # The URL-level breakdown for the download size.
1466 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1467 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1468 },
1469 ],
1470 },
1471 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1472 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1473 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1474 { # The number of HTTP calls made to the given domain.
1475 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1476 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1477 },
1478 ],
1479 },
1480 },
1481 ],
1482 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1483 },
1484 ],
1485 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1486 },
1487 &quot;platformPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China). For the list of platform policies, see: https://support.google.com/platformspolicy/answer/3013851.
1488 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1489 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1490 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1491 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1492 { # Evidence associated with a policy topic entry.
1493 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1494 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1495 &quot;A String&quot;,
1496 ],
1497 },
1498 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1499 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1500 },
1501 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1502 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1503 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1504 &quot;A String&quot;,
1505 ],
1506 },
1507 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1508 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1509 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1510 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1511 },
1512 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1513 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1514 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1515 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1516 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1517 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1518 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1519 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1520 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1521 },
1522 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1523 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1524 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1525 { # The URL-level breakdown for the download size.
1526 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1527 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1528 },
1529 ],
1530 },
1531 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1532 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1533 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1534 { # The number of HTTP calls made to the given domain.
1535 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1536 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1537 },
1538 ],
1539 },
1540 },
1541 ],
1542 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1543 },
1544 ],
1545 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1546 },
1547 &quot;chinaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in China. When approved or disapproved, this applies to both deals and open auction in China. When pending review, this creative is allowed to serve for deals but not for open auction.
1548 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1549 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1550 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1551 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1552 { # Evidence associated with a policy topic entry.
1553 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1554 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1555 &quot;A String&quot;,
1556 ],
1557 },
1558 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1559 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1560 },
1561 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1562 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1563 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1564 &quot;A String&quot;,
1565 ],
1566 },
1567 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1568 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1569 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1570 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1571 },
1572 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1573 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1574 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1575 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1576 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1577 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1578 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1579 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1580 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1581 },
1582 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1583 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1584 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1585 { # The URL-level breakdown for the download size.
1586 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1587 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1588 },
1589 ],
1590 },
1591 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1592 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1593 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1594 { # The number of HTTP calls made to the given domain.
1595 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1596 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1597 },
1598 ],
1599 },
1600 },
1601 ],
1602 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1603 },
1604 ],
1605 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1606 },
1607 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
1608 &quot;A String&quot;,
1609 ],
1610 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
1611 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any. Can be used to filter the response of the creatives.list method. See the ad-sensitive-categories.txt file in the technical documentation for a list of IDs. You should use these IDs along with the excluded-sensitive-category field in the bid request to filter your bids.
1612 42,
1613 ],
1614 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.
1615 42,
1616 ],
1617 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
1618 &quot;A String&quot;,
1619 ],
1620 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.
1621 &quot;A String&quot;,
1622 ],
1623 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method. If the `allowed_vendor_type` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) does not contain one of the vendor type IDs that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
1624 42,
1625 ],
1626 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
1627 &quot;A String&quot;,
1628 ],
1629 &quot;networkPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
1630 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1631 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1632 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1633 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1634 { # Evidence associated with a policy topic entry.
1635 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1636 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1637 &quot;A String&quot;,
1638 ],
1639 },
1640 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1641 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1642 },
1643 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1644 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1645 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1646 &quot;A String&quot;,
1647 ],
1648 },
1649 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1650 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1651 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1652 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1653 },
1654 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1655 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1656 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1657 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1658 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1659 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1660 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1661 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1662 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1663 },
1664 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1665 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1666 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1667 { # The URL-level breakdown for the download size.
1668 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1669 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1670 },
1671 ],
1672 },
1673 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1674 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1675 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1676 { # The number of HTTP calls made to the given domain.
1677 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1678 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1679 },
1680 ],
1681 },
1682 },
1683 ],
1684 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1685 },
1686 ],
1687 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1688 },
1689 &quot;russiaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in Russia. When approved or disapproved, this applies to both deals and open auction in Russia. When pending review, this creative is allowed to serve for deals but not for open auction.
1690 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1691 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1692 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1693 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1694 { # Evidence associated with a policy topic entry.
1695 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1696 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1697 &quot;A String&quot;,
1698 ],
1699 },
1700 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1701 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1702 },
1703 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1704 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1705 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1706 &quot;A String&quot;,
1707 ],
1708 },
1709 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1710 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1711 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1712 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1713 },
1714 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1715 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1716 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1717 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1718 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1719 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1720 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1721 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1722 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1723 },
1724 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1725 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1726 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1727 { # The URL-level breakdown for the download size.
1728 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1729 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1730 },
1731 ],
1732 },
1733 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1734 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1735 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1736 { # The number of HTTP calls made to the given domain.
1737 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1738 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1739 },
1740 ],
1741 },
1742 },
1743 ],
1744 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1745 },
1746 ],
1747 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1748 },
1749 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
1750 { # Detected advertiser and brand information.
1751 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
1752 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
1753 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
1754 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
1755 },
1756 ],
1757 },
1758 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
1759 &quot;A String&quot;,
1760 ],
1761 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
1762 &quot;native&quot;: { # Native content for a creative. # A native creative.
1763 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
1764 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
1765 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
1766 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A smaller image, for the advertiser&#x27;s logo.
1767 &quot;height&quot;: 42, # Image height in pixels.
1768 &quot;width&quot;: 42, # Image width in pixels.
1769 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
1770 },
1771 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
1772 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
1773 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # The app icon, for app download ads.
1774 &quot;height&quot;: 42, # Image height in pixels.
1775 &quot;width&quot;: 42, # Image width in pixels.
1776 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
1777 },
1778 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
1779 &quot;height&quot;: 42, # Image height in pixels.
1780 &quot;width&quot;: 42, # Image width in pixels.
1781 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
1782 },
1783 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
1784 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
1785 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
1786 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
1787 },
1788 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
1789 &quot;A String&quot;,
1790 ],
1791 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
1792 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001793 &quot;video&quot;: { # Video content for a creative. # A video creative.
1794 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
1795 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001796 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
1797 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
1798 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001799 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
1800 { # Information about each media file in the VAST.
1801 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
1802 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
1803 },
1804 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001805 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad. Can be used to filter the response of the creatives.list method.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001806 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001807 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001808 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001809 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001810 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
1811 &quot;A String&quot;,
1812 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001813 },
1814 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001815 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.pageToken field in the subsequent call to the `ListCreatives` method to retrieve the next page of results.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001816 }</pre>
1817</div>
1818
1819<div class="method">
1820 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1821 <pre>Retrieves the next page of results.
1822
1823Args:
1824 previous_request: The request for the previous page. (required)
1825 previous_response: The response from the request for the previous page. (required)
1826
1827Returns:
1828 A request object that you can call &#x27;execute()&#x27; on to request the next
1829 page. Returns None if there are no more items in the collection.
1830 </pre>
1831</div>
1832
1833<div class="method">
1834 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
1835 <pre>Updates a creative.
1836
1837Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001838 name: string, Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001839 body: object, The request body.
1840 The object takes the form of:
1841
1842{ # A creative and its classification data.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001843 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001844 &quot;A String&quot;,
1845 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001846 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
1847 &quot;A String&quot;,
1848 ],
1849 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
1850 &quot;A String&quot;,
1851 ],
1852 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
1853 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
1854 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
1855 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
1856 },
1857 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
1858 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001859 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
1860 42,
1861 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001862 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
1863 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
1864 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001865 &quot;version&quot;: 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001866 &quot;creativeServingDecision&quot;: { # Top level status and detected attributes of a creative. # Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
1867 &quot;dealsPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
1868 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1869 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1870 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1871 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1872 { # Evidence associated with a policy topic entry.
1873 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1874 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1875 &quot;A String&quot;,
1876 ],
1877 },
1878 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1879 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1880 },
1881 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1882 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1883 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1884 &quot;A String&quot;,
1885 ],
1886 },
1887 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1888 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1889 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1890 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1891 },
1892 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1893 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1894 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1895 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1896 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1897 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1898 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1899 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1900 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1901 },
1902 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1903 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1904 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1905 { # The URL-level breakdown for the download size.
1906 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1907 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1908 },
1909 ],
1910 },
1911 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1912 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1913 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1914 { # The number of HTTP calls made to the given domain.
1915 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1916 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1917 },
1918 ],
1919 },
1920 },
1921 ],
1922 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1923 },
1924 ],
1925 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1926 },
1927 &quot;platformPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China). For the list of platform policies, see: https://support.google.com/platformspolicy/answer/3013851.
1928 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1929 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1930 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1931 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1932 { # Evidence associated with a policy topic entry.
1933 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1934 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1935 &quot;A String&quot;,
1936 ],
1937 },
1938 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1939 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
1940 },
1941 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
1942 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
1943 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
1944 &quot;A String&quot;,
1945 ],
1946 },
1947 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
1948 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
1949 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
1950 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
1951 },
1952 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
1953 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
1954 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
1955 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
1956 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
1957 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
1958 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
1959 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
1960 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
1961 },
1962 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
1963 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
1964 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
1965 { # The URL-level breakdown for the download size.
1966 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
1967 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
1968 },
1969 ],
1970 },
1971 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
1972 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
1973 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
1974 { # The number of HTTP calls made to the given domain.
1975 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
1976 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
1977 },
1978 ],
1979 },
1980 },
1981 ],
1982 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
1983 },
1984 ],
1985 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
1986 },
1987 &quot;chinaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in China. When approved or disapproved, this applies to both deals and open auction in China. When pending review, this creative is allowed to serve for deals but not for open auction.
1988 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
1989 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
1990 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
1991 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
1992 { # Evidence associated with a policy topic entry.
1993 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
1994 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
1995 &quot;A String&quot;,
1996 ],
1997 },
1998 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
1999 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2000 },
2001 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2002 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2003 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2004 &quot;A String&quot;,
2005 ],
2006 },
2007 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2008 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2009 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2010 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2011 },
2012 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2013 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2014 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2015 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2016 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2017 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2018 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2019 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2020 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2021 },
2022 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2023 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2024 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2025 { # The URL-level breakdown for the download size.
2026 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2027 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2028 },
2029 ],
2030 },
2031 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2032 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2033 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2034 { # The number of HTTP calls made to the given domain.
2035 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2036 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2037 },
2038 ],
2039 },
2040 },
2041 ],
2042 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2043 },
2044 ],
2045 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2046 },
2047 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
2048 &quot;A String&quot;,
2049 ],
2050 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
2051 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any. Can be used to filter the response of the creatives.list method. See the ad-sensitive-categories.txt file in the technical documentation for a list of IDs. You should use these IDs along with the excluded-sensitive-category field in the bid request to filter your bids.
2052 42,
2053 ],
2054 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.
2055 42,
2056 ],
2057 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
2058 &quot;A String&quot;,
2059 ],
2060 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.
2061 &quot;A String&quot;,
2062 ],
2063 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method. If the `allowed_vendor_type` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) does not contain one of the vendor type IDs that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
2064 42,
2065 ],
2066 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
2067 &quot;A String&quot;,
2068 ],
2069 &quot;networkPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
2070 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2071 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2072 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2073 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2074 { # Evidence associated with a policy topic entry.
2075 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2076 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2077 &quot;A String&quot;,
2078 ],
2079 },
2080 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2081 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2082 },
2083 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2084 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2085 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2086 &quot;A String&quot;,
2087 ],
2088 },
2089 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2090 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2091 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2092 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2093 },
2094 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2095 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2096 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2097 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2098 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2099 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2100 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2101 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2102 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2103 },
2104 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2105 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2106 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2107 { # The URL-level breakdown for the download size.
2108 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2109 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2110 },
2111 ],
2112 },
2113 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2114 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2115 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2116 { # The number of HTTP calls made to the given domain.
2117 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2118 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2119 },
2120 ],
2121 },
2122 },
2123 ],
2124 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2125 },
2126 ],
2127 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2128 },
2129 &quot;russiaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in Russia. When approved or disapproved, this applies to both deals and open auction in Russia. When pending review, this creative is allowed to serve for deals but not for open auction.
2130 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2131 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2132 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2133 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2134 { # Evidence associated with a policy topic entry.
2135 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2136 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2137 &quot;A String&quot;,
2138 ],
2139 },
2140 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2141 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2142 },
2143 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2144 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2145 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2146 &quot;A String&quot;,
2147 ],
2148 },
2149 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2150 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2151 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2152 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2153 },
2154 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2155 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2156 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2157 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2158 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2159 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2160 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2161 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2162 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2163 },
2164 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2165 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2166 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2167 { # The URL-level breakdown for the download size.
2168 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2169 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2170 },
2171 ],
2172 },
2173 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2174 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2175 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2176 { # The number of HTTP calls made to the given domain.
2177 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2178 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2179 },
2180 ],
2181 },
2182 },
2183 ],
2184 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2185 },
2186 ],
2187 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2188 },
2189 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
2190 { # Detected advertiser and brand information.
2191 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
2192 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
2193 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
2194 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
2195 },
2196 ],
2197 },
2198 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
2199 &quot;A String&quot;,
2200 ],
2201 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
2202 &quot;native&quot;: { # Native content for a creative. # A native creative.
2203 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
2204 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
2205 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
2206 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A smaller image, for the advertiser&#x27;s logo.
2207 &quot;height&quot;: 42, # Image height in pixels.
2208 &quot;width&quot;: 42, # Image width in pixels.
2209 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
2210 },
2211 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
2212 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
2213 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # The app icon, for app download ads.
2214 &quot;height&quot;: 42, # Image height in pixels.
2215 &quot;width&quot;: 42, # Image width in pixels.
2216 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
2217 },
2218 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
2219 &quot;height&quot;: 42, # Image height in pixels.
2220 &quot;width&quot;: 42, # Image width in pixels.
2221 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
2222 },
2223 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
2224 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
2225 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
2226 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
2227 },
2228 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
2229 &quot;A String&quot;,
2230 ],
2231 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
2232 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002233 &quot;video&quot;: { # Video content for a creative. # A video creative.
2234 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
2235 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002236 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
2237 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
2238 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002239 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
2240 { # Information about each media file in the VAST.
2241 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
2242 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
2243 },
2244 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002245 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad. Can be used to filter the response of the creatives.list method.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002246 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002247 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002248 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002249 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002250 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
2251 &quot;A String&quot;,
2252 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002253}
2254
2255 updateMask: string, Field mask to use for partial in-place updates.
2256 x__xgafv: string, V1 error format.
2257 Allowed values
2258 1 - v1 error format
2259 2 - v2 error format
2260
2261Returns:
2262 An object of the form:
2263
2264 { # A creative and its classification data.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002265 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002266 &quot;A String&quot;,
2267 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002268 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
2269 &quot;A String&quot;,
2270 ],
2271 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
2272 &quot;A String&quot;,
2273 ],
2274 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
2275 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
2276 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
2277 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
2278 },
2279 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
2280 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002281 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
2282 42,
2283 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002284 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
2285 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
2286 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002287 &quot;version&quot;: 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002288 &quot;creativeServingDecision&quot;: { # Top level status and detected attributes of a creative. # Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
2289 &quot;dealsPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
2290 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2291 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2292 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2293 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2294 { # Evidence associated with a policy topic entry.
2295 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2296 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2297 &quot;A String&quot;,
2298 ],
2299 },
2300 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2301 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2302 },
2303 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2304 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2305 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2306 &quot;A String&quot;,
2307 ],
2308 },
2309 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2310 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2311 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2312 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2313 },
2314 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2315 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2316 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2317 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2318 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2319 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2320 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2321 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2322 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2323 },
2324 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2325 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2326 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2327 { # The URL-level breakdown for the download size.
2328 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2329 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2330 },
2331 ],
2332 },
2333 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2334 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2335 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2336 { # The number of HTTP calls made to the given domain.
2337 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2338 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2339 },
2340 ],
2341 },
2342 },
2343 ],
2344 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2345 },
2346 ],
2347 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2348 },
2349 &quot;platformPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China). For the list of platform policies, see: https://support.google.com/platformspolicy/answer/3013851.
2350 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2351 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2352 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2353 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2354 { # Evidence associated with a policy topic entry.
2355 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2356 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2357 &quot;A String&quot;,
2358 ],
2359 },
2360 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2361 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2362 },
2363 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2364 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2365 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2366 &quot;A String&quot;,
2367 ],
2368 },
2369 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2370 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2371 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2372 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2373 },
2374 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2375 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2376 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2377 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2378 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2379 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2380 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2381 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2382 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2383 },
2384 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2385 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2386 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2387 { # The URL-level breakdown for the download size.
2388 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2389 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2390 },
2391 ],
2392 },
2393 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2394 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2395 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2396 { # The number of HTTP calls made to the given domain.
2397 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2398 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2399 },
2400 ],
2401 },
2402 },
2403 ],
2404 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2405 },
2406 ],
2407 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2408 },
2409 &quot;chinaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in China. When approved or disapproved, this applies to both deals and open auction in China. When pending review, this creative is allowed to serve for deals but not for open auction.
2410 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2411 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2412 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2413 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2414 { # Evidence associated with a policy topic entry.
2415 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2416 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2417 &quot;A String&quot;,
2418 ],
2419 },
2420 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2421 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2422 },
2423 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2424 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2425 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2426 &quot;A String&quot;,
2427 ],
2428 },
2429 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2430 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2431 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2432 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2433 },
2434 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2435 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2436 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2437 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2438 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2439 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2440 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2441 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2442 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2443 },
2444 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2445 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2446 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2447 { # The URL-level breakdown for the download size.
2448 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2449 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2450 },
2451 ],
2452 },
2453 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2454 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2455 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2456 { # The number of HTTP calls made to the given domain.
2457 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2458 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2459 },
2460 ],
2461 },
2462 },
2463 ],
2464 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2465 },
2466 ],
2467 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2468 },
2469 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
2470 &quot;A String&quot;,
2471 ],
2472 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
2473 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any. Can be used to filter the response of the creatives.list method. See the ad-sensitive-categories.txt file in the technical documentation for a list of IDs. You should use these IDs along with the excluded-sensitive-category field in the bid request to filter your bids.
2474 42,
2475 ],
2476 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.
2477 42,
2478 ],
2479 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
2480 &quot;A String&quot;,
2481 ],
2482 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.
2483 &quot;A String&quot;,
2484 ],
2485 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method. If the `allowed_vendor_type` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) does not contain one of the vendor type IDs that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
2486 42,
2487 ],
2488 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
2489 &quot;A String&quot;,
2490 ],
2491 &quot;networkPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
2492 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2493 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2494 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2495 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2496 { # Evidence associated with a policy topic entry.
2497 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2498 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2499 &quot;A String&quot;,
2500 ],
2501 },
2502 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2503 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2504 },
2505 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2506 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2507 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2508 &quot;A String&quot;,
2509 ],
2510 },
2511 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2512 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2513 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2514 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2515 },
2516 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2517 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2518 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2519 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2520 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2521 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2522 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2523 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2524 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2525 },
2526 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2527 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2528 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2529 { # The URL-level breakdown for the download size.
2530 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2531 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2532 },
2533 ],
2534 },
2535 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2536 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2537 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2538 { # The number of HTTP calls made to the given domain.
2539 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2540 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2541 },
2542 ],
2543 },
2544 },
2545 ],
2546 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2547 },
2548 ],
2549 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2550 },
2551 &quot;russiaPolicyCompliance&quot;: { # Policy compliance of the creative for a transaction type or a region. # The policy compliance of this creative in Russia. When approved or disapproved, this applies to both deals and open auction in Russia. When pending review, this creative is allowed to serve for deals but not for open auction.
2552 &quot;topics&quot;: [ # Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.
2553 { # Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
2554 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
2555 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
2556 { # Evidence associated with a policy topic entry.
2557 &quot;httpCall&quot;: { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
2558 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
2559 &quot;A String&quot;,
2560 ],
2561 },
2562 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
2563 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
2564 },
2565 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
2566 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
2567 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
2568 &quot;A String&quot;,
2569 ],
2570 },
2571 &quot;destinationNotCrawlable&quot;: { # Evidence that the creative&#x27;s destination URL was not crawlable by Google. # The creative&#x27;s destination URL was not crawlable by Google.
2572 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
2573 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
2574 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
2575 },
2576 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or having been incorrectly set up. # The creative&#x27;s destination URL did not function properly or was incorrectly set up.
2577 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with no content or an error page.
2578 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
2579 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
2580 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
2581 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
2582 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
2583 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
2584 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
2585 },
2586 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in a creative. # Total download size and URL-level download size breakdown for resources in a creative.
2587 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
2588 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
2589 { # The URL-level breakdown for the download size.
2590 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
2591 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
2592 },
2593 ],
2594 },
2595 &quot;domainCall&quot;: { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
2596 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
2597 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
2598 { # The number of HTTP calls made to the given domain.
2599 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
2600 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
2601 },
2602 ],
2603 },
2604 },
2605 ],
2606 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;, &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
2607 },
2608 ],
2609 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
2610 },
2611 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
2612 { # Detected advertiser and brand information.
2613 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
2614 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
2615 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
2616 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
2617 },
2618 ],
2619 },
2620 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
2621 &quot;A String&quot;,
2622 ],
2623 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
2624 &quot;native&quot;: { # Native content for a creative. # A native creative.
2625 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
2626 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
2627 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
2628 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A smaller image, for the advertiser&#x27;s logo.
2629 &quot;height&quot;: 42, # Image height in pixels.
2630 &quot;width&quot;: 42, # Image width in pixels.
2631 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
2632 },
2633 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
2634 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
2635 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # The app icon, for app download ads.
2636 &quot;height&quot;: 42, # Image height in pixels.
2637 &quot;width&quot;: 42, # Image width in pixels.
2638 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
2639 },
2640 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
2641 &quot;height&quot;: 42, # Image height in pixels.
2642 &quot;width&quot;: 42, # Image width in pixels.
2643 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
2644 },
2645 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
2646 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
2647 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
2648 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
2649 },
2650 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
2651 &quot;A String&quot;,
2652 ],
2653 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
2654 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002655 &quot;video&quot;: { # Video content for a creative. # A video creative.
2656 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
2657 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002658 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
2659 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
2660 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to skip this ad. If the field is not set, the ad is not skippable. If the field is set, the ad is skippable. Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002661 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.
2662 { # Information about each media file in the VAST.
2663 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
2664 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
2665 },
2666 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002667 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad. Can be used to filter the response of the creatives.list method.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002668 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002669 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002670 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002671 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002672 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
2673 &quot;A String&quot;,
2674 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002675 }</pre>
2676</div>
2677
2678</body></html>