[−][src]Struct google_dfareporting3::CreativeCustomEvent
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 Clone for CreativeCustomEvent[src]
fn clone(&self) -> CreativeCustomEvent[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for CreativeCustomEvent[src]
fn default() -> CreativeCustomEvent[src]
impl Debug for CreativeCustomEvent[src]
impl Serialize for CreativeCustomEvent[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for CreativeCustomEvent[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for CreativeCustomEvent
impl Sync for CreativeCustomEvent
impl Unpin for CreativeCustomEvent
impl UnwindSafe for CreativeCustomEvent
impl RefUnwindSafe for CreativeCustomEvent
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,