1<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="adexchangebuyer_v1_3.html">Ad Exchange Buyer API</a> . <a href="adexchangebuyer_v1_3.creatives.html">creatives</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#get">get(accountId, buyerCreativeId)</a></code></p>
82<p class="firstline">Gets the status for a single creative. A creative will be available 30-40 minutes after submission.</p>
83<p class="toc_element">
84  <code><a href="#insert">insert(body=None)</a></code></p>
85<p class="firstline">Submit a new creative.</p>
86<p class="toc_element">
87  <code><a href="#list">list(accountId=None, buyerCreativeId=None, maxResults=None, pageToken=None, statusFilter=None)</a></code></p>
88<p class="firstline">Retrieves a list of the authenticated user's active creatives. A creative will be available 30-40 minutes after submission.</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<h3>Method Details</h3>
93<div class="method">
94    <code class="details" id="close">close()</code>
95  <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
99    <code class="details" id="get">get(accountId, buyerCreativeId)</code>
100  <pre>Gets the status for a single creative. A creative will be available 30-40 minutes after submission.
101
102Args:
103  accountId: integer, The id for the account that will serve this creative. (required)
104  buyerCreativeId: string, The buyer-specific id for this creative. (required)
105
106Returns:
107  An object of the form:
108
109    { # A creative and its classification data.
110  &quot;HTMLSnippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
111  &quot;accountId&quot;: 42, # Account id.
112  &quot;adTechnologyProviders&quot;: {
113    &quot;detectedProviderIds&quot;: [ # The detected ad technology provider IDs for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider. If this creative contains provider IDs that are outside of those listed in the `BidRequest.adslot.consented_providers_settings.consented_providers` field on the  Authorized Buyers Real-Time Bidding protocol or the `BidRequest.user.ext.consented_providers_settings.consented_providers` field on the OpenRTB protocol, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
114      &quot;A String&quot;,
115    ],
116    &quot;hasUnidentifiedProvider&quot;: True or False, # Whether the creative contains an unidentified ad technology provider. If true, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
117  },
118  &quot;advertiserId&quot;: [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
119    &quot;A String&quot;,
120  ],
121  &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative.
122  &quot;agencyId&quot;: &quot;A String&quot;, # The agency id for this creative.
123  &quot;apiUploadTimestamp&quot;: &quot;A String&quot;, # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
124  &quot;attribute&quot;: [ # All attributes for the ads that may be shown from this snippet.
125    42,
126  ],
127  &quot;buyerCreativeId&quot;: &quot;A String&quot;, # A buyer-specific id identifying the creative in this ad.
128  &quot;clickThroughUrl&quot;: [ # The set of destination urls for the snippet.
129    &quot;A String&quot;,
130  ],
131  &quot;corrections&quot;: [ # Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.
132    {
133      &quot;details&quot;: [ # Additional details about the correction.
134        &quot;A String&quot;,
135      ],
136      &quot;reason&quot;: &quot;A String&quot;, # The type of correction that was applied to the creative.
137    },
138  ],
139  &quot;disapprovalReasons&quot;: [ # The reasons for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
140    {
141      &quot;details&quot;: [ # Additional details about the reason for disapproval.
142        &quot;A String&quot;,
143      ],
144      &quot;reason&quot;: &quot;A String&quot;, # The categorized reason for disapproval.
145    },
146  ],
147  &quot;filteringReasons&quot;: { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
148    &quot;date&quot;: &quot;A String&quot;, # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
149    &quot;reasons&quot;: [ # The filtering reasons.
150      {
151        &quot;filteringCount&quot;: &quot;A String&quot;, # The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.
152        &quot;filteringStatus&quot;: 42, # The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.
153      },
154    ],
155  },
156  &quot;height&quot;: 42, # Ad height.
157  &quot;impressionTrackingUrl&quot;: [ # The set of urls to be called to record an impression.
158    &quot;A String&quot;,
159  ],
160  &quot;kind&quot;: &quot;adexchangebuyer#creative&quot;, # Resource type.
161  &quot;nativeAd&quot;: { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
162    &quot;advertiser&quot;: &quot;A String&quot;,
163    &quot;appIcon&quot;: { # The app icon, for app download ads.
164      &quot;height&quot;: 42,
165      &quot;url&quot;: &quot;A String&quot;,
166      &quot;width&quot;: 42,
167    },
168    &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
169    &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
170    &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
171    &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
172    &quot;image&quot;: { # A large image.
173      &quot;height&quot;: 42,
174      &quot;url&quot;: &quot;A String&quot;,
175      &quot;width&quot;: 42,
176    },
177    &quot;impressionTrackingUrl&quot;: [ # The URLs are called when the impression is rendered.
178      &quot;A String&quot;,
179    ],
180    &quot;logo&quot;: { # A smaller image, for the advertiser logo.
181      &quot;height&quot;: 42,
182      &quot;url&quot;: &quot;A String&quot;,
183      &quot;width&quot;: 42,
184    },
185    &quot;price&quot;: &quot;A String&quot;, # The price of the promoted app including the currency info.
186    &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
187  },
188  &quot;productCategories&quot;: [ # Detected product categories, if any. Read-only. This field should not be set in requests.
189    42,
190  ],
191  &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this snippet.
192    42,
193  ],
194  &quot;sensitiveCategories&quot;: [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
195    42,
196  ],
197  &quot;status&quot;: &quot;A String&quot;, # Creative serving status. Read-only. This field should not be set in requests.
198  &quot;vendorType&quot;: [ # All vendor types for the ads that may be shown from this snippet.
199    42,
200  ],
201  &quot;version&quot;: 42, # The version for this creative. Read-only. This field should not be set in requests.
202  &quot;videoURL&quot;: &quot;A String&quot;, # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
203  &quot;width&quot;: 42, # Ad width.
204}</pre>
205</div>
206
207<div class="method">
208    <code class="details" id="insert">insert(body=None)</code>
209  <pre>Submit a new creative.
210
211Args:
212  body: object, The request body.
213    The object takes the form of:
214
215{ # A creative and its classification data.
216  &quot;HTMLSnippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
217  &quot;accountId&quot;: 42, # Account id.
218  &quot;adTechnologyProviders&quot;: {
219    &quot;detectedProviderIds&quot;: [ # The detected ad technology provider IDs for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider. If this creative contains provider IDs that are outside of those listed in the `BidRequest.adslot.consented_providers_settings.consented_providers` field on the  Authorized Buyers Real-Time Bidding protocol or the `BidRequest.user.ext.consented_providers_settings.consented_providers` field on the OpenRTB protocol, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
220      &quot;A String&quot;,
221    ],
222    &quot;hasUnidentifiedProvider&quot;: True or False, # Whether the creative contains an unidentified ad technology provider. If true, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
223  },
224  &quot;advertiserId&quot;: [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
225    &quot;A String&quot;,
226  ],
227  &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative.
228  &quot;agencyId&quot;: &quot;A String&quot;, # The agency id for this creative.
229  &quot;apiUploadTimestamp&quot;: &quot;A String&quot;, # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
230  &quot;attribute&quot;: [ # All attributes for the ads that may be shown from this snippet.
231    42,
232  ],
233  &quot;buyerCreativeId&quot;: &quot;A String&quot;, # A buyer-specific id identifying the creative in this ad.
234  &quot;clickThroughUrl&quot;: [ # The set of destination urls for the snippet.
235    &quot;A String&quot;,
236  ],
237  &quot;corrections&quot;: [ # Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.
238    {
239      &quot;details&quot;: [ # Additional details about the correction.
240        &quot;A String&quot;,
241      ],
242      &quot;reason&quot;: &quot;A String&quot;, # The type of correction that was applied to the creative.
243    },
244  ],
245  &quot;disapprovalReasons&quot;: [ # The reasons for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
246    {
247      &quot;details&quot;: [ # Additional details about the reason for disapproval.
248        &quot;A String&quot;,
249      ],
250      &quot;reason&quot;: &quot;A String&quot;, # The categorized reason for disapproval.
251    },
252  ],
253  &quot;filteringReasons&quot;: { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
254    &quot;date&quot;: &quot;A String&quot;, # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
255    &quot;reasons&quot;: [ # The filtering reasons.
256      {
257        &quot;filteringCount&quot;: &quot;A String&quot;, # The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.
258        &quot;filteringStatus&quot;: 42, # The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.
259      },
260    ],
261  },
262  &quot;height&quot;: 42, # Ad height.
263  &quot;impressionTrackingUrl&quot;: [ # The set of urls to be called to record an impression.
264    &quot;A String&quot;,
265  ],
266  &quot;kind&quot;: &quot;adexchangebuyer#creative&quot;, # Resource type.
267  &quot;nativeAd&quot;: { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
268    &quot;advertiser&quot;: &quot;A String&quot;,
269    &quot;appIcon&quot;: { # The app icon, for app download ads.
270      &quot;height&quot;: 42,
271      &quot;url&quot;: &quot;A String&quot;,
272      &quot;width&quot;: 42,
273    },
274    &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
275    &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
276    &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
277    &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
278    &quot;image&quot;: { # A large image.
279      &quot;height&quot;: 42,
280      &quot;url&quot;: &quot;A String&quot;,
281      &quot;width&quot;: 42,
282    },
283    &quot;impressionTrackingUrl&quot;: [ # The URLs are called when the impression is rendered.
284      &quot;A String&quot;,
285    ],
286    &quot;logo&quot;: { # A smaller image, for the advertiser logo.
287      &quot;height&quot;: 42,
288      &quot;url&quot;: &quot;A String&quot;,
289      &quot;width&quot;: 42,
290    },
291    &quot;price&quot;: &quot;A String&quot;, # The price of the promoted app including the currency info.
292    &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
293  },
294  &quot;productCategories&quot;: [ # Detected product categories, if any. Read-only. This field should not be set in requests.
295    42,
296  ],
297  &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this snippet.
298    42,
299  ],
300  &quot;sensitiveCategories&quot;: [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
301    42,
302  ],
303  &quot;status&quot;: &quot;A String&quot;, # Creative serving status. Read-only. This field should not be set in requests.
304  &quot;vendorType&quot;: [ # All vendor types for the ads that may be shown from this snippet.
305    42,
306  ],
307  &quot;version&quot;: 42, # The version for this creative. Read-only. This field should not be set in requests.
308  &quot;videoURL&quot;: &quot;A String&quot;, # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
309  &quot;width&quot;: 42, # Ad width.
310}
311
312
313Returns:
314  An object of the form:
315
316    { # A creative and its classification data.
317  &quot;HTMLSnippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
318  &quot;accountId&quot;: 42, # Account id.
319  &quot;adTechnologyProviders&quot;: {
320    &quot;detectedProviderIds&quot;: [ # The detected ad technology provider IDs for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider. If this creative contains provider IDs that are outside of those listed in the `BidRequest.adslot.consented_providers_settings.consented_providers` field on the  Authorized Buyers Real-Time Bidding protocol or the `BidRequest.user.ext.consented_providers_settings.consented_providers` field on the OpenRTB protocol, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
321      &quot;A String&quot;,
322    ],
323    &quot;hasUnidentifiedProvider&quot;: True or False, # Whether the creative contains an unidentified ad technology provider. If true, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
324  },
325  &quot;advertiserId&quot;: [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
326    &quot;A String&quot;,
327  ],
328  &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative.
329  &quot;agencyId&quot;: &quot;A String&quot;, # The agency id for this creative.
330  &quot;apiUploadTimestamp&quot;: &quot;A String&quot;, # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
331  &quot;attribute&quot;: [ # All attributes for the ads that may be shown from this snippet.
332    42,
333  ],
334  &quot;buyerCreativeId&quot;: &quot;A String&quot;, # A buyer-specific id identifying the creative in this ad.
335  &quot;clickThroughUrl&quot;: [ # The set of destination urls for the snippet.
336    &quot;A String&quot;,
337  ],
338  &quot;corrections&quot;: [ # Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.
339    {
340      &quot;details&quot;: [ # Additional details about the correction.
341        &quot;A String&quot;,
342      ],
343      &quot;reason&quot;: &quot;A String&quot;, # The type of correction that was applied to the creative.
344    },
345  ],
346  &quot;disapprovalReasons&quot;: [ # The reasons for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
347    {
348      &quot;details&quot;: [ # Additional details about the reason for disapproval.
349        &quot;A String&quot;,
350      ],
351      &quot;reason&quot;: &quot;A String&quot;, # The categorized reason for disapproval.
352    },
353  ],
354  &quot;filteringReasons&quot;: { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
355    &quot;date&quot;: &quot;A String&quot;, # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
356    &quot;reasons&quot;: [ # The filtering reasons.
357      {
358        &quot;filteringCount&quot;: &quot;A String&quot;, # The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.
359        &quot;filteringStatus&quot;: 42, # The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.
360      },
361    ],
362  },
363  &quot;height&quot;: 42, # Ad height.
364  &quot;impressionTrackingUrl&quot;: [ # The set of urls to be called to record an impression.
365    &quot;A String&quot;,
366  ],
367  &quot;kind&quot;: &quot;adexchangebuyer#creative&quot;, # Resource type.
368  &quot;nativeAd&quot;: { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
369    &quot;advertiser&quot;: &quot;A String&quot;,
370    &quot;appIcon&quot;: { # The app icon, for app download ads.
371      &quot;height&quot;: 42,
372      &quot;url&quot;: &quot;A String&quot;,
373      &quot;width&quot;: 42,
374    },
375    &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
376    &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
377    &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
378    &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
379    &quot;image&quot;: { # A large image.
380      &quot;height&quot;: 42,
381      &quot;url&quot;: &quot;A String&quot;,
382      &quot;width&quot;: 42,
383    },
384    &quot;impressionTrackingUrl&quot;: [ # The URLs are called when the impression is rendered.
385      &quot;A String&quot;,
386    ],
387    &quot;logo&quot;: { # A smaller image, for the advertiser logo.
388      &quot;height&quot;: 42,
389      &quot;url&quot;: &quot;A String&quot;,
390      &quot;width&quot;: 42,
391    },
392    &quot;price&quot;: &quot;A String&quot;, # The price of the promoted app including the currency info.
393    &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
394  },
395  &quot;productCategories&quot;: [ # Detected product categories, if any. Read-only. This field should not be set in requests.
396    42,
397  ],
398  &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this snippet.
399    42,
400  ],
401  &quot;sensitiveCategories&quot;: [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
402    42,
403  ],
404  &quot;status&quot;: &quot;A String&quot;, # Creative serving status. Read-only. This field should not be set in requests.
405  &quot;vendorType&quot;: [ # All vendor types for the ads that may be shown from this snippet.
406    42,
407  ],
408  &quot;version&quot;: 42, # The version for this creative. Read-only. This field should not be set in requests.
409  &quot;videoURL&quot;: &quot;A String&quot;, # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
410  &quot;width&quot;: 42, # Ad width.
411}</pre>
412</div>
413
414<div class="method">
415    <code class="details" id="list">list(accountId=None, buyerCreativeId=None, maxResults=None, pageToken=None, statusFilter=None)</code>
416  <pre>Retrieves a list of the authenticated user&#x27;s active creatives. A creative will be available 30-40 minutes after submission.
417
418Args:
419  accountId: integer, When specified, only creatives for the given account ids are returned. (repeated)
420  buyerCreativeId: string, When specified, only creatives for the given buyer creative ids are returned. (repeated)
421  maxResults: integer, Maximum number of entries returned on one result page. If not set, the default is 100. Optional.
422  pageToken: string, A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of &quot;nextPageToken&quot; from the previous response. Optional.
423  statusFilter: string, When specified, only creatives having the given status are returned.
424    Allowed values
425      approved - Creatives which have been approved.
426      disapproved - Creatives which have been disapproved.
427      not_checked - Creatives whose status is not yet checked.
428
429Returns:
430  An object of the form:
431
432    { # The creatives feed lists the active creatives for the Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single creative.
433  &quot;items&quot;: [ # A list of creatives.
434    { # A creative and its classification data.
435      &quot;HTMLSnippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
436      &quot;accountId&quot;: 42, # Account id.
437      &quot;adTechnologyProviders&quot;: {
438        &quot;detectedProviderIds&quot;: [ # The detected ad technology provider IDs for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider. If this creative contains provider IDs that are outside of those listed in the `BidRequest.adslot.consented_providers_settings.consented_providers` field on the  Authorized Buyers Real-Time Bidding protocol or the `BidRequest.user.ext.consented_providers_settings.consented_providers` field on the OpenRTB protocol, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
439          &quot;A String&quot;,
440        ],
441        &quot;hasUnidentifiedProvider&quot;: True or False, # Whether the creative contains an unidentified ad technology provider. If true, a bid submitted for a European Economic Area (EEA) user with this creative is not compliant with the GDPR policies as mentioned in the &quot;Third-party Ad Technology Vendors&quot; section of Authorized Buyers Program Guidelines.
442      },
443      &quot;advertiserId&quot;: [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
444        &quot;A String&quot;,
445      ],
446      &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the company being advertised in the creative.
447      &quot;agencyId&quot;: &quot;A String&quot;, # The agency id for this creative.
448      &quot;apiUploadTimestamp&quot;: &quot;A String&quot;, # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
449      &quot;attribute&quot;: [ # All attributes for the ads that may be shown from this snippet.
450        42,
451      ],
452      &quot;buyerCreativeId&quot;: &quot;A String&quot;, # A buyer-specific id identifying the creative in this ad.
453      &quot;clickThroughUrl&quot;: [ # The set of destination urls for the snippet.
454        &quot;A String&quot;,
455      ],
456      &quot;corrections&quot;: [ # Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.
457        {
458          &quot;details&quot;: [ # Additional details about the correction.
459            &quot;A String&quot;,
460          ],
461          &quot;reason&quot;: &quot;A String&quot;, # The type of correction that was applied to the creative.
462        },
463      ],
464      &quot;disapprovalReasons&quot;: [ # The reasons for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
465        {
466          &quot;details&quot;: [ # Additional details about the reason for disapproval.
467            &quot;A String&quot;,
468          ],
469          &quot;reason&quot;: &quot;A String&quot;, # The categorized reason for disapproval.
470        },
471      ],
472      &quot;filteringReasons&quot;: { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
473        &quot;date&quot;: &quot;A String&quot;, # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
474        &quot;reasons&quot;: [ # The filtering reasons.
475          {
476            &quot;filteringCount&quot;: &quot;A String&quot;, # The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.
477            &quot;filteringStatus&quot;: 42, # The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.
478          },
479        ],
480      },
481      &quot;height&quot;: 42, # Ad height.
482      &quot;impressionTrackingUrl&quot;: [ # The set of urls to be called to record an impression.
483        &quot;A String&quot;,
484      ],
485      &quot;kind&quot;: &quot;adexchangebuyer#creative&quot;, # Resource type.
486      &quot;nativeAd&quot;: { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
487        &quot;advertiser&quot;: &quot;A String&quot;,
488        &quot;appIcon&quot;: { # The app icon, for app download ads.
489          &quot;height&quot;: 42,
490          &quot;url&quot;: &quot;A String&quot;,
491          &quot;width&quot;: 42,
492        },
493        &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
494        &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
495        &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
496        &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
497        &quot;image&quot;: { # A large image.
498          &quot;height&quot;: 42,
499          &quot;url&quot;: &quot;A String&quot;,
500          &quot;width&quot;: 42,
501        },
502        &quot;impressionTrackingUrl&quot;: [ # The URLs are called when the impression is rendered.
503          &quot;A String&quot;,
504        ],
505        &quot;logo&quot;: { # A smaller image, for the advertiser logo.
506          &quot;height&quot;: 42,
507          &quot;url&quot;: &quot;A String&quot;,
508          &quot;width&quot;: 42,
509        },
510        &quot;price&quot;: &quot;A String&quot;, # The price of the promoted app including the currency info.
511        &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
512      },
513      &quot;productCategories&quot;: [ # Detected product categories, if any. Read-only. This field should not be set in requests.
514        42,
515      ],
516      &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this snippet.
517        42,
518      ],
519      &quot;sensitiveCategories&quot;: [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
520        42,
521      ],
522      &quot;status&quot;: &quot;A String&quot;, # Creative serving status. Read-only. This field should not be set in requests.
523      &quot;vendorType&quot;: [ # All vendor types for the ads that may be shown from this snippet.
524        42,
525      ],
526      &quot;version&quot;: 42, # The version for this creative. Read-only. This field should not be set in requests.
527      &quot;videoURL&quot;: &quot;A String&quot;, # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
528      &quot;width&quot;: 42, # Ad width.
529    },
530  ],
531  &quot;kind&quot;: &quot;adexchangebuyer#creativesList&quot;, # Resource type.
532  &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token used to page through creatives. To retrieve the next page of results, set the next request&#x27;s &quot;pageToken&quot; value to this.
533}</pre>
534</div>
535
536<div class="method">
537    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
538  <pre>Retrieves the next page of results.
539
540Args:
541  previous_request: The request for the previous page. (required)
542  previous_response: The response from the request for the previous page. (required)
543
544Returns:
545  A request object that you can call &#x27;execute()&#x27; on to request the next
546  page. Returns None if there are no more items in the collection.
547    </pre>
548</div>
549
550</body></html>