GoogleApi.DFAReporting.V33.Model.CompanionClickThroughOverride (google_api_dfa_reporting v0.31.0)
View SourceCompanion Click-through override.
Attributes
-
clickThroughUrl
(type:GoogleApi.DFAReporting.V33.Model.ClickThroughUrl.t
, default:nil
) - Click-through URL of this companion click-through override. -
creativeId
(type:String.t
, default:nil
) - ID of the creative for this companion click-through override.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V33.Model.CompanionClickThroughOverride{ clickThroughUrl: GoogleApi.DFAReporting.V33.Model.ClickThroughUrl.t() | nil, creativeId: String.t() | nil }