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

AdBlockingConfiguration

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

Campaign ad blocking settings.

interface AdBlockingConfiguration {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Whether this campaign has enabled ad blocking. When true, ad blocking is enabled for placements in the campaign, but this may be overridden by site and placement settings. When false, ad blocking is disabled for all placements under the campaign, regardless of site and placement settings.