Show / Hide Table of Contents

Class VideoPerformanceAd

Details for a video performance ad.

Inheritance
object
VideoPerformanceAd
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 VideoPerformanceAd : IDirectResponseSchema

Properties

ActionButtonLabels

The list of text assets shown on the call-to-action button.

Declaration
[JsonProperty("actionButtonLabels")]
public virtual IList<string> ActionButtonLabels { get; set; }
Property Value
Type Description
IList<string>

CompanionBanners

The list of companion banners used by this ad.

Declaration
[JsonProperty("companionBanners")]
public virtual IList<ImageAsset> CompanionBanners { get; set; }
Property Value
Type Description
IList<ImageAsset>

CustomParameters

The custom parameters to pass custom values to tracking URL template.

Declaration
[JsonProperty("customParameters")]
public virtual IDictionary<string, string> CustomParameters { get; set; }
Property Value
Type Description
IDictionary<string, string>

Descriptions

The list of descriptions shown on the call-to-action banner.

Declaration
[JsonProperty("descriptions")]
public virtual IList<string> Descriptions { get; set; }
Property Value
Type Description
IList<string>

DisplayUrlBreadcrumb1

The first piece after the domain in the display URL.

Declaration
[JsonProperty("displayUrlBreadcrumb1")]
public virtual string DisplayUrlBreadcrumb1 { get; set; }
Property Value
Type Description
string

DisplayUrlBreadcrumb2

The second piece after the domain in the display URL.

Declaration
[JsonProperty("displayUrlBreadcrumb2")]
public virtual string DisplayUrlBreadcrumb2 { get; set; }
Property Value
Type Description
string

Domain

The domain of the display URL.

Declaration
[JsonProperty("domain")]
public virtual string Domain { 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

Headlines

The list of headlines shown on the call-to-action banner.

Declaration
[JsonProperty("headlines")]
public virtual IList<string> Headlines { get; set; }
Property Value
Type Description
IList<string>

LongHeadlines

The list of lone headlines shown on the call-to-action banner.

Declaration
[JsonProperty("longHeadlines")]
public virtual IList<string> LongHeadlines { get; set; }
Property Value
Type Description
IList<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

Videos

The list of YouTube video assets used by this ad.

Declaration
[JsonProperty("videos")]
public virtual IList<YoutubeVideoDetails> Videos { get; set; }
Property Value
Type Description
IList<YoutubeVideoDetails>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX