Struct google_dfareporting2d7::SiteSettings [] [src]

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

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.

Whether active view creatives are disabled for this site.

Whether Verification and ActiveView for in-stream video creatives are disabled by default for new placements created under this site. This value will be used to populate the placement.videoActiveViewOptOut field, when no value is specified for the new placement.

Lookback window settings for this site.

Whether new cookies are disabled for this site.

Configuration settings for dynamic and image floodlight tags.

Default VPAID adapter setting for new placements created under this site. This value will be used to populate the placements.vpaidAdapterChoice field, when no value is specified for the new placement. Controls which VPAID format the measurement adapter will use for in-stream video creatives assigned to the placement. The publisher's specifications will typically determine this setting. For VPAID creatives, the adapter format will match the VPAID format (HTML5 VPAID creatives use the HTML5 adapter, and Flash VPAID creatives use the Flash adapter).

Site-wide creative settings.

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]