Class AudioAd
Details for an audio ad.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AudioAd : IDirectResponseSchema
Properties
DisplayUrl
The webpage address that appears with the ad.
Declaration
[JsonProperty("displayUrl")]
public virtual string DisplayUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinalUrl
The URL address of the webpage that people reach after they click the ad.
Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingUrl
The URL address loaded in the background for tracking purposes.
Declaration
[JsonProperty("trackingUrl")]
public virtual string TrackingUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Video
The YouTube video of the ad.
Declaration
[JsonProperty("video")]
public virtual YoutubeVideoDetails Video { get; set; }
Property Value
Type | Description |
---|---|
YoutubeVideoDetails |