chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/realtimebidding_v1.bidders.creatives.html b/docs/dyn/realtimebidding_v1.bidders.creatives.html
index deae1b2..a5ffd56 100644
--- a/docs/dyn/realtimebidding_v1.bidders.creatives.html
+++ b/docs/dyn/realtimebidding_v1.bidders.creatives.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageSize=None, filter=None, view=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageToken=None, view=None, filter=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists creatives.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -93,19 +93,19 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageSize=None, filter=None, view=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageToken=None, view=None, filter=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists creatives.
Args:
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)
- 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.
- filter: string, Query string to filter creatives. If no filter is specified, all active creatives will be returned. Example: 'accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED'
+ 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 'ListCreatives' method.
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 "FULL".
Allowed values
CREATIVE_VIEW_UNSPECIFIED - Not specified, equivalent to SERVING_DECISION_ONLY.
SERVING_DECISION_ONLY - Only creativeServingDecision is included in the response.
FULL - The entire creative resource (including the declared fields and the creative content) is included in the response.
- 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 'ListCreatives' method.
+ filter: string, Query string to filter creatives. If no filter is specified, all active creatives will be returned. Example: 'accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED'
+ 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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -117,346 +117,75 @@
{ # A response for listing creatives.
"creatives": [ # The list of creatives.
{ # A creative and its classification data.
- "name": "A String", # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
- "creativeId": "A String", # 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.
"declaredVendorIds": [ # 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.
42,
],
- "declaredAttributes": [ # 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") 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.
+ "creativeFormat": "A String", # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
+ "advertiserName": "A String", # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
+ "html": { # HTML content for a creative. # An HTML creative.
+ "height": 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
+ "snippet": "A String", # The HTML snippet that displays the ad when inserted in the web page.
+ "width": 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
+ },
+ "declaredRestrictedCategories": [ # 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.
"A String",
],
"adChoicesDestinationUrl": "A String", # The link to AdChoices destination page. This is only supported for native ads.
- "creativeFormat": "A String", # Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
- "agencyId": "A String", # The agency ID for this creative.
- "accountId": "A String", # 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.
- "native": { # Native content for a creative. # A native creative.
- "headline": "A String", # A short title for the ad.
- "callToAction": "A String", # A label for the button that the user is supposed to click.
- "advertiserName": "A String", # The name of the advertiser or sponsor, to be displayed in the ad creative.
- "clickTrackingUrl": "A String", # The URL to use for click tracking.
- "image": { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
- "width": 42, # Image width in pixels.
- "url": "A String", # The URL of the image.
- "height": 42, # Image height in pixels.
+ "declaredAttributes": [ # 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") 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.
+ "A String",
+ ],
+ "video": { # Video content for a creative. # A video creative.
+ "videoUrl": "A String", # The URL to fetch a video ad.
+ "videoVastXml": "A String", # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
+ "videoMetadata": { # Video metadata for a creative. # Output only. Video metadata.
+ "vastVersion": "A String", # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
+ "isVpaid": True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
+ "isValidVast": True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
+ "duration": "A String", # The duration of the ad. Can be used to filter the response of the creatives.list method.
+ "mediaFiles": [ # 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.
+ { # Information about each media file in the VAST.
+ "mimeType": "A String", # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
+ "bitrate": "A String", # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
+ },
+ ],
+ "skipOffset": "A String", # 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.
},
- "logo": { # 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's logo.
- "width": 42, # Image width in pixels.
- "url": "A String", # The URL of the image.
- "height": 42, # Image height in pixels.
- },
- "clickLinkUrl": "A String", # The URL that the browser/SDK will load when the user clicks the ad.
- "appIcon": { # 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.
- "width": 42, # Image width in pixels.
- "url": "A String", # The URL of the image.
- "height": 42, # Image height in pixels.
- },
- "priceDisplayText": "A String", # The price of the promoted app including currency info.
- "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5].
- "videoUrl": "A String", # The URL to fetch a native video ad.
- "body": "A String", # A long description of the ad.
},
- "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative.
- "A String",
- ],
- "apiUpdateTime": "A String", # Output only. The last update timestamp of the creative via API.
- "dealIds": [ # 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.
- "A String",
- ],
+ "version": 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
+ "name": "A String", # Output only. Name of the creative. Follows the pattern `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account ID of the buyer who owns the creative, and `{creative}` is the buyer-specific creative ID that references this creative in the bid response.
+ "agencyId": "A String", # The agency ID for this creative.
"creativeServingDecision": { # 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.
- "chinaPolicyCompliance": { # 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.
- "status": "A String", # 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.
- "topics": [ # 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.
- { # 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.
- "evidences": [ # Pieces of evidence associated with this policy topic entry.
- { # Evidence associated with a policy topic entry.
- "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
- "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
- "expandedUrl": "A String", # The full non-working URL.
- "platform": "A String", # Platform of the non-working URL.
- "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
- "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
- "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
- "redirectionError": "A String", # HTTP redirect chain error.
- "dnsError": "A String", # DNS lookup errors.
- },
- "downloadSize": { # 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.
- "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
- "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
- { # The URL-level breakdown for the download size.
- "downloadSizeKb": 42, # Download size of the URL in kilobytes.
- "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
- },
- ],
- },
- "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
- "destinationUrl": "A String", # The full landing page URL of the destination.
- },
- "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
- "totalHttpCallCount": 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.
- "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
- { # The number of HTTP calls made to the given domain.
- "domain": "A String", # The domain name.
- "httpCallCount": 42, # Number of HTTP calls made to the domain.
- },
- ],
- },
- "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
- "reason": "A String", # Reason of destination not crawlable.
- "crawlTime": "A String", # Approximate time of the crawl.
- "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
- },
- "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
- "maxCookieCount": 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.
- "cookieNames": [ # 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.
- "A String",
- ],
- },
- "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
- "urls": [ # URLs of HTTP calls made by the creative.
- "A String",
- ],
- },
- },
- ],
- "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
- "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
- },
- ],
- },
- "platformPolicyCompliance": { # 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.
- "status": "A String", # 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.
- "topics": [ # 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.
- { # 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.
- "evidences": [ # Pieces of evidence associated with this policy topic entry.
- { # Evidence associated with a policy topic entry.
- "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
- "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
- "expandedUrl": "A String", # The full non-working URL.
- "platform": "A String", # Platform of the non-working URL.
- "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
- "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
- "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
- "redirectionError": "A String", # HTTP redirect chain error.
- "dnsError": "A String", # DNS lookup errors.
- },
- "downloadSize": { # 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.
- "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
- "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
- { # The URL-level breakdown for the download size.
- "downloadSizeKb": 42, # Download size of the URL in kilobytes.
- "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
- },
- ],
- },
- "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
- "destinationUrl": "A String", # The full landing page URL of the destination.
- },
- "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
- "totalHttpCallCount": 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.
- "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
- { # The number of HTTP calls made to the given domain.
- "domain": "A String", # The domain name.
- "httpCallCount": 42, # Number of HTTP calls made to the domain.
- },
- ],
- },
- "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
- "reason": "A String", # Reason of destination not crawlable.
- "crawlTime": "A String", # Approximate time of the crawl.
- "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
- },
- "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
- "maxCookieCount": 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.
- "cookieNames": [ # 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.
- "A String",
- ],
- },
- "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
- "urls": [ # URLs of HTTP calls made by the creative.
- "A String",
- ],
- },
- },
- ],
- "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
- "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
- },
- ],
- },
- "detectedVendorIds": [ # 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.
- 42,
- ],
- "russiaPolicyCompliance": { # 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.
- "status": "A String", # 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.
- "topics": [ # 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.
- { # 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.
- "evidences": [ # Pieces of evidence associated with this policy topic entry.
- { # Evidence associated with a policy topic entry.
- "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
- "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
- "expandedUrl": "A String", # The full non-working URL.
- "platform": "A String", # Platform of the non-working URL.
- "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
- "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
- "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
- "redirectionError": "A String", # HTTP redirect chain error.
- "dnsError": "A String", # DNS lookup errors.
- },
- "downloadSize": { # 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.
- "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
- "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
- { # The URL-level breakdown for the download size.
- "downloadSizeKb": 42, # Download size of the URL in kilobytes.
- "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
- },
- ],
- },
- "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
- "destinationUrl": "A String", # The full landing page URL of the destination.
- },
- "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
- "totalHttpCallCount": 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.
- "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
- { # The number of HTTP calls made to the given domain.
- "domain": "A String", # The domain name.
- "httpCallCount": 42, # Number of HTTP calls made to the domain.
- },
- ],
- },
- "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
- "reason": "A String", # Reason of destination not crawlable.
- "crawlTime": "A String", # Approximate time of the crawl.
- "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
- },
- "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
- "maxCookieCount": 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.
- "cookieNames": [ # 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.
- "A String",
- ],
- },
- "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
- "urls": [ # URLs of HTTP calls made by the creative.
- "A String",
- ],
- },
- },
- ],
- "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
- "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
- },
- ],
- },
- "detectedLanguages": [ # 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.
+ "detectedClickThroughUrls": [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
"A String",
],
- "detectedProductCategories": [ # 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.
- 42,
- ],
- "detectedAttributes": [ # 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.
- "A String",
- ],
- "detectedDomains": [ # The detected domains for this creative.
- "A String",
- ],
- "networkPolicyCompliance": { # 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).
- "status": "A String", # 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.
- "topics": [ # 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.
- { # 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.
- "evidences": [ # Pieces of evidence associated with this policy topic entry.
- { # Evidence associated with a policy topic entry.
- "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
- "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
- "expandedUrl": "A String", # The full non-working URL.
- "platform": "A String", # Platform of the non-working URL.
- "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
- "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
- "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
- "redirectionError": "A String", # HTTP redirect chain error.
- "dnsError": "A String", # DNS lookup errors.
- },
- "downloadSize": { # 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.
- "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
- "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
- { # The URL-level breakdown for the download size.
- "downloadSizeKb": 42, # Download size of the URL in kilobytes.
- "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
- },
- ],
- },
- "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
- "destinationUrl": "A String", # The full landing page URL of the destination.
- },
- "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
- "totalHttpCallCount": 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.
- "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
- { # The number of HTTP calls made to the given domain.
- "domain": "A String", # The domain name.
- "httpCallCount": 42, # Number of HTTP calls made to the domain.
- },
- ],
- },
- "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
- "reason": "A String", # Reason of destination not crawlable.
- "crawlTime": "A String", # Approximate time of the crawl.
- "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
- },
- "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
- "maxCookieCount": 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.
- "cookieNames": [ # 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.
- "A String",
- ],
- },
- "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
- "urls": [ # URLs of HTTP calls made by the creative.
- "A String",
- ],
- },
- },
- ],
- "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
- "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
- },
- ],
- },
- "lastStatusUpdate": "A String", # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
"detectedAdvertisers": [ # Detected advertisers and brands.
{ # Detected advertiser and brand information.
- "advertiserId": "A String", # 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.
"brandId": "A String", # 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.
+ "advertiserId": "A String", # 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.
"brandName": "A String", # Brand name. Can be used to filter the response of the creatives.list method.
"advertiserName": "A String", # Advertiser name. Can be used to filter the response of the creatives.list method.
},
],
- "detectedClickThroughUrls": [ # The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
+ "detectedLanguages": [ # 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.
"A String",
],
- "detectedSensitiveCategories": [ # 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.
- 42,
- ],
"dealsPolicyCompliance": { # 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).
"status": "A String", # 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.
"topics": [ # 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.
{ # 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.
+ "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
+ "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
"evidences": [ # Pieces of evidence associated with this policy topic entry.
{ # Evidence associated with a policy topic entry.
"destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
- "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
- "expandedUrl": "A String", # The full non-working URL.
"platform": "A String", # Platform of the non-working URL.
- "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
"invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
"lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
- "redirectionError": "A String", # HTTP redirect chain error.
+ "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
+ "expandedUrl": "A String", # The full non-working URL.
+ "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
"dnsError": "A String", # DNS lookup errors.
- },
- "downloadSize": { # 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.
- "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
- "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
- { # The URL-level breakdown for the download size.
- "downloadSizeKb": 42, # Download size of the URL in kilobytes.
- "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
- },
- ],
+ "redirectionError": "A String", # HTTP redirect chain error.
},
"destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
"destinationUrl": "A String", # The full landing page URL of the destination.
@@ -470,10 +199,24 @@
},
],
},
+ "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
+ "urls": [ # URLs of HTTP calls made by the creative.
+ "A String",
+ ],
+ },
+ "downloadSize": { # 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.
+ "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
+ "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
+ { # The URL-level breakdown for the download size.
+ "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
+ "downloadSizeKb": 42, # Download size of the URL in kilobytes.
+ },
+ ],
+ },
"destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
"reason": "A String", # Reason of destination not crawlable.
- "crawlTime": "A String", # Approximate time of the crawl.
"crawledUrl": "A String", # Destination URL that was attempted to be crawled.
+ "crawlTime": "A String", # Approximate time of the crawl.
},
"httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
"maxCookieCount": 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.
@@ -481,52 +224,309 @@
"A String",
],
},
+ },
+ ],
+ },
+ ],
+ },
+ "detectedDomains": [ # The detected domains for this creative.
+ "A String",
+ ],
+ "detectedProductCategories": [ # 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.
+ 42,
+ ],
+ "detectedVendorIds": [ # 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.
+ 42,
+ ],
+ "platformPolicyCompliance": { # 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.
+ "status": "A String", # 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.
+ "topics": [ # 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.
+ { # 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.
+ "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
+ "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
+ "evidences": [ # Pieces of evidence associated with this policy topic entry.
+ { # Evidence associated with a policy topic entry.
+ "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
+ "platform": "A String", # Platform of the non-working URL.
+ "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
+ "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
+ "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
+ "expandedUrl": "A String", # The full non-working URL.
+ "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
+ "dnsError": "A String", # DNS lookup errors.
+ "redirectionError": "A String", # HTTP redirect chain error.
+ },
+ "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
+ "destinationUrl": "A String", # The full landing page URL of the destination.
+ },
+ "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
+ "totalHttpCallCount": 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.
+ "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
+ { # The number of HTTP calls made to the given domain.
+ "domain": "A String", # The domain name.
+ "httpCallCount": 42, # Number of HTTP calls made to the domain.
+ },
+ ],
+ },
"httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
"urls": [ # URLs of HTTP calls made by the creative.
"A String",
],
},
+ "downloadSize": { # 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.
+ "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
+ "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
+ { # The URL-level breakdown for the download size.
+ "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
+ "downloadSizeKb": 42, # Download size of the URL in kilobytes.
+ },
+ ],
+ },
+ "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
+ "reason": "A String", # Reason of destination not crawlable.
+ "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
+ "crawlTime": "A String", # Approximate time of the crawl.
+ },
+ "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
+ "maxCookieCount": 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.
+ "cookieNames": [ # 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.
+ "A String",
+ ],
+ },
},
],
- "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
+ },
+ ],
+ },
+ "networkPolicyCompliance": { # 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).
+ "status": "A String", # 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.
+ "topics": [ # 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.
+ { # 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.
"policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
+ "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
+ "evidences": [ # Pieces of evidence associated with this policy topic entry.
+ { # Evidence associated with a policy topic entry.
+ "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
+ "platform": "A String", # Platform of the non-working URL.
+ "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
+ "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
+ "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
+ "expandedUrl": "A String", # The full non-working URL.
+ "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
+ "dnsError": "A String", # DNS lookup errors.
+ "redirectionError": "A String", # HTTP redirect chain error.
+ },
+ "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
+ "destinationUrl": "A String", # The full landing page URL of the destination.
+ },
+ "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
+ "totalHttpCallCount": 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.
+ "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
+ { # The number of HTTP calls made to the given domain.
+ "domain": "A String", # The domain name.
+ "httpCallCount": 42, # Number of HTTP calls made to the domain.
+ },
+ ],
+ },
+ "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
+ "urls": [ # URLs of HTTP calls made by the creative.
+ "A String",
+ ],
+ },
+ "downloadSize": { # 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.
+ "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
+ "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
+ { # The URL-level breakdown for the download size.
+ "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
+ "downloadSizeKb": 42, # Download size of the URL in kilobytes.
+ },
+ ],
+ },
+ "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
+ "reason": "A String", # Reason of destination not crawlable.
+ "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
+ "crawlTime": "A String", # Approximate time of the crawl.
+ },
+ "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
+ "maxCookieCount": 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.
+ "cookieNames": [ # 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.
+ "A String",
+ ],
+ },
+ },
+ ],
+ },
+ ],
+ },
+ "russiaPolicyCompliance": { # 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.
+ "status": "A String", # 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.
+ "topics": [ # 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.
+ { # 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.
+ "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
+ "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
+ "evidences": [ # Pieces of evidence associated with this policy topic entry.
+ { # Evidence associated with a policy topic entry.
+ "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
+ "platform": "A String", # Platform of the non-working URL.
+ "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
+ "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
+ "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
+ "expandedUrl": "A String", # The full non-working URL.
+ "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
+ "dnsError": "A String", # DNS lookup errors.
+ "redirectionError": "A String", # HTTP redirect chain error.
+ },
+ "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
+ "destinationUrl": "A String", # The full landing page URL of the destination.
+ },
+ "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
+ "totalHttpCallCount": 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.
+ "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
+ { # The number of HTTP calls made to the given domain.
+ "domain": "A String", # The domain name.
+ "httpCallCount": 42, # Number of HTTP calls made to the domain.
+ },
+ ],
+ },
+ "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
+ "urls": [ # URLs of HTTP calls made by the creative.
+ "A String",
+ ],
+ },
+ "downloadSize": { # 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.
+ "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
+ "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
+ { # The URL-level breakdown for the download size.
+ "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
+ "downloadSizeKb": 42, # Download size of the URL in kilobytes.
+ },
+ ],
+ },
+ "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
+ "reason": "A String", # Reason of destination not crawlable.
+ "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
+ "crawlTime": "A String", # Approximate time of the crawl.
+ },
+ "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
+ "maxCookieCount": 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.
+ "cookieNames": [ # 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.
+ "A String",
+ ],
+ },
+ },
+ ],
+ },
+ ],
+ },
+ "lastStatusUpdate": "A String", # The last time the creative status was updated. Can be used to filter the response of the creatives.list method.
+ "detectedSensitiveCategories": [ # 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.
+ 42,
+ ],
+ "detectedAttributes": [ # 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.
+ "A String",
+ ],
+ "chinaPolicyCompliance": { # 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.
+ "status": "A String", # 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.
+ "topics": [ # 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.
+ { # 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.
+ "policyTopic": "A String", # Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". 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
+ "helpCenterUrl": "A String", # URL of the help center article describing this policy topic.
+ "evidences": [ # Pieces of evidence associated with this policy topic entry.
+ { # Evidence associated with a policy topic entry.
+ "destinationNotWorking": { # Evidence of the creative's destination URL not functioning properly or having been incorrectly set up. # The creative's destination URL did not function properly or was incorrectly set up.
+ "platform": "A String", # Platform of the non-working URL.
+ "invalidPage": "A String", # Page was crawled successfully, but was detected as either a page with no content or an error page.
+ "lastCheckTime": "A String", # Approximate time when the ad destination was last checked.
+ "httpError": 42, # HTTP error code (e.g. 404 or 5xx)
+ "expandedUrl": "A String", # The full non-working URL.
+ "urlRejected": "A String", # Rejected because of malformed URLs or invalid requests.
+ "dnsError": "A String", # DNS lookup errors.
+ "redirectionError": "A String", # HTTP redirect chain error.
+ },
+ "destinationUrl": { # The full landing page URL of the destination. # URL of the actual landing page.
+ "destinationUrl": "A String", # The full landing page URL of the destination.
+ },
+ "domainCall": { # Number of HTTP calls made by a creative, broken down by domain. # Number of HTTP calls made by the creative, broken down by domain.
+ "totalHttpCallCount": 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.
+ "topHttpCallDomains": [ # Breakdown of the most frequent domains called via HTTP by the creative.
+ { # The number of HTTP calls made to the given domain.
+ "domain": "A String", # The domain name.
+ "httpCallCount": 42, # Number of HTTP calls made to the domain.
+ },
+ ],
+ },
+ "httpCall": { # HTTP calls made by a creative that resulted in policy violations. # HTTP calls made by the creative that resulted in policy violations.
+ "urls": [ # URLs of HTTP calls made by the creative.
+ "A String",
+ ],
+ },
+ "downloadSize": { # 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.
+ "totalDownloadSizeKb": 42, # Total download size (in kilobytes) for all the resources in the creative.
+ "topUrlDownloadSizeBreakdowns": [ # Download size broken down by URLs with the top download size.
+ { # The URL-level breakdown for the download size.
+ "normalizedUrl": "A String", # The normalized URL with query parameters and fragment removed.
+ "downloadSizeKb": 42, # Download size of the URL in kilobytes.
+ },
+ ],
+ },
+ "destinationNotCrawlable": { # Evidence that the creative's destination URL was not crawlable by Google. # The creative's destination URL was not crawlable by Google.
+ "reason": "A String", # Reason of destination not crawlable.
+ "crawledUrl": "A String", # Destination URL that was attempted to be crawled.
+ "crawlTime": "A String", # Approximate time of the crawl.
+ },
+ "httpCookie": { # Evidence for HTTP cookie-related policy violations. # Evidence for HTTP cookie-related policy violations.
+ "maxCookieCount": 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.
+ "cookieNames": [ # 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.
+ "A String",
+ ],
+ },
+ },
+ ],
},
],
},
},
- "advertiserName": "A String", # The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
- "declaredRestrictedCategories": [ # 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.
+ "apiUpdateTime": "A String", # Output only. The last update timestamp of the creative via API.
+ "impressionTrackingUrls": [ # The set of URLs to be called to record an impression.
+ "A String",
+ ],
+ "dealIds": [ # 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.
+ "A String",
+ ],
+ "creativeId": "A String", # 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.
+ "native": { # Native content for a creative. # A native creative.
+ "logo": { # 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's logo.
+ "width": 42, # Image width in pixels.
+ "height": 42, # Image height in pixels.
+ "url": "A String", # The URL of the image.
+ },
+ "priceDisplayText": "A String", # The price of the promoted app including currency info.
+ "clickLinkUrl": "A String", # The URL that the browser/SDK will load when the user clicks the ad.
+ "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5].
+ "headline": "A String", # A short title for the ad.
+ "body": "A String", # A long description of the ad.
+ "appIcon": { # 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.
+ "width": 42, # Image width in pixels.
+ "height": 42, # Image height in pixels.
+ "url": "A String", # The URL of the image.
+ },
+ "advertiserName": "A String", # The name of the advertiser or sponsor, to be displayed in the ad creative.
+ "clickTrackingUrl": "A String", # The URL to use for click tracking.
+ "videoUrl": "A String", # The URL to fetch a native video ad.
+ "callToAction": "A String", # A label for the button that the user is supposed to click.
+ "image": { # An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved. # A large image.
+ "width": 42, # Image width in pixels.
+ "height": 42, # Image height in pixels.
+ "url": "A String", # The URL of the image.
+ },
+ },
+ "accountId": "A String", # 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.
+ "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative.
"A String",
],
"declaredClickThroughUrls": [ # The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
"A String",
],
- "html": { # HTML content for a creative. # An HTML creative.
- "height": 42, # The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
- "width": 42, # The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.
- "snippet": "A String", # The HTML snippet that displays the ad when inserted in the web page.
- },
- "impressionTrackingUrls": [ # The set of URLs to be called to record an impression.
- "A String",
- ],
- "version": 42, # Output only. The version of this creative. Version for a new creative is 1 and it increments during subsequent creative updates.
- "video": { # Video content for a creative. # A video creative.
- "videoVastXml": "A String", # The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
- "videoMetadata": { # Video metadata for a creative. # Output only. Video metadata.
- "skipOffset": "A String", # 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.
- "mediaFiles": [ # 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.
- { # Information about each media file in the VAST.
- "bitrate": "A String", # Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
- "mimeType": "A String", # The MIME type of this media file. Can be used to filter the response of the creatives.list method.
- },
- ],
- "duration": "A String", # The duration of the ad. Can be used to filter the response of the creatives.list method.
- "isVpaid": True or False, # Is this a VPAID ad? Can be used to filter the response of the creatives.list method.
- "isValidVast": True or False, # Is this a valid VAST ad? Can be used to filter the response of the creatives.list method.
- "vastVersion": "A String", # The maximum VAST version across all wrapped VAST documents. Can be used to filter the response of the creatives.list method.
- },
- "videoUrl": "A String", # The URL to fetch a video ad.
- },
},
],
"nextPageToken": "A String", # 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.