Struct google_displayvideo1::api::AdvertiserCreativeConfig[][src]

pub struct AdvertiserCreativeConfig {
    pub dynamic_creative_enabled: Option<bool>,
    pub ias_client_id: Option<String>,
    pub oba_compliance_disabled: Option<bool>,
    pub video_creative_data_sharing_authorized: Option<bool>,
}

Creatives related settings of an advertiser.

This type is not used in any activity, and only used as part of another schema.

Fields

dynamic_creative_enabled: Option<bool>

Whether or not the advertiser is enabled for dynamic creatives.

ias_client_id: Option<String>

An ID for configuring campaign monitoring provided by Integral Ad Service (IAS). The DV360 system will append an IAS “Campaign Monitor” tag containing this ID to the creative tag.

oba_compliance_disabled: Option<bool>

Whether or not to use DV360’s Online Behavioral Advertising (OBA) compliance. Warning: Changing OBA settings may cause the audit status of your creatives to be reset by some ad exchanges, making them ineligible to serve until they are re-approved.

video_creative_data_sharing_authorized: Option<bool>

By setting this field to true, you, on behalf of your company, authorize Google to use video creatives associated with this Display & Video 360 advertiser to provide reporting and features related to the advertiser’s television campaigns. Applicable only when the advertiser has a CM360 hybrid ad server configuration.

Trait Implementations

impl Clone for AdvertiserCreativeConfig[src]

impl Debug for AdvertiserCreativeConfig[src]

impl Default for AdvertiserCreativeConfig[src]

impl<'de> Deserialize<'de> for AdvertiserCreativeConfig[src]

impl Part for AdvertiserCreativeConfig[src]

impl Serialize for AdvertiserCreativeConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.