[][src]Struct google_dfareporting3d3::CreativeCustomEvent

pub struct CreativeCustomEvent {
    pub target_type: Option<String>,
    pub artwork_type: Option<String>,
    pub exit_click_through_url: Option<CreativeClickThroughUrl>,
    pub video_reporting_id: Option<String>,
    pub popup_window_properties: Option<PopupWindowProperties>,
    pub advertiser_custom_event_id: Option<String>,
    pub artwork_label: Option<String>,
    pub advertiser_custom_event_type: Option<String>,
    pub id: Option<String>,
    pub advertiser_custom_event_name: Option<String>,
}

Creative Custom Event.

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

Fields

target_type: Option<String>

Target type used by the event.

artwork_type: Option<String>

Artwork type used by the creative.This is a read-only field.

exit_click_through_url: Option<CreativeClickThroughUrl>

Exit click-through URL for the event. This field is used only for exit events.

video_reporting_id: Option<String>

Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.

popup_window_properties: Option<PopupWindowProperties>

Properties for rich media popup windows. This field is used only for exit events.

advertiser_custom_event_id: Option<String>

Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.

artwork_label: Option<String>

Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.

advertiser_custom_event_type: Option<String>

Type of the event. This is a read-only field.

id: Option<String>

ID of this event. This is a required field and should not be modified after insertion.

advertiser_custom_event_name: Option<String>

User-entered name for the event.

Trait Implementations

impl Part for CreativeCustomEvent[src]

impl Default for CreativeCustomEvent[src]

impl Clone for CreativeCustomEvent[src]

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

Performs copy-assignment from source. Read more

impl Debug for CreativeCustomEvent[src]

impl Serialize for CreativeCustomEvent[src]

impl<'de> Deserialize<'de> for CreativeCustomEvent[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]