Struct google_dfareporting3d2::CreativeCustomEvent[][src]

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 used by the event.

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

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

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

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

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

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.

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

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

User-entered name for the event.

Trait Implementations

impl Default for CreativeCustomEvent
[src]

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

impl Clone for CreativeCustomEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeCustomEvent
[src]

Formats the value using the given formatter. Read more

impl Part for CreativeCustomEvent
[src]

Auto Trait Implementations