Struct google_dfareporting3d2::TagData[][src]

pub struct TagData {
    pub click_tag: Option<String>,
    pub impression_tag: Option<String>,
    pub creative_id: Option<String>,
    pub ad_id: Option<String>,
    pub format: Option<String>,
}

Placement Tag Data

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

Fields

Tag string to record a click.

Tag string for serving an ad.

Creative associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.

Ad associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.

TagData tag format of this tag.

Trait Implementations

impl Default for TagData
[src]

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

impl Clone for TagData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagData
[src]

Formats the value using the given formatter. Read more

impl Part for TagData
[src]

Auto Trait Implementations

impl Send for TagData

impl Sync for TagData