Class VideoDiscoveryAd
Details for a video discovery ad.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class VideoDiscoveryAd : IDirectResponseSchema
Properties
Description1
First text line for the ad.
Declaration
[JsonProperty("description1")]
public virtual string Description1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Description2
Second text line for the ad.
Declaration
[JsonProperty("description2")]
public virtual string Description2 { 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 |
Headline
The headline of ad.
Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
Type | Description |
---|---|
string |
Thumbnail
Thumbnail image used in the ad.
Declaration
[JsonProperty("thumbnail")]
public virtual string Thumbnail { get; set; }
Property Value
Type | Description |
---|---|
string |
Video
The YouTube video the ad promotes.
Declaration
[JsonProperty("video")]
public virtual YoutubeVideoDetails Video { get; set; }
Property Value
Type | Description |
---|---|
YoutubeVideoDetails |