[][src]Struct google_dfareporting3::ClickTag

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

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.

click_through_url: Option<CreativeClickThroughUrl>

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

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.

Trait Implementations

impl Part for ClickTag[src]

impl Default for ClickTag[src]

impl Clone for ClickTag[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ClickTag[src]

impl Serialize for ClickTag[src]

impl<'de> Deserialize<'de> for ClickTag[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]