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

SiteVideoSettings

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

Video Settings

interface SiteVideoSettings {
companionSettings?: SiteCompanionSetting;
kind?: string;
obaEnabled?: boolean;
obaSettings?: ObaIcon;
orientation?: "ANY" | "LANDSCAPE" | "PORTRAIT";
publisherSpecificationId?: bigint;
skippableSettings?: SiteSkippableSetting;
transcodeSettings?: SiteTranscodeSetting;
}

§Properties

§
companionSettings?: SiteCompanionSetting
[src]

Settings for the companion creatives of video creatives served to this site.

§
kind?: string
[src]

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

§
obaEnabled?: boolean
[src]

Whether OBA icons are enabled for this placement.

§
obaSettings?: ObaIcon
[src]

Settings for the OBA icon of video creatives served to this site. This will act as default for new placements created under this site.

§
orientation?: "ANY" | "LANDSCAPE" | "PORTRAIT"
[src]

Orientation of a site template used for video. This will act as default for new placements created under this site.

§
publisherSpecificationId?: bigint
[src]

Publisher specification ID used to identify site-associated publisher requirements and automatically populate transcode settings. If publisher specification ID is specified, it will take precedence over transcode settings.

§
skippableSettings?: SiteSkippableSetting
[src]

Settings for the skippability of video creatives served to this site. This will act as default for new placements created under this site.

§
transcodeSettings?: SiteTranscodeSetting
[src]

Settings for the transcodes of video creatives served to this site. This will act as default for new placements created under this site.