GoogleApi.DisplayVideo.V3.Model.ObaIcon (google_api_display_video v0.39.0)
View SourceOBA Icon for a Creative
Attributes
-
clickTrackingUrl
(type:String.t
, default:nil
) - Required. The click tracking URL of the OBA icon. Only URLs of the following domains are allowed:https://info.evidon.com
https://l.betrad.com
-
dimensions
(type:GoogleApi.DisplayVideo.V3.Model.Dimensions.t
, default:nil
) - Optional. The dimensions of the OBA icon. -
landingPageUrl
(type:String.t
, default:nil
) - Required. The landing page URL of the OBA icon. Only URLs of the following domains are allowed:https://info.evidon.com
https://l.betrad.com
-
position
(type:String.t
, default:nil
) - Optional. The position of the OBA icon on the creative. -
program
(type:String.t
, default:nil
) - Optional. The program of the OBA icon. For example: “AdChoices”. -
resourceMimeType
(type:String.t
, default:nil
) - Optional. The MIME type of the OBA icon resource. -
resourceUrl
(type:String.t
, default:nil
) - Optional. The URL of the OBA icon resource. -
viewTrackingUrl
(type:String.t
, default:nil
) - Required. The view tracking URL of the OBA icon. Only URLs of the following domains are allowed:https://info.evidon.com
https://l.betrad.com
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.ObaIcon{ clickTrackingUrl: String.t() | nil, dimensions: GoogleApi.DisplayVideo.V3.Model.Dimensions.t() | nil, landingPageUrl: String.t() | nil, position: String.t() | nil, program: String.t() | nil, resourceMimeType: String.t() | nil, resourceUrl: String.t() | nil, viewTrackingUrl: String.t() | nil }