Struct google_dfareporting2d7::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
event_name: Option<String>
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.
name: Option<String>
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.
value: Option<String>
Parameter value for the specified click tag. This field contains a click-through url.
Trait Implementations
impl Debug for ClickTag[src]
impl Clone for ClickTag[src]
fn clone(&self) -> ClickTag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more