Show / Hide Table of Contents

Class DoubleVerify

Details of DoubleVerify settings.

Inheritance
System.Object
DoubleVerify
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 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
System.Collections.Generic.IList<System.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
System.Nullable<System.Int64>

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
System.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

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top