Show / Hide Table of Contents

Class CommonInStreamAttribute

Common attributes for in-stream, non-skippable and bumper ads.

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

Properties

ActionButtonLabel

The text on the call-to-action button.

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

ActionHeadline

The headline of the call-to-action banner.

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

CompanionBanner

The image which shows next to the video ad.

Declaration
[JsonProperty("companionBanner")]
public virtual ImageAsset CompanionBanner { get; set; }
Property Value
Type Description
ImageAsset

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