Show / Hide Table of Contents

Class DoubleVerify

Details of DoubleVerify settings.

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

Properties

AppStarRating

Avoid bidding on apps with the star ratings.

Declaration
[JsonProperty("appStarRating")]
public virtual DoubleVerifyAppStarRating AppStarRating { get; set; }
Property Value
Type Description
DoubleVerifyAppStarRating

AvoidedAgeRatings

Avoid bidding on apps with the age rating.

Declaration
[JsonProperty("avoidedAgeRatings")]
public virtual IList<string> AvoidedAgeRatings { get; set; }
Property Value
Type Description
IList<string>

BrandSafetyCategories

DV Brand Safety Controls.

Declaration
[JsonProperty("brandSafetyCategories")]
public virtual DoubleVerifyBrandSafetyCategories BrandSafetyCategories { get; set; }
Property Value
Type Description
DoubleVerifyBrandSafetyCategories

CustomSegmentId

The custom segment ID provided by DoubleVerify. The ID must start with "51" and consist of eight digits. Custom segment ID cannot be specified along with any of the following fields: * brand_safety_categories * avoided_age_ratings * app_star_rating * fraud_invalid_traffic

Declaration
[JsonProperty("customSegmentId")]
public virtual long? CustomSegmentId { get; set; }
Property Value
Type Description
long?

DisplayViewability

Display viewability settings (applicable to display line items only).

Declaration
[JsonProperty("displayViewability")]
public virtual DoubleVerifyDisplayViewability DisplayViewability { get; set; }
Property Value
Type Description
DoubleVerifyDisplayViewability

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FraudInvalidTraffic

Avoid Sites and Apps with historical Fraud & IVT Rates.

Declaration
[JsonProperty("fraudInvalidTraffic")]
public virtual DoubleVerifyFraudInvalidTraffic FraudInvalidTraffic { get; set; }
Property Value
Type Description
DoubleVerifyFraudInvalidTraffic

VideoViewability

Video viewability settings (applicable to video line items only).

Declaration
[JsonProperty("videoViewability")]
public virtual DoubleVerifyVideoViewability VideoViewability { get; set; }
Property Value
Type Description
DoubleVerifyVideoViewability

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX