Struct google_dfareporting2d3::ClickTag [] [src]

pub struct ClickTag {
    pub event_name: Option<String>,
    pub name: Option<String>,
    pub value: Option<String>,
}

Creative Click Tag.

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

Fields

Advertiser event name associated with the click tag. This field is used by ENHANCED_IMAGE, and HTML5_BANNER creatives. Applicable to ENHANCED_BANNER when the primary asset type is not HTML_IMAGE

Parameter name for the specified click tag. For ENHANCED_IMAGE creative assets, this field must match the value of the creative asset's creativeAssetId.name field.

Parameter value for the specified click tag. This field contains a click-through url.

Trait Implementations

impl Default for ClickTag
[src]

[src]

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

impl Clone for ClickTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClickTag
[src]

[src]

Formats the value using the given formatter.

impl Part for ClickTag
[src]