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

Ad associated with this placement tag.

TagData tag format of this tag.

Trait Implementations

impl Default for TagData
[src]

[src]

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

impl Clone for TagData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TagData
[src]

[src]

Formats the value using the given formatter.

impl Part for TagData
[src]