Struct google_adexchangebuyer1d3::Creative [] [src]

pub struct Creative {
    pub product_categories: Option<Vec<i32>>,
    pub status: Option<String>,
    pub agency_id: Option<String>,
    pub attribute: Option<Vec<i32>>,
    pub restricted_categories: Option<Vec<i32>>,
    pub height: Option<i32>,
    pub advertiser_name: Option<String>,
    pub html_snippet: Option<String>,
    pub buyer_creative_id: Option<String>,
    pub impression_tracking_url: Option<Vec<String>>,
    pub account_id: Option<i32>,
    pub advertiser_id: Option<Vec<String>>,
    pub kind: Option<String>,
    pub video_url: Option<String>,
    pub click_through_url: Option<Vec<String>>,
    pub corrections: Option<Vec<CreativeCorrections>>,
    pub width: Option<i32>,
    pub native_ad: Option<CreativeNativeAd>,
    pub version: Option<i32>,
    pub api_upload_timestamp: Option<String>,
    pub vendor_type: Option<Vec<i32>>,
    pub filtering_reasons: Option<CreativeFilteringReasons>,
    pub disapproval_reasons: Option<Vec<CreativeDisapprovalReasons>>,
    pub sensitive_categories: Option<Vec<i32>>,
}

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

Detected product categories, if any. Read-only. This field should not be set in requests.

Creative serving status. Read-only. This field should not be set in requests.

The agency id for this creative.

All attributes for the ads that may be shown from this snippet.

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

Ad height.

The name of the company being advertised in the creative.

The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.

A buyer-specific id identifying the creative in this ad.

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

Account id.

Detected advertiser id, if any. Read-only. This field should not be set in requests.

Resource type.

The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.

The set of destination urls for the snippet.

Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.

Ad width.

If nativeAd is set, HTMLSnippet and videoURL should not be set.

The version for this creative. Read-only. This field should not be set in requests.

The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).

All vendor types for the ads that may be shown from this snippet.

The filtering reasons for the creative. Read-only. This field should not be set in requests.

The reasons for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.

Detected sensitive categories, if any. Read-only. This field should not be set in requests.

Trait Implementations

impl Default for Creative
[src]

[src]

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

impl Clone for Creative
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Creative
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Creative
[src]

impl Resource for Creative
[src]

impl ResponseResult for Creative
[src]