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

AdUnitAdCode

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

Representation of the ad unit code for a given ad unit. For more information, see About the AdSense code and Where to place the ad code in your HTML.

interface AdUnitAdCode {
readonly adCode?: string;
}

§Properties

§
readonly adCode?: string
[src]

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