Class DoubleVerifyVideoViewability
Details of DoubleVerify video viewability settings.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class DoubleVerifyVideoViewability : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
VideoIab
Target web inventory to maximize IAB viewable rate.
Declaration
[JsonProperty("videoIab")]
public virtual string VideoIab { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoViewableRate
Target web inventory to maximize fully viewable rate.
Declaration
[JsonProperty("videoViewableRate")]
public virtual string VideoViewableRate { get; set; }
Property Value
Type | Description |
---|---|
string |