google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.RichMediaExitOverride View Source

Rich Media Exit Override.

Attributes

  • clickThroughUrl (type: GoogleApi.DFAReporting.V33.Model.ClickThroughUrl.t, default: nil) - Click-through URL of this rich media exit override. Applicable if the enabled field is set to true.
  • enabled (type: boolean(), default: nil) - Whether to use the clickThroughUrl. If false, the creative-level exit will be used.
  • exitId (type: String.t, default: nil) - ID for the override to refer to a specific exit in the creative.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.RichMediaExitOverride{
  clickThroughUrl: GoogleApi.DFAReporting.V33.Model.ClickThroughUrl.t(),
  enabled: boolean(),
  exitId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.