blob: ff4a02743819fc343b2c5b2b1b2e95e92b71a0dd [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.bidders.html">bidders</a> . <a href="realtimebidding_v1.bidders.creatives.html">creatives</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#list">list(parent, pageToken=None, view=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Lists creatives.</p>
80<p class="toc_element">
81 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
82<p class="firstline">Retrieves the next page of results.</p>
83<p class="toc_element">
84 <code><a href="#watch">watch(parent, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Watches all creatives pertaining to a bidder. It is sufficient to invoke</p>
86<h3>Method Details</h3>
87<div class="method">
88 <code class="details" id="list">list(parent, pageToken=None, view=None, pageSize=None, filter=None, x__xgafv=None)</code>
89 <pre>Lists creatives.
90
91Args:
92 parent: string, Required. Name of the parent buyer that owns the creatives.
93
94The pattern for this resource is either `buyers/{buyerAccountId}` or
95`bidders/{bidderAccountId}`.
96
97For `buyers/{buyerAccountId}`, the `buyerAccountId` can be one of the
98following:
991. The ID of the buyer that is accessing their own creatives.
1002. The ID of the child seat buyer under a bidder account.
101 So for listing creatives pertaining to the child seat buyer (`456`)
102 under bidder account (`123`), you would use the pattern: `buyers/456`.
1033. The ID of the bidder itself.
104 So for listing creatives pertaining to bidder (`123`),
105 you would use `buyers/123`.
106
107If you want to access all creatives pertaining to both the bidder and all
108of its child seat accounts, you would use `bidders/{bidderAccountId}`,
109e.g., for all creatives pertaining to bidder (`123`), use `bidders/123`. (required)
110 pageToken: string, A token identifying a page of results the server should return.
111Typically, this is the value of
112ListCreativesResponse.nextPageToken
113returned from the previous call to the &#x27;ListCreatives&#x27; method.
114 view: string, Controls the amount of information included in the response.
115By default only
116creativeServingDecision
117is included. To retrieve the entire creative
118resource (including the declared
119fields and the creative content) specify the view as &quot;FULL&quot;.
120 pageSize: integer, Requested page size. The server may return fewer creatives than requested
121(due to timeout constraint) even if more are available via another call.
122If unspecified, server will pick an appropriate default.
123Acceptable values are 1 to 1000, inclusive.
124 filter: string, Query string to filter creatives. If no filter is specified,
125all active creatives will be returned.
126
127Example: &#x27;accountId=12345 AND (dealsStatus:DISAPPROVED AND
128disapprovalReason:UNACCEPTABLE_CONTENT) OR
129declaredAttributes:IS_COOKIE_TARGETED&#x27;
130 x__xgafv: string, V1 error format.
131 Allowed values
132 1 - v1 error format
133 2 - v2 error format
134
135Returns:
136 An object of the form:
137
138 { # A response for listing creatives.
139 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results.
140 # Pass this value in the
141 # ListCreativesRequest.pageToken
142 # field in the subsequent call to the `ListCreatives` method to retrieve the
143 # next page of results.
144 &quot;creatives&quot;: [ # The list of creatives.
145 { # A creative and its classification data.
146 &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,
147 # language, advertiser, product category, etc.) that affect whether (status)
148 # and where (context) a creative will be allowed to serve.
149 &quot;detectedSensitiveCategories&quot;: [ # Detected sensitive categories, if any.
150 # Can be used to filter the response of the
151 # creatives.list
152 # method.
153 #
154 # See the ad-sensitive-categories.txt file in the technical documentation
155 # for a list of IDs. You should use these IDs along with the
156 # excluded-sensitive-category field in the bid request to filter your bids.
157 42,
158 ],
159 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative.
160 # Can be used to filter the response of the
161 # creatives.list
162 # method.
163 &quot;A String&quot;,
164 ],
165 &quot;detectedVendorIds&quot;: [ # IDs of the ad technology vendors that were detected to be
166 # used by this creative. See
167 # https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for
168 # possible values.
169 # Can be used to filter the response of the
170 # creatives.list
171 # method.
172 #
173 # If the `allowed_vendor_type` field of a [bid
174 # request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto)
175 # does not contain one of the vendor type IDs that were declared or
176 # detected for a given creative, and a bid is submitted with that creative,
177 # the bid will be filtered before the auction.
178 42,
179 ],
180 &quot;dealsServingStatus&quot;: { # Serving status of the creative for a transaction type or a region. # Status of this creative when bidding on PG and PD deals (outside of
181 # Russia and China).
182 &quot;topics&quot;: [ # Policy topics related to the serving decision for this transaction type
183 # (e.g., open auction, deals) or region (e.g., China, Russia).
184 # Topics may be present only if status is DISAPPROVED.
185 { # Each policy topic entry will represent a violation of a policy topic for a
186 # creative, with the policy topic information and optional evidence for the
187 # policy violation.
188 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
189 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
190 { # Evidence associated with a policy topic entry.
191 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in # Total download size and URL-level download size breakdown for resources
192 # in a creative.
193 # a creative.
194 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
195 { # The URL-level breakdown for the download size.
196 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
197 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
198 },
199 ],
200 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
201 },
202 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
203 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set,
204 # cookie_names above will be set to the cookie names of top domains with
205 # the largest number of cookies.
206 # This field will only be set for TOO_MANY_COOKIES policy.
207 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies.
208 # For TOO_MANY_COOKIES policy, this will be the cookie names of top domains
209 # with the largest number of cookies. For other policies, this will be all
210 # the cookie names that violate the policy.
211 &quot;A String&quot;,
212 ],
213 },
214 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
215 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
216 },
217 &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.
218 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
219 &quot;A String&quot;,
220 ],
221 },
222 &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.
223 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
224 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
225 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
226 },
227 &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.
228 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not
229 # limited to the number of calls in the top_http_call_domains.
230 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
231 { # The number of HTTP calls made to the given domain.
232 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
233 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
234 },
235 ],
236 },
237 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or # The creative&#x27;s destination URL did not function properly or was
238 # incorrectly set up.
239 # having been incorrectly set up.
240 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
241 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
242 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with
243 # no content or an error page.
244 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
245 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
246 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
247 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
248 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
249 },
250 },
251 ],
252 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;,
253 # &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible
254 # policy topics is not fixed for a particular API version and may change at
255 # any time.
256 # Can be used to filter the response of the
257 # creatives.list
258 # method
259 },
260 ],
261 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction,
262 # deals) or region (e.g., China, Russia).
263 # Can be used to filter the response of the
264 # creatives.list
265 # method.
266 },
267 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
268 { # Detected advertiser and brand information.
269 &quot;advertiserId&quot;: &quot;A String&quot;, # See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt
270 # for the list of possible values.
271 # Can be used to filter the response of the
272 # creatives.list
273 # method.
274 &quot;brandName&quot;: &quot;A String&quot;, # Brand name.
275 # Can be used to filter the response of the
276 # creatives.list
277 # method.
278 &quot;brandId&quot;: &quot;A String&quot;, # Detected brand ID or zero if no brand has been detected.
279 # See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for
280 # the list of possible values.
281 # Can be used to filter the response of the
282 # creatives.list
283 # method.
284 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name.
285 # Can be used to filter the response of the
286 # creatives.list
287 # method.
288 },
289 ],
290 &quot;adTechnologyProviders&quot;: { # Detected ad technology provider information. # The detected ad technology providers.
291 &quot;detectedProviderIds&quot;: [ # The detected ad technology provider IDs for this creative.
292 # See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for
293 # mapping of provider ID to provided name, a privacy policy URL, and a list
294 # of domains which can be attributed to the provider.
295 #
296 # If the creative contains provider IDs that are outside of those listed in
297 # the `BidRequest.adslot.consented_providers_settings.consented_providers`
298 # field on the [Google bid
299 # protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto)
300 # and the
301 # `BidRequest.user.ext.consented_providers_settings.consented_providers`
302 # field on the [OpenRTB
303 # protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto),
304 # and a bid is submitted with that creative for an impression
305 # that will serve to an EEA user, the bid will be filtered before the
306 # auction.
307 &quot;A String&quot;,
308 ],
309 &quot;hasUnidentifiedProvider&quot;: True or False, # Whether the creative contains an unidentified ad technology provider.
310 #
311 # If true for a given creative, any bid submitted with that creative for an
312 # impression that will serve to an EEA user will be filtered before the
313 # auction.
314 },
315 &quot;chinaServingStatus&quot;: { # Serving status of the creative for a transaction type or a region. # The serving status of this creative in China.
316 # When approved or disapproved, this status applies to both deals and open
317 # auction in China. When pending review, this creative is allowed to serve
318 # for deals but not for open auction.
319 &quot;topics&quot;: [ # Policy topics related to the serving decision for this transaction type
320 # (e.g., open auction, deals) or region (e.g., China, Russia).
321 # Topics may be present only if status is DISAPPROVED.
322 { # Each policy topic entry will represent a violation of a policy topic for a
323 # creative, with the policy topic information and optional evidence for the
324 # policy violation.
325 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
326 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
327 { # Evidence associated with a policy topic entry.
328 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in # Total download size and URL-level download size breakdown for resources
329 # in a creative.
330 # a creative.
331 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
332 { # The URL-level breakdown for the download size.
333 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
334 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
335 },
336 ],
337 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
338 },
339 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
340 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set,
341 # cookie_names above will be set to the cookie names of top domains with
342 # the largest number of cookies.
343 # This field will only be set for TOO_MANY_COOKIES policy.
344 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies.
345 # For TOO_MANY_COOKIES policy, this will be the cookie names of top domains
346 # with the largest number of cookies. For other policies, this will be all
347 # the cookie names that violate the policy.
348 &quot;A String&quot;,
349 ],
350 },
351 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
352 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
353 },
354 &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.
355 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
356 &quot;A String&quot;,
357 ],
358 },
359 &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.
360 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
361 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
362 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
363 },
364 &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.
365 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not
366 # limited to the number of calls in the top_http_call_domains.
367 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
368 { # The number of HTTP calls made to the given domain.
369 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
370 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
371 },
372 ],
373 },
374 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or # The creative&#x27;s destination URL did not function properly or was
375 # incorrectly set up.
376 # having been incorrectly set up.
377 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
378 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
379 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with
380 # no content or an error page.
381 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
382 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
383 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
384 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
385 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
386 },
387 },
388 ],
389 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;,
390 # &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible
391 # policy topics is not fixed for a particular API version and may change at
392 # any time.
393 # Can be used to filter the response of the
394 # creatives.list
395 # method
396 },
397 ],
398 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction,
399 # deals) or region (e.g., China, Russia).
400 # Can be used to filter the response of the
401 # creatives.list
402 # method.
403 },
404 &quot;detectedProductCategories&quot;: [ # Detected product categories, if any.
405 # See the ad-product-categories.txt file in the technical documentation
406 # for a list of IDs.
407 # Can be used to filter the response of the
408 # creatives.list
409 # method.
410 42,
411 ],
412 &quot;detectedAttributes&quot;: [ # Publisher-excludable attributes that were detected for this creative.
413 # Can be used to filter the response of the
414 # creatives.list
415 # method.
416 #
417 # If the `excluded_attribute` field of a [bid
418 # request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto)
419 # contains one of the attributes that were declared or detected for a given
420 # creative, and a bid is submitted with that creative, the bid will be
421 # filtered before the auction.
422 &quot;A String&quot;,
423 ],
424 &quot;lastStatusUpdate&quot;: &quot;A String&quot;, # The last time the creative status was updated.
425 # Can be used to filter the response of the
426 # creatives.list
427 # method.
428 &quot;openAuctionServingStatus&quot;: { # Serving status of the creative for a transaction type or a region. # Status of this creative when bidding in open auction, private auction, or
429 # auction packages (outside of Russia and China).
430 &quot;topics&quot;: [ # Policy topics related to the serving decision for this transaction type
431 # (e.g., open auction, deals) or region (e.g., China, Russia).
432 # Topics may be present only if status is DISAPPROVED.
433 { # Each policy topic entry will represent a violation of a policy topic for a
434 # creative, with the policy topic information and optional evidence for the
435 # policy violation.
436 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
437 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
438 { # Evidence associated with a policy topic entry.
439 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in # Total download size and URL-level download size breakdown for resources
440 # in a creative.
441 # a creative.
442 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
443 { # The URL-level breakdown for the download size.
444 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
445 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
446 },
447 ],
448 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
449 },
450 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
451 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set,
452 # cookie_names above will be set to the cookie names of top domains with
453 # the largest number of cookies.
454 # This field will only be set for TOO_MANY_COOKIES policy.
455 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies.
456 # For TOO_MANY_COOKIES policy, this will be the cookie names of top domains
457 # with the largest number of cookies. For other policies, this will be all
458 # the cookie names that violate the policy.
459 &quot;A String&quot;,
460 ],
461 },
462 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
463 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
464 },
465 &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.
466 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
467 &quot;A String&quot;,
468 ],
469 },
470 &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.
471 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
472 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
473 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
474 },
475 &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.
476 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not
477 # limited to the number of calls in the top_http_call_domains.
478 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
479 { # The number of HTTP calls made to the given domain.
480 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
481 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
482 },
483 ],
484 },
485 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or # The creative&#x27;s destination URL did not function properly or was
486 # incorrectly set up.
487 # having been incorrectly set up.
488 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
489 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
490 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with
491 # no content or an error page.
492 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
493 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
494 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
495 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
496 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
497 },
498 },
499 ],
500 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;,
501 # &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible
502 # policy topics is not fixed for a particular API version and may change at
503 # any time.
504 # Can be used to filter the response of the
505 # creatives.list
506 # method
507 },
508 ],
509 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction,
510 # deals) or region (e.g., China, Russia).
511 # Can be used to filter the response of the
512 # creatives.list
513 # method.
514 },
515 &quot;detectedLanguages&quot;: [ # The detected languages for this creative. The order is
516 # arbitrary. The codes are 2 or 5 characters and are documented at
517 # https://developers.google.com/adwords/api/docs/appendix/languagecodes.
518 # Can be used to filter the response of the
519 # creatives.list
520 # method.
521 &quot;A String&quot;,
522 ],
523 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
524 &quot;A String&quot;,
525 ],
526 &quot;russiaServingStatus&quot;: { # Serving status of the creative for a transaction type or a region. # The serving status of this creative in Russia.
527 # When approved or disapproved, this status applies to both deals and open
528 # auction in Russia. When pending review, this creative is allowed to serve
529 # for deals but not for open auction.
530 &quot;topics&quot;: [ # Policy topics related to the serving decision for this transaction type
531 # (e.g., open auction, deals) or region (e.g., China, Russia).
532 # Topics may be present only if status is DISAPPROVED.
533 { # Each policy topic entry will represent a violation of a policy topic for a
534 # creative, with the policy topic information and optional evidence for the
535 # policy violation.
536 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
537 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
538 { # Evidence associated with a policy topic entry.
539 &quot;downloadSize&quot;: { # Total download size and URL-level download size breakdown for resources in # Total download size and URL-level download size breakdown for resources
540 # in a creative.
541 # a creative.
542 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
543 { # The URL-level breakdown for the download size.
544 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
545 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
546 },
547 ],
548 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
549 },
550 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
551 &quot;maxCookieCount&quot;: 42, # The largest number of cookies set by a creative. If this field is set,
552 # cookie_names above will be set to the cookie names of top domains with
553 # the largest number of cookies.
554 # This field will only be set for TOO_MANY_COOKIES policy.
555 &quot;cookieNames&quot;: [ # Names of cookies that violate Google policies.
556 # For TOO_MANY_COOKIES policy, this will be the cookie names of top domains
557 # with the largest number of cookies. For other policies, this will be all
558 # the cookie names that violate the policy.
559 &quot;A String&quot;,
560 ],
561 },
562 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
563 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
564 },
565 &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.
566 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
567 &quot;A String&quot;,
568 ],
569 },
570 &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.
571 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
572 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
573 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
574 },
575 &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.
576 &quot;totalHttpCallCount&quot;: 42, # The total number of HTTP calls made by the creative, including but not
577 # limited to the number of calls in the top_http_call_domains.
578 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
579 { # The number of HTTP calls made to the given domain.
580 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
581 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
582 },
583 ],
584 },
585 &quot;destinationNotWorking&quot;: { # Evidence of the creative&#x27;s destination URL not functioning properly or # The creative&#x27;s destination URL did not function properly or was
586 # incorrectly set up.
587 # having been incorrectly set up.
588 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
589 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
590 &quot;invalidPage&quot;: &quot;A String&quot;, # Page was crawled successfully, but was detected as either a page with
591 # no content or an error page.
592 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
593 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
594 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
595 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
596 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
597 },
598 },
599 ],
600 &quot;policyTopic&quot;: &quot;A String&quot;, # Policy topic this entry refers to. For example, &quot;ALCOHOL&quot;,
601 # &quot;TRADEMARKS_IN_AD_TEXT&quot;, or &quot;DESTINATION_NOT_WORKING&quot;. The set of possible
602 # policy topics is not fixed for a particular API version and may change at
603 # any time.
604 # Can be used to filter the response of the
605 # creatives.list
606 # method
607 },
608 ],
609 &quot;status&quot;: &quot;A String&quot;, # Serving status for the given transaction type (e.g., open auction,
610 # deals) or region (e.g., China, Russia).
611 # Can be used to filter the response of the
612 # creatives.list
613 # method.
614 },
615 },
616 &quot;version&quot;: 42, # Output only. The version of this creative.
617 # Version for a new creative is 1 and it increments during subsequent
618 # creative updates.
619 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative.
620 # Can be used to filter the response of the
621 # creatives.list
622 # method.
623 &quot;A String&quot;,
624 ],
625 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
626 &quot;height&quot;: 42, # The height of the HTML snippet in pixels.
627 # Can be used to filter the response of the
628 # creatives.list
629 # method.
630 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
631 &quot;width&quot;: 42, # The width of the HTML snippet in pixels.
632 # Can be used to filter the response of the
633 # creatives.list
634 # method.
635 },
636 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
637 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
638 &quot;A String&quot;,
639 ],
640 &quot;native&quot;: { # Native content for a creative. # A native creative.
641 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
642 &quot;appIcon&quot;: { # An image resource. You may provide a larger image than was requested, # The app icon, for app download ads.
643 # so long as the aspect ratio is preserved.
644 &quot;height&quot;: 42, # Image height in pixels.
645 &quot;width&quot;: 42, # Image width in pixels.
646 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
647 },
648 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
649 &quot;logo&quot;: { # An image resource. You may provide a larger image than was requested, # A smaller image, for the advertiser&#x27;s logo.
650 # so long as the aspect ratio is preserved.
651 &quot;height&quot;: 42, # Image height in pixels.
652 &quot;width&quot;: 42, # Image width in pixels.
653 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
654 },
655 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
656 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
657 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
658 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
659 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
660 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
661 &quot;image&quot;: { # An image resource. You may provide a larger image than was requested, # A large image.
662 # so long as the aspect ratio is preserved.
663 &quot;height&quot;: 42, # Image height in pixels.
664 &quot;width&quot;: 42, # Image width in pixels.
665 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
666 },
667 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
668 },
669 &quot;dealIds&quot;: [ # Output only. IDs of all of the deals with which this creative has been used
670 # in bidding.
671 # Can be used to filter the response of the
672 # creatives.list
673 # method.
674 &quot;A String&quot;,
675 ],
676 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
677 &quot;A String&quot;,
678 ],
679 &quot;declaredRestrictedCategories&quot;: [ # All declared restricted categories for the ads that may be shown from this
680 # creative. Can be used to filter the response of the
681 # creatives.list
682 # method.
683 &quot;A String&quot;,
684 ],
685 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative.
686 # Can be used to filter the response of the
687 # creatives.list
688 # method.
689 &quot;video&quot;: { # Video content for a creative. # A video creative.
690 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
691 &quot;vastVersion&quot;: &quot;A String&quot;, # The maximum VAST version across all wrapped VAST documents.
692 # Can be used to filter the response of the
693 # creatives.list
694 # method.
695 &quot;mediaFiles&quot;: [ # The list of all media files declared in the VAST. If there are multiple
696 # VASTs in a wrapper chain, this includes the media files from the deepest
697 # one in the chain.
698 { # Information about each media file in the VAST.
699 &quot;bitrate&quot;: &quot;A String&quot;, # Bitrate of the video file, in Kbps.
700 # Can be used to filter the response of the
701 # creatives.list
702 # method.
703 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of this media file.
704 # Can be used to filter the response of the
705 # creatives.list
706 # method.
707 },
708 ],
709 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad?
710 # Can be used to filter the response of the
711 # creatives.list
712 # method.
713 &quot;duration&quot;: &quot;A String&quot;, # The duration of the ad.
714 # Can be used to filter the response of the
715 # creatives.list
716 # method.
717 &quot;skipOffset&quot;: &quot;A String&quot;, # The minimum duration that the user has to watch before being able to
718 # skip this ad. If the field is not set, the ad is not skippable. If
719 # the field is set, the ad is skippable.
720 # Can be used to filter the response of the
721 # creatives.list
722 # method.
723 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad?
724 # Can be used to filter the response of the
725 # creatives.list
726 # method.
727 },
728 &quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a video ad.
729 # This document should conform to the VAST 2.0 or 3.0 standard.
730 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
731 },
732 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native
733 # ads.
734 &quot;creativeId&quot;: &quot;A String&quot;, # Buyer-specific creative ID that references this creative in bid responses.
735 # This field is Ignored in update operations. Can be used to filter the
736 # response of the
737 # creatives.list
738 # method.
739 # The maximum length of the creative ID is 128 bytes.
740 &quot;declaredAttributes&quot;: [ # All declared attributes for the ads that may be shown from this creative.
741 # Can be used to filter the response of the
742 # creatives.list
743 # method.
744 #
745 # If the `excluded_attribute` field of a [bid
746 # request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto&quot;)
747 # contains one of the attributes that were declared or detected for a given
748 # creative, and a bid is submitted with that creative, the bid will be
749 # filtered before the auction.
750 &quot;A String&quot;,
751 ],
752 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
753 &quot;accountId&quot;: &quot;A String&quot;, # Output only. ID of the buyer account that this creative is owned by.
754 # Can be used to filter the response of the
755 # creatives.list
756 # method with equality and inequality check.
757 &quot;declaredVendorIds&quot;: [ # IDs for the declared ad technology vendors that may be used by this
758 # creative. See
759 # https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for
760 # possible values.
761 # Can be used to filter the response of the
762 # creatives.list
763 # method.
764 42,
765 ],
766 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the creative.
767 # Follows the pattern `buyers/{buyer}/creatives/{creative}`, where
768 # `{buyer}` represents the account ID of the buyer who owns the creative,
769 # and `{creative}` is the buyer-specific creative ID that references this
770 # creative in the bid response.
771 &quot;creativeFormat&quot;: &quot;A String&quot;, # Output only. The format of this creative.
772 # Can be used to filter the response of the
773 # creatives.list
774 # method.
775 },
776 ],
777 }</pre>
778</div>
779
780<div class="method">
781 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
782 <pre>Retrieves the next page of results.
783
784Args:
785 previous_request: The request for the previous page. (required)
786 previous_response: The response from the request for the previous page. (required)
787
788Returns:
789 A request object that you can call &#x27;execute()&#x27; on to request the next
790 page. Returns None if there are no more items in the collection.
791 </pre>
792</div>
793
794<div class="method">
795 <code class="details" id="watch">watch(parent, body=None, x__xgafv=None)</code>
796 <pre>Watches all creatives pertaining to a bidder. It is sufficient to invoke
797this endpoint once per bidder. A Pub/Sub topic will be created and
798notifications will be pushed to the topic when any of the bidder&#x27;s
799creatives change status. All of the bidder&#x27;s service accounts will have
800access to read from the topic.
801Subsequent invocations of this method will return the existing
802Pub/Sub configuration.
803
804Args:
805 parent: string, Required. To watch all creatives pertaining to the bidder and all its child seat
806accounts, the bidder must follow the pattern `bidders/{bidderAccountId}`. (required)
807 body: object, The request body.
808 The object takes the form of:
809
810{ # A request to receive push notifications when any of the creatives belonging
811 # to the bidder changes status.
812 }
813
814 x__xgafv: string, V1 error format.
815 Allowed values
816 1 - v1 error format
817 2 - v2 error format
818
819Returns:
820 An object of the form:
821
822 { # A response for the request to receive push notification when a bidder&#x27;s
823 # creatives change status.
824 &quot;subscription&quot;: &quot;A String&quot;, # The Pub/Sub subscription that can be used to pull creative status
825 # notifications. This would be of the format
826 # `projects/{project_id}/subscriptions/{subscription_id}`.
827 # Subscription is created with pull delivery. All service accounts belonging
828 # to the bidder will have read access to this subscription.
829 # Subscriptions that are inactive for more than 90 days will be disabled.
830 # Please use
831 # watchCreatives to
832 # re-enable the subscription.
833 &quot;topic&quot;: &quot;A String&quot;, # The Pub/Sub topic that will be used to publish creative serving
834 # status notifications. This would be of the format
835 # `projects/{project_id}/topics/{topic_id}`.
836 }</pre>
837</div>
838
839</body></html>