VideoPerformanceAd
import type { VideoPerformanceAd } from "https://googleapis.deno.dev/v1/displayvideo:v4.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;
videos?: YoutubeVideoDetails[];
}§Properties
§
companionBanners?: ImageAsset[]
[src]The list of companion banners used by this ad.
§
customParameters?: {}
[src][key: string]: string;
The custom parameters to pass custom values to tracking URL template.
§
videos?: YoutubeVideoDetails[]
[src]The list of YouTube video assets used by this ad.