Struct google_adexchangebuyer2_v2_beta1::Creative[][src]

pub struct Creative {
    pub corrections: Option<Vec<Correction>>,
    pub impression_tracking_urls: Option<Vec<String>>,
    pub agency_id: Option<String>,
    pub filtering_stats: Option<FilteringStats>,
    pub detected_languages: Option<Vec<String>>,
    pub advertiser_name: Option<String>,
    pub click_through_urls: Option<Vec<String>>,
    pub video: Option<VideoContent>,
    pub detected_sensitive_categories: Option<Vec<i32>>,
    pub deals_status: Option<String>,
    pub creative_id: Option<String>,
    pub detected_advertiser_ids: Option<Vec<String>>,
    pub ad_choices_destination_url: Option<String>,
    pub open_auction_status: Option<String>,
    pub account_id: Option<String>,
    pub vendor_ids: Option<Vec<i32>>,
    pub detected_product_categories: Option<Vec<i32>>,
    pub serving_restrictions: Option<Vec<ServingRestriction>>,
    pub html: Option<HtmlContent>,
    pub version: Option<i32>,
    pub api_update_time: Option<String>,
    pub restricted_categories: Option<Vec<String>>,
    pub detected_domains: Option<Vec<String>>,
    pub attributes: Option<Vec<String>>,
    pub native: Option<NativeContent>,
}

A creative and its classification data.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

@OutputOnly Shows any corrections that were applied to this creative.

The set of URLs to be called to record an impression.

The agency ID for this creative.

@OutputOnly The filtering stats for this creative.

@OutputOnly 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.

The name of the company being advertised in the creative.

The set of destination URLs for the creative.

A video creative.

@OutputOnly Detected sensitive categories, if any. 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.

@OutputOnly The top-level deals status of this creative. If disapproved, an entry for 'auctionType=DIRECT_DEALS' (or 'ALL') in serving_restrictions will also exist. Note that this may be nuanced with other contextual restrictions, in which case, it may be preferable to read from serving_restrictions directly. Can be used to filter the response of the creatives.list method.

The buyer-defined creative ID of this creative. Can be used to filter the response of the creatives.list method.

@OutputOnly Detected advertiser IDs, if any.

The link to AdChoices destination page.

@OutputOnly The top-level open auction status of this creative. If disapproved, an entry for 'auctionType = OPEN_AUCTION' (or 'ALL') in serving_restrictions will also exist. Note that this may be nuanced with other contextual restrictions, in which case, it may be preferable to read from serving_restrictions directly. Can be used to filter the response of the creatives.list method.

The account that this creative belongs to. Can be used to filter the response of the creatives.list method.

All vendor IDs for the ads that may be shown from this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values.

@OutputOnly Detected product categories, if any. See the ad-product-categories.txt file in the technical documentation for a list of IDs.

@OutputOnly The granular status of this ad in specific contexts. A context here relates to where something ultimately serves (for example, a physical location, a platform, an HTTPS vs HTTP request, or the type of auction).

An HTML creative.

@OutputOnly The version of this creative.

@OutputOnly The last update timestamp of the creative via API.

All restricted categories for the ads that may be shown from this creative.

@OutputOnly The detected domains for this creative.

All attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.

A native creative.

Trait Implementations

impl Default for Creative
[src]

Returns the "default value" for a type. Read more

impl Clone for Creative
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Creative
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Creative
[src]

impl ResponseResult for Creative
[src]

Auto Trait Implementations

impl Send for Creative

impl Sync for Creative