GoogleApi.DFAReporting.V4.Model.RichMediaExitOverride (google_api_dfa_reporting v0.31.0)
View SourceRich Media Exit Override.
Attributes
-
clickThroughUrl
(type:GoogleApi.DFAReporting.V4.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.RichMediaExitOverride{ clickThroughUrl: GoogleApi.DFAReporting.V4.Model.ClickThroughUrl.t() | nil, enabled: boolean() | nil, exitId: String.t() | nil }