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

VideoPerformanceAd

import type { VideoPerformanceAd } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Details for a video performance ad.

interface VideoPerformanceAd {
actionButtonLabels?: string[];
companionBanners?: ImageAsset[];
customParameters?: {
[key: string]: string;
}
;
descriptions?: string[];
displayUrlBreadcrumb1?: string;
displayUrlBreadcrumb2?: string;
domain?: string;
finalUrl?: string;
headlines?: string[];
longHeadlines?: string[];
trackingUrl?: string;
}

§Properties

§
actionButtonLabels?: string[]
[src]

The list of text assets shown on the call-to-action button.

§
companionBanners?: ImageAsset[]
[src]

The list of companion banners used by this ad.

§
customParameters?: {
[key: string]: string;
}
[src]

The custom parameters to pass custom values to tracking URL template.

§
descriptions?: string[]
[src]

The list of descriptions shown on the call-to-action banner.

§
displayUrlBreadcrumb1?: string
[src]

The first piece after the domain in the display URL.

§
displayUrlBreadcrumb2?: string
[src]

The second piece after the domain in the display URL.

§
domain?: string
[src]

The domain of the display URL.

§
finalUrl?: string
[src]

The URL address of the webpage that people reach after they click the ad.

§
headlines?: string[]
[src]

The list of headlines shown on the call-to-action banner.

§
longHeadlines?: string[]
[src]

The list of lone headlines shown on the call-to-action banner.

§
trackingUrl?: string
[src]

The URL address loaded in the background for tracking purposes.

§

The list of YouTube video assets used by this ad.