Struct google_dfareporting2d1::CreativeCustomEvent [] [src]

pub struct CreativeCustomEvent {
    pub target_type: Option<String>,
    pub artwork_type: Option<String>,
    pub video_reporting_id: Option<String>,
    pub popup_window_properties: Option<PopupWindowProperties>,
    pub artwork_label: Option<String>,
    pub active: Option<bool>,
    pub advertiser_custom_event_type: Option<String>,
    pub exit_url: 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.

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.

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

Whether the event is active.

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

Exit URL of the event. This field is used only for exit events.

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]

[src]

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

impl Clone for CreativeCustomEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeCustomEvent
[src]

[src]

Formats the value using the given formatter.

impl Part for CreativeCustomEvent
[src]