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

DirectorySite

import type { DirectorySite } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.

interface DirectorySite {
id?: bigint;
idDimensionValue?: DimensionValue;
inpageTagFormats?:
| "STANDARD"
| "IFRAME_JAVASCRIPT_INPAGE"
| "INTERNAL_REDIRECT_INPAGE"
| "JAVASCRIPT_INPAGE"[];
interstitialTagFormats?: "IFRAME_JAVASCRIPT_INTERSTITIAL" | "INTERNAL_REDIRECT_INTERSTITIAL" | "JAVASCRIPT_INTERSTITIAL"[];
kind?: string;
name?: string;
url?: string;
}

§Properties

§
id?: bigint
[src]

ID of this directory site. This is a read-only, auto-generated field.

§
idDimensionValue?: DimensionValue
[src]

Dimension value for the ID of this directory site. This is a read-only, auto-generated field.

§
inpageTagFormats?: "STANDARD" | "IFRAME_JAVASCRIPT_INPAGE" | "INTERNAL_REDIRECT_INPAGE" | "JAVASCRIPT_INPAGE"[]
[src]

Tag types for regular placements. Acceptable values are: - "STANDARD" - "IFRAME_JAVASCRIPT_INPAGE" - "INTERNAL_REDIRECT_INPAGE" - "JAVASCRIPT_INPAGE"

§
interstitialTagFormats?: "IFRAME_JAVASCRIPT_INTERSTITIAL" | "INTERNAL_REDIRECT_INTERSTITIAL" | "JAVASCRIPT_INTERSTITIAL"[]
[src]

Tag types for interstitial placements. Acceptable values are: - "IFRAME_JAVASCRIPT_INTERSTITIAL" - "INTERNAL_REDIRECT_INTERSTITIAL" - "JAVASCRIPT_INTERSTITIAL"

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite".

§
name?: string
[src]

Name of this directory site.

§

Directory site settings.

§
url?: string
[src]

URL of this directory site.