Struct google_dfareporting2d4::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 video_active_view_opt_out: Option<bool>,
    pub dfp_settings: Option<DfpSettings>,
    pub verification_tag_opt_out: Option<bool>,
    pub instream_video_placement_accepted: Option<bool>,
}

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 directory site has disabled active view for in-stream video creatives.

Directory site DFP settings.

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

Whether this site accepts in-stream video ads.

Trait Implementations

impl Default for DirectorySiteSettings
[src]

[src]

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

impl Clone for DirectorySiteSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DirectorySiteSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for DirectorySiteSettings
[src]