[][src]Struct google_displayvideo1::IntegralAdScience

pub struct IntegralAdScience {
    pub excluded_offensive_language_risk: Option<String>,
    pub excluded_illegal_downloads_risk: Option<String>,
    pub excluded_ad_fraud_risk: Option<String>,
    pub excluded_violence_risk: Option<String>,
    pub exclude_unrateable: Option<bool>,
    pub excluded_alcohol_risk: Option<String>,
    pub video_viewability: Option<String>,
    pub traq_score_option: Option<String>,
    pub display_viewability: Option<String>,
    pub excluded_gambling_risk: Option<String>,
    pub excluded_drugs_risk: Option<String>,
    pub excluded_adult_risk: Option<String>,
    pub excluded_hate_speech_risk: Option<String>,
}

Details of Integral Ad Science settings.

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

Fields

excluded_offensive_language_risk: Option<String>

Brand Safety - Offensive language.

excluded_illegal_downloads_risk: Option<String>

Brand Safety - Illegal downloads.

excluded_ad_fraud_risk: Option<String>

Ad Fraud settings.

excluded_violence_risk: Option<String>

Brand Safety - Violence.

exclude_unrateable: Option<bool>

Brand Safety - Unrateable.

excluded_alcohol_risk: Option<String>

Brand Safety - Alcohol.

video_viewability: Option<String>

Video Viewability Section (applicable to video line items only).

traq_score_option: Option<String>

True advertising quality (applicable to Display line items only).

display_viewability: Option<String>

Display Viewability section (applicable to display line items only).

excluded_gambling_risk: Option<String>

Brand Safety - Gambling.

excluded_drugs_risk: Option<String>

Brand Safety - Drugs.

excluded_adult_risk: Option<String>

Brand Safety - Adult content.

excluded_hate_speech_risk: Option<String>

Brand Safety - Hate speech.

Trait Implementations

impl Clone for IntegralAdScience[src]

impl Debug for IntegralAdScience[src]

impl Default for IntegralAdScience[src]

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

impl Part for IntegralAdScience[src]

impl Serialize for IntegralAdScience[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, 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.

impl<T> Typeable for T where
    T: Any