Struct google_dfareporting3d2::ClickTag[][src]

pub struct ClickTag {
    pub event_name: Option<String>,
    pub click_through_url: Option<CreativeClickThroughUrl>,
    pub name: 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 DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.

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

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

Trait Implementations

impl Default for ClickTag
[src]

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

impl Clone for ClickTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClickTag
[src]

Formats the value using the given formatter. Read more

impl Part for ClickTag
[src]

Auto Trait Implementations

impl Send for ClickTag

impl Sync for ClickTag