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

AdClientAdCode

import type { AdClientAdCode } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Representation of the AdSense code for a given ad client. For more information, see About the AdSense code.

interface AdClientAdCode {
readonly adCode?: string;
readonly ampBody?: string;
readonly ampHead?: string;
}

§Properties

§
readonly adCode?: string
[src]

Output only. The AdSense code snippet to add to the head of an HTML page.

§
readonly ampBody?: string
[src]

Output only. The AdSense code snippet to add to the body of an AMP page.

§
readonly ampHead?: string
[src]

Output only. The AdSense code snippet to add to the head of an AMP page.