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

DirectorySiteSettings

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

Directory Site Settings

interface DirectorySiteSettings {
activeViewOptOut?: boolean;
dfpSettings?: DfpSettings;
instreamVideoPlacementAccepted?: boolean;
interstitialPlacementAccepted?: boolean;
}

§Properties

§
activeViewOptOut?: boolean
[src]

Whether this directory site has disabled active view creatives.

§
dfpSettings?: DfpSettings
[src]

Directory site Ad Manager settings.

§
instreamVideoPlacementAccepted?: boolean
[src]

Whether this site accepts in-stream video ads.

§
interstitialPlacementAccepted?: boolean
[src]

Whether this site accepts interstitial ads.