Show / Hide Table of Contents

Class DoubleVerifyVideoViewability

Details of DoubleVerify video viewability settings.

Inheritance
object
DoubleVerifyVideoViewability
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX