Struct google_dfareporting3d2::DirectorySiteSettings[][src]

pub struct DirectorySiteSettings {
    pub interstitial_placement_accepted: Option<bool>,
    pub nielsen_ocr_opt_out: Option<bool>,
    pub active_view_opt_out: Option<bool>,
    pub instream_video_placement_accepted: Option<bool>,
    pub video_active_view_opt_out: Option<bool>,
    pub verification_tag_opt_out: Option<bool>,
    pub dfp_settings: Option<DfpSettings>,
}

Directory Site Settings

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

Fields

Whether this site accepts interstitial ads.

Whether this directory site has disabled Nielsen OCR reach ratings.

Whether this directory site has disabled active view creatives.

Whether this site accepts in-stream video ads.

Whether this directory site has disabled active view for in-stream video creatives. This is a read-only field.

Whether this directory site has disabled generation of Verification ins tags.

Directory site Ad Manager settings.

Trait Implementations

impl Default for DirectorySiteSettings
[src]

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

impl Clone for DirectorySiteSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DirectorySiteSettings
[src]

Formats the value using the given formatter. Read more

impl Part for DirectorySiteSettings
[src]

Auto Trait Implementations