blob: deae1b21f6f32e8e872bf1c6f21b36f12de62859 [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">
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">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080081 <code><a href="#list">list(parent, pageSize=None, filter=None, view=None, pageToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070082<p class="firstline">Lists creatives.</p>
83<p class="toc_element">
84 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<p class="toc_element">
87 <code><a href="#watch">watch(parent, body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088<p class="firstline">Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder's creatives change status. All of the bidder's service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration.</p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070089<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080096 <code class="details" id="list">list(parent, pageSize=None, filter=None, view=None, pageToken=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070097 <pre>Lists creatives.
98
99Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700100 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)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700101 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800102 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 -0700103 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;.
104 Allowed values
105 CREATIVE_VIEW_UNSPECIFIED - Not specified, equivalent to SERVING_DECISION_ONLY.
106 SERVING_DECISION_ONLY - Only creativeServingDecision is included in the response.
107 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 -0700108 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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700109 x__xgafv: string, V1 error format.
110 Allowed values
111 1 - v1 error format
112 2 - v2 error format
113
114Returns:
115 An object of the form:
116
117 { # A response for listing creatives.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700118 &quot;creatives&quot;: [ # The list of creatives.
119 { # A creative and its classification data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800120 &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.
121 &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.
122 &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.
123 42,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700124 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800125 &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.
126 &quot;A String&quot;,
127 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800128 &quot;adChoicesDestinationUrl&quot;: &quot;A String&quot;, # The link to AdChoices destination page. This is only supported for native ads.
129 &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.
130 &quot;agencyId&quot;: &quot;A String&quot;, # The agency ID for this creative.
131 &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.
132 &quot;native&quot;: { # Native content for a creative. # A native creative.
133 &quot;headline&quot;: &quot;A String&quot;, # A short title for the ad.
134 &quot;callToAction&quot;: &quot;A String&quot;, # A label for the button that the user is supposed to click.
135 &quot;advertiserName&quot;: &quot;A String&quot;, # The name of the advertiser or sponsor, to be displayed in the ad creative.
136 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL to use for click tracking.
137 &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.
138 &quot;width&quot;: 42, # Image width in pixels.
139 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
140 &quot;height&quot;: 42, # Image height in pixels.
141 },
142 &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.
143 &quot;width&quot;: 42, # Image width in pixels.
144 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
145 &quot;height&quot;: 42, # Image height in pixels.
146 },
147 &quot;clickLinkUrl&quot;: &quot;A String&quot;, # The URL that the browser/SDK will load when the user clicks the ad.
148 &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.
149 &quot;width&quot;: 42, # Image width in pixels.
150 &quot;url&quot;: &quot;A String&quot;, # The URL of the image.
151 &quot;height&quot;: 42, # Image height in pixels.
152 },
153 &quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
154 &quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
155 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
156 &quot;body&quot;: &quot;A String&quot;, # A long description of the ad.
157 },
158 &quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800159 &quot;A String&quot;,
160 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800161 &quot;apiUpdateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the creative via API.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800162 &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.
163 &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700164 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800165 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800166 &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.
167 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800168 &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.
169 { # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800170 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
171 { # Evidence associated with a policy topic entry.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800172 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800173 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800174 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
175 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800176 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800177 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800178 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800179 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
180 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800181 },
182 &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.
183 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
184 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
185 { # The URL-level breakdown for the download size.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800186 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800187 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800188 },
189 ],
190 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800191 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
192 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
193 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800194 &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.
195 &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.
196 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
197 { # The number of HTTP calls made to the given domain.
198 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
199 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
200 },
201 ],
202 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800203 &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.
204 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
205 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
206 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
207 },
208 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
209 &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.
210 &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.
211 &quot;A String&quot;,
212 ],
213 },
214 &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.
215 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
216 &quot;A String&quot;,
217 ],
218 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800219 },
220 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800221 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800222 &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
223 },
224 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800225 },
226 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800227 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800228 &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.
229 { # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800230 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
231 { # Evidence associated with a policy topic entry.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800232 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800233 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800234 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
235 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800236 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800237 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800238 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800239 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
240 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800241 },
242 &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.
243 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
244 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
245 { # The URL-level breakdown for the download size.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800246 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800247 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800248 },
249 ],
250 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800251 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
252 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
253 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800254 &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.
255 &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.
256 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
257 { # The number of HTTP calls made to the given domain.
258 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
259 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
260 },
261 ],
262 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800263 &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.
264 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
265 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
266 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800267 },
268 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
269 &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.
270 &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.
271 &quot;A String&quot;,
272 ],
273 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800274 &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.
275 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
276 &quot;A String&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800277 ],
278 },
279 },
280 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800281 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800282 &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
283 },
284 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800285 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800287 42,
288 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800289 &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.
290 &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.
291 &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.
292 { # 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.
293 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
294 { # Evidence associated with a policy topic entry.
295 &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.
296 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
297 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
298 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
299 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
300 &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.
301 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
302 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
303 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
304 },
305 &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.
306 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
307 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
308 { # The URL-level breakdown for the download size.
309 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
310 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
311 },
312 ],
313 },
314 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
315 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
316 },
317 &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.
318 &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.
319 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
320 { # The number of HTTP calls made to the given domain.
321 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
322 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
323 },
324 ],
325 },
326 &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.
327 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
328 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
329 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
330 },
331 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
332 &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.
333 &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.
334 &quot;A String&quot;,
335 ],
336 },
337 &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.
338 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
339 &quot;A String&quot;,
340 ],
341 },
342 },
343 ],
344 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
345 &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
346 },
347 ],
348 },
349 &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.
350 &quot;A String&quot;,
351 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800352 &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.
353 42,
354 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800355 &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.
356 &quot;A String&quot;,
357 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800358 &quot;detectedDomains&quot;: [ # The detected domains for this creative.
359 &quot;A String&quot;,
360 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800361 &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).
362 &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.
363 &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.
364 { # 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.
365 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
366 { # Evidence associated with a policy topic entry.
367 &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.
368 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
369 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
370 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
371 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
372 &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.
373 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
374 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
375 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
376 },
377 &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.
378 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
379 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
380 { # The URL-level breakdown for the download size.
381 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
382 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
383 },
384 ],
385 },
386 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
387 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
388 },
389 &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.
390 &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.
391 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
392 { # The number of HTTP calls made to the given domain.
393 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
394 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
395 },
396 ],
397 },
398 &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.
399 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
400 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
401 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
402 },
403 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
404 &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.
405 &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.
406 &quot;A String&quot;,
407 ],
408 },
409 &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.
410 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
411 &quot;A String&quot;,
412 ],
413 },
414 },
415 ],
416 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
417 &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
418 },
419 ],
420 },
421 &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.
422 &quot;detectedAdvertisers&quot;: [ # Detected advertisers and brands.
423 { # Detected advertiser and brand information.
424 &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.
425 &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.
426 &quot;brandName&quot;: &quot;A String&quot;, # Brand name. Can be used to filter the response of the creatives.list method.
427 &quot;advertiserName&quot;: &quot;A String&quot;, # Advertiser name. Can be used to filter the response of the creatives.list method.
428 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800429 ],
430 &quot;detectedClickThroughUrls&quot;: [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
431 &quot;A String&quot;,
432 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800433 &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.
434 42,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800435 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800436 &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).
437 &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.
438 &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.
439 { # 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.
440 &quot;evidences&quot;: [ # Pieces of evidence associated with this policy topic entry.
441 { # Evidence associated with a policy topic entry.
442 &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.
443 &quot;httpError&quot;: 42, # HTTP error code (e.g. 404 or 5xx)
444 &quot;expandedUrl&quot;: &quot;A String&quot;, # The full non-working URL.
445 &quot;platform&quot;: &quot;A String&quot;, # Platform of the non-working URL.
446 &quot;urlRejected&quot;: &quot;A String&quot;, # Rejected because of malformed URLs or invalid requests.
447 &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.
448 &quot;lastCheckTime&quot;: &quot;A String&quot;, # Approximate time when the ad destination was last checked.
449 &quot;redirectionError&quot;: &quot;A String&quot;, # HTTP redirect chain error.
450 &quot;dnsError&quot;: &quot;A String&quot;, # DNS lookup errors.
451 },
452 &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.
453 &quot;totalDownloadSizeKb&quot;: 42, # Total download size (in kilobytes) for all the resources in the creative.
454 &quot;topUrlDownloadSizeBreakdowns&quot;: [ # Download size broken down by URLs with the top download size.
455 { # The URL-level breakdown for the download size.
456 &quot;downloadSizeKb&quot;: 42, # Download size of the URL in kilobytes.
457 &quot;normalizedUrl&quot;: &quot;A String&quot;, # The normalized URL with query parameters and fragment removed.
458 },
459 ],
460 },
461 &quot;destinationUrl&quot;: { # The full landing page URL of the destination. # URL of the actual landing page.
462 &quot;destinationUrl&quot;: &quot;A String&quot;, # The full landing page URL of the destination.
463 },
464 &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.
465 &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.
466 &quot;topHttpCallDomains&quot;: [ # Breakdown of the most frequent domains called via HTTP by the creative.
467 { # The number of HTTP calls made to the given domain.
468 &quot;domain&quot;: &quot;A String&quot;, # The domain name.
469 &quot;httpCallCount&quot;: 42, # Number of HTTP calls made to the domain.
470 },
471 ],
472 },
473 &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.
474 &quot;reason&quot;: &quot;A String&quot;, # Reason of destination not crawlable.
475 &quot;crawlTime&quot;: &quot;A String&quot;, # Approximate time of the crawl.
476 &quot;crawledUrl&quot;: &quot;A String&quot;, # Destination URL that was attempted to be crawled.
477 },
478 &quot;httpCookie&quot;: { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
479 &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.
480 &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.
481 &quot;A String&quot;,
482 ],
483 },
484 &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.
485 &quot;urls&quot;: [ # URLs of HTTP calls made by the creative.
486 &quot;A String&quot;,
487 ],
488 },
489 },
490 ],
491 &quot;helpCenterUrl&quot;: &quot;A String&quot;, # URL of the help center article describing this policy topic.
492 &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
493 },
494 ],
495 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800496 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800497 &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.
498 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800499 &quot;A String&quot;,
500 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800501 &quot;declaredClickThroughUrls&quot;: [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
502 &quot;A String&quot;,
503 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800504 &quot;html&quot;: { # HTML content for a creative. # An HTML creative.
505 &quot;height&quot;: 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
506 &quot;width&quot;: 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
507 &quot;snippet&quot;: &quot;A String&quot;, # The HTML snippet that displays the ad when inserted in the web page.
508 },
509 &quot;impressionTrackingUrls&quot;: [ # The set of URLs to be called to record an impression.
510 &quot;A String&quot;,
511 ],
512 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700513 &quot;video&quot;: { # Video content for a creative. # A video creative.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800514 &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 -0700515 &quot;videoMetadata&quot;: { # Video metadata for a creative. # Output only. Video metadata.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800516 &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 -0700517 &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.
518 { # Information about each media file in the VAST.
519 &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.
520 &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.
521 },
522 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700523 &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 -0700524 &quot;isVpaid&quot;: True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800525 &quot;isValidVast&quot;: True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
526 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700527 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800528 &quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a video ad.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700529 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700530 },
531 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800532 &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 -0700533 }</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<div class="method">
551 <code class="details" id="watch">watch(parent, body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700552 <pre>Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder&#x27;s creatives change status. All of the bidder&#x27;s service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700553
554Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700555 parent: string, Required. To watch all creatives pertaining to the bidder and all its child seat accounts, the bidder must follow the pattern `bidders/{bidderAccountId}`. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700556 body: object, The request body.
557 The object takes the form of:
558
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700559{ # A request to receive push notifications when any of the creatives belonging to the bidder changes status.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700560 }
561
562 x__xgafv: string, V1 error format.
563 Allowed values
564 1 - v1 error format
565 2 - v2 error format
566
567Returns:
568 An object of the form:
569
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700570 { # A response for the request to receive push notification when a bidder&#x27;s creatives change status.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700571 &quot;subscription&quot;: &quot;A String&quot;, # The Pub/Sub subscription that can be used to pull creative status notifications. This would be of the format `projects/{project_id}/subscriptions/{subscription_id}`. Subscription is created with pull delivery. All service accounts belonging to the bidder will have read access to this subscription. Subscriptions that are inactive for more than 90 days will be disabled. Please use watchCreatives to re-enable the subscription.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700572 &quot;topic&quot;: &quot;A String&quot;, # The Pub/Sub topic that will be used to publish creative serving status notifications. This would be of the format `projects/{project_id}/topics/{topic_id}`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700573 }</pre>
574</div>
575
576</body></html>