Struct google_dfareporting3d2::AdSlot[][src]

pub struct AdSlot {
    pub comment: Option<String>,
    pub linked_placement_id: Option<String>,
    pub name: Option<String>,
    pub primary: Option<bool>,
    pub height: Option<String>,
    pub width: Option<String>,
    pub payment_source_type: Option<String>,
    pub compatibility: Option<String>,
}

Ad Slot

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

Fields

Comment for this ad slot.

ID of the placement from an external platform that is linked to this ad slot.

Name of this ad slot.

Primary ad slot of a roadblock inventory item.

Height of this ad slot.

Width of this ad slot.

Payment source type of this ad slot.

Ad slot compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop, mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.

Trait Implementations

impl Default for AdSlot
[src]

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

impl Clone for AdSlot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdSlot
[src]

Formats the value using the given formatter. Read more

impl Part for AdSlot
[src]

Auto Trait Implementations

impl Send for AdSlot

impl Sync for AdSlot