Class DoubleVerifyVideoViewability
Details of DoubleVerify video viewability settings.
Inheritance
System.Object
DoubleVerifyVideoViewability
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class DoubleVerifyVideoViewability : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlayerImpressionRate
Target inventory to maximize impressions with 400x300 or greater player size.
Declaration
[JsonProperty("playerImpressionRate")]
public virtual string PlayerImpressionRate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VideoIab
Target web inventory to maximize IAB viewable rate.
Declaration
[JsonProperty("videoIab")]
public virtual string VideoIab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VideoViewableRate
Target web inventory to maximize fully viewable rate.
Declaration
[JsonProperty("videoViewableRate")]
public virtual string VideoViewableRate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema