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

VideoSettings

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

Video Settings

interface VideoSettings {
companionSettings?: CompanionSetting;
durationSeconds?: number;
kind?: string;
obaEnabled?: boolean;
obaSettings?: ObaIcon;
orientation?: "ANY" | "LANDSCAPE" | "PORTRAIT";
publisherSpecificationId?: bigint;
skippableSettings?: SkippableSetting;
transcodeSettings?: TranscodeSetting;
}

§Properties

§
companionSettings?: CompanionSetting
[src]

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

§
durationSeconds?: number
[src]

Duration of a video placement in seconds.

§
kind?: string
[src]

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

§
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 placement. If this object is provided, the creative-level OBA settings will be overridden.

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

Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.

§
publisherSpecificationId?: bigint
[src]

Publisher specification ID of a video placement. Possible values are: * 1, Hulu * 2, NBC * 3, CBS * 4, CBS Desktop * 5, Discovery * 6, VEVO HD * 7, VEVO Vertical * 8, Fox * 9, CW Network * 10, Disney * 11, IGN * 12, NFL.com * 13, Turner Broadcasting * 14, Tubi on Fox * 15, Hearst Corporation * 16, Twitch Desktop * 17, ABC * 18, Univision * 19, MLB.com * 20, MLB.com Mobile * 21, MLB.com OTT * 22, Polsat * 23, TVN * 24, Mediaset * 25, Antena 3 * 26, Mediamond * 27, Sky Italia * 28, Tubi on CBS * 29, Spotify * 30, Paramount * 31, Max

§
skippableSettings?: SkippableSetting
[src]

Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.

§
transcodeSettings?: TranscodeSetting
[src]

Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.