Struct google_dfareporting2d1::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 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.

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]