Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DoubleVerify

import type { DoubleVerify } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Details of DoubleVerify settings.

interface DoubleVerify {
appStarRating?: DoubleVerifyAppStarRating;
avoidedAgeRatings?:
| "AGE_RATING_UNSPECIFIED"
| "APP_AGE_RATE_UNKNOWN"
| "APP_AGE_RATE_4_PLUS"
| "APP_AGE_RATE_9_PLUS"
| "APP_AGE_RATE_12_PLUS"
| "APP_AGE_RATE_17_PLUS"
| "APP_AGE_RATE_18_PLUS"[];
brandSafetyCategories?: DoubleVerifyBrandSafetyCategories;
customSegmentId?: bigint;
displayViewability?: DoubleVerifyDisplayViewability;
fraudInvalidTraffic?: DoubleVerifyFraudInvalidTraffic;
videoViewability?: DoubleVerifyVideoViewability;
}

§Properties

§

Avoid bidding on apps with the star ratings.

§
avoidedAgeRatings?: "AGE_RATING_UNSPECIFIED" | "APP_AGE_RATE_UNKNOWN" | "APP_AGE_RATE_4_PLUS" | "APP_AGE_RATE_9_PLUS" | "APP_AGE_RATE_12_PLUS" | "APP_AGE_RATE_17_PLUS" | "APP_AGE_RATE_18_PLUS"[]
[src]

Avoid bidding on apps with the age rating.

§

DV Brand Safety Controls.

§
customSegmentId?: bigint
[src]

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

§

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

§

Avoid Sites and Apps with historical Fraud & IVT Rates.

§

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