GoogleApi.DisplayVideo.V3.Model.AudioAd (google_api_display_video v0.39.0)
View SourceDetails for an audio ad.
Attributes
-
displayUrl
(type:String.t
, default:nil
) - The webpage address that appears with the ad. -
finalUrl
(type:String.t
, default:nil
) - The URL address of the webpage that people reach after they click the ad. -
trackingUrl
(type:String.t
, default:nil
) - The URL address loaded in the background for tracking purposes. -
video
(type:GoogleApi.DisplayVideo.V3.Model.YoutubeVideoDetails.t
, default:nil
) - The YouTube video of the ad.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.AudioAd{ displayUrl: String.t() | nil, finalUrl: String.t() | nil, trackingUrl: String.t() | nil, video: GoogleApi.DisplayVideo.V3.Model.YoutubeVideoDetails.t() | nil }