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/dfareporting:v4.ts";

Contains properties of a site.

interface Site {
accountId?: bigint;
adServingPlatformId?: bigint;
approved?: boolean;
directorySiteId?: bigint;
directorySiteIdDimensionValue?: DimensionValue;
id?: bigint;
idDimensionValue?: DimensionValue;
keyName?: string;
kind?: string;
name?: string;
siteContacts?: SiteContact[];
siteSettings?: SiteSettings;
subaccountId?: bigint;
videoSettings?: SiteVideoSettings;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this site. This is a read-only field that can be left blank.

§
adServingPlatformId?: bigint
[src]

Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * 1, Adelphic * 2, Adform * 3, Adobe * 4, Amobee * 5, Basis (Centro) * 6, Beeswax * 7, Amazon * 8, DV360 (DBM) * 9, Innovid * 10, MediaMath * 11, Roku OneView DSP * 12, TabMo Hawk * 13, The Trade Desk * 14, Xandr Invest DSP * 15, Yahoo DSP * 16, Zeta Global * 17, Scaleout * 18, Bidtellect * 19, Unicorn

  • 20, Teads * 21, Quantcast * 22, Cognitiv
§
approved?: boolean
[src]

Whether this site is approved.

§
directorySiteId?: bigint
[src]

Directory site associated with this site. This is a required field that is read-only after insertion.

§
directorySiteIdDimensionValue?: DimensionValue
[src]

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

§
id?: bigint
[src]

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

§
idDimensionValue?: DimensionValue
[src]

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

§
keyName?: string
[src]

Key name of this site. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this site.This is a required field. Must be less than 128 characters long. If this site is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this site is a top-level site, and the name must be unique among top-level sites of the same account.

§
siteContacts?: SiteContact[]
[src]

Site contacts.

§
siteSettings?: SiteSettings
[src]

Site-wide settings.

§
subaccountId?: bigint
[src]

Subaccount ID of this site. This is a read-only field that can be left blank.

§
videoSettings?: SiteVideoSettings
[src]

Default video settings for new placements created under this site. This value will be used to populate the placements.videoSettings field, when no value is specified for the new placement.