GoogleApi.DFAReporting.V34.Model.RichMediaExitOverride (google_api_dfa_reporting v0.20.0) View Source
Rich Media Exit Override.
Attributes
-
clickThroughUrl
(type:GoogleApi.DFAReporting.V34.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.V34.Model.RichMediaExitOverride{ clickThroughUrl: GoogleApi.DFAReporting.V34.Model.ClickThroughUrl.t(), enabled: boolean(), exitId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.