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

DfpSettings

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

Google Ad Manager Settings

interface DfpSettings {
dfpNetworkCode?: string;
dfpNetworkName?: string;
programmaticPlacementAccepted?: boolean;
publisherPortalOnly?: boolean;
pubPaidPlacementAccepted?: boolean;
}

§Properties

§
dfpNetworkCode?: string
[src]

Ad Manager network code for this directory site.

§
dfpNetworkName?: string
[src]

Ad Manager network name for this directory site.

§
programmaticPlacementAccepted?: boolean
[src]

Whether this directory site accepts programmatic placements.

§
publisherPortalOnly?: boolean
[src]

Whether this directory site is available only via Publisher Portal.

§
pubPaidPlacementAccepted?: boolean
[src]

Whether this directory site accepts publisher-paid tags.