Show / Hide Table of Contents

Class AudioAd

Details for an audio ad.

Inheritance
object
AudioAd
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX