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

ContentAdsSettings

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

Settings specific to content ads (AFC).

interface ContentAdsSettings {
size?: string;
type?:
| "TYPE_UNSPECIFIED"
| "DISPLAY"
| "FEED"
| "ARTICLE"
| "MATCHED_CONTENT"
| "LINK";
}

§Properties

§
size?: string
[src]

Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).

§
type?: "TYPE_UNSPECIFIED" | "DISPLAY" | "FEED" | "ARTICLE" | "MATCHED_CONTENT" | "LINK"
[src]

Required. Type of the ad unit.