google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.CreativeCustomEvent View Source

Creative Custom Event.

Attributes

  • advertiserCustomEventId (type: String.t, default: nil) - Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
  • advertiserCustomEventName (type: String.t, default: nil) - User-entered name for the event.
  • advertiserCustomEventType (type: String.t, default: nil) - Type of the event. This is a read-only field.
  • artworkLabel (type: String.t, default: nil) - 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.
  • artworkType (type: String.t, default: nil) - Artwork type used by the creative.This is a read-only field.
  • exitClickThroughUrl (type: GoogleApi.DFAReporting.V34.Model.CreativeClickThroughUrl.t, default: nil) - Exit click-through URL for the event. This field is used only for exit events.
  • id (type: String.t, default: nil) - ID of this event. This is a required field and should not be modified after insertion.
  • popupWindowProperties (type: GoogleApi.DFAReporting.V34.Model.PopupWindowProperties.t, default: nil) - Properties for rich media popup windows. This field is used only for exit events.
  • targetType (type: String.t, default: nil) - Target type used by the event.
  • videoReportingId (type: String.t, default: nil) - Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.CreativeCustomEvent{
  advertiserCustomEventId: String.t(),
  advertiserCustomEventName: String.t(),
  advertiserCustomEventType: String.t(),
  artworkLabel: String.t(),
  artworkType: String.t(),
  exitClickThroughUrl:
    GoogleApi.DFAReporting.V34.Model.CreativeClickThroughUrl.t(),
  id: String.t(),
  popupWindowProperties:
    GoogleApi.DFAReporting.V34.Model.PopupWindowProperties.t(),
  targetType: String.t(),
  videoReportingId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.