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

Site

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

Representation of a Site.

interface Site {
autoAdsEnabled?: boolean;
domain?: string;
readonly name?: string;
readonly reportingDimensionId?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "REQUIRES_REVIEW"
| "GETTING_READY"
| "READY"
| "NEEDS_ATTENTION";
}

§Properties

§
autoAdsEnabled?: boolean
[src]

Whether auto ads is turned on for the site.

§
domain?: string
[src]

Domain (or subdomain) of the site, e.g. "example.com" or "www.example.com". This is used in the OWNED_SITE_DOMAIN_NAME reporting dimension.

§
readonly name?: string
[src]

Output only. Resource name of a site. Format: accounts/{account}/sites/{site}

§
readonly reportingDimensionId?: string
[src]

Output only. Unique ID of the site as used in the OWNED_SITE_ID reporting dimension.

§
readonly state?: "STATE_UNSPECIFIED" | "REQUIRES_REVIEW" | "GETTING_READY" | "READY" | "NEEDS_ATTENTION"
[src]

Output only. State of a site.