GoogleApi.DFAReporting.V34.Model.ObaIcon (google_api_dfa_reporting v0.31.0)
View SourceOnline Behavioral Advertiser icon.
Attributes
-
iconClickThroughUrl
(type:String.t
, default:nil
) - URL to redirect to when an OBA icon is clicked. -
iconClickTrackingUrl
(type:String.t
, default:nil
) - URL to track click when an OBA icon is clicked. -
iconViewTrackingUrl
(type:String.t
, default:nil
) - URL to track view when an OBA icon is clicked. -
program
(type:String.t
, default:nil
) - Identifies the industry initiative that the icon supports. For example, AdChoices. -
resourceUrl
(type:String.t
, default:nil
) - OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more -
size
(type:GoogleApi.DFAReporting.V34.Model.Size.t
, default:nil
) - OBA icon size. -
xPosition
(type:String.t
, default:nil
) - OBA icon x coordinate position. Accepted values are left or right. -
yPosition
(type:String.t
, default:nil
) - OBA icon y coordinate position. Accepted values are top or bottom.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.ObaIcon{ iconClickThroughUrl: String.t() | nil, iconClickTrackingUrl: String.t() | nil, iconViewTrackingUrl: String.t() | nil, program: String.t() | nil, resourceUrl: String.t() | nil, size: GoogleApi.DFAReporting.V34.Model.Size.t() | nil, xPosition: String.t() | nil, yPosition: String.t() | nil }