Struct google_dfareporting2d5::SiteSettings [] [src]

pub struct SiteSettings {
    pub disable_brand_safe_ads: Option<bool>,
    pub creative_settings: Option<CreativeSettings>,
    pub active_view_opt_out: Option<bool>,
    pub lookback_configuration: Option<LookbackConfiguration>,
    pub disable_new_cookie: Option<bool>,
    pub video_active_view_opt_out: Option<bool>,
    pub tag_setting: Option<TagSetting>,
}

Site Settings

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

Fields

Whether brand safe ads are disabled for this site.

Site-wide creative settings.

Whether active view creatives are disabled for this site.

Lookback window settings for this site.

Whether new cookies are disabled for this site.

Whether Verification and ActiveView are disabled for in-stream video creatives on this site. The same setting videoActiveViewOptOut exists on the directory site level -- the opt out occurs if either of these settings are true. These settings are distinct from DirectorySites.settings.activeViewOptOut or Sites.siteSettings.activeViewOptOut which only apply to display ads. However, Accounts.activeViewOptOut opts out both video traffic, as well as display ads, from Verification and ActiveView.

Configuration settings for dynamic and image floodlight tags.

Trait Implementations

impl Default for SiteSettings
[src]

[src]

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

impl Clone for SiteSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SiteSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for SiteSettings
[src]