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

AdClient

import type { AdClient } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface AdClient {
arcOptIn?: boolean;
id?: string;
kind?: string;
productCode?: string;
supportsReporting?: boolean;
}

§Properties

§
arcOptIn?: boolean
[src]

Whether this ad client is opted in to ARC.

§
id?: string
[src]

Unique identifier of this ad client.

§
kind?: string
[src]

Kind of resource this is, in this case adsensehost#adClient.

§
productCode?: string
[src]

This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.

§
supportsReporting?: boolean
[src]

Whether this ad client supports being reported on.