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

SiteSettings

import type { SiteSettings } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Site Settings

interface SiteSettings {
activeViewOptOut?: boolean;
adBlockingOptOut?: boolean;
disableNewCookie?: boolean;
tagSetting?: TagSetting;
videoActiveViewOptOutTemplate?: boolean;
vpaidAdapterChoiceTemplate?:
| "DEFAULT"
| "FLASH"
| "HTML5"
| "BOTH";
}

§Properties

§
activeViewOptOut?: boolean
[src]

Whether active view creatives are disabled for this site.

§
adBlockingOptOut?: boolean
[src]

Whether this site opts out of ad blocking. When true, ad blocking is disabled for all placements under the site, regardless of the individual placement settings. When false, the campaign and placement settings take effect.

§
disableNewCookie?: boolean
[src]

Whether new cookies are disabled for this site.

§
tagSetting?: TagSetting
[src]

Configuration settings for dynamic and image floodlight tags.

§
videoActiveViewOptOutTemplate?: boolean
[src]

Whether Verification and ActiveView for in-stream video creatives are disabled by default for new placements created under this site. This value will be used to populate the placement.videoActiveViewOptOut field, when no value is specified for the new placement.

§
vpaidAdapterChoiceTemplate?: "DEFAULT" | "FLASH" | "HTML5" | "BOTH"
[src]

Default VPAID adapter setting for new placements created under this site. This value will be used to populate the placements.vpaidAdapterChoice field, when no value is specified for the new placement. Controls which VPAID format the measurement adapter will use for in-stream video creatives assigned to the placement. The publisher's specifications will typically determine this setting. For VPAID creatives, the adapter format will match the VPAID format (HTML5 VPAID creatives use the HTML5 adapter). Note: Flash is no longer supported. This field now defaults to HTML5 when the following values are provided: FLASH, BOTH.