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

DemandGenVideoAd

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

Details for a Demand Gen video ad.

interface DemandGenVideoAd {
businessName?: string;
callToAction?:
| "CALL_TO_ACTION_UNSPECIFIED"
| "AUTOMATED"
| "LEARN_MORE"
| "GET_QUOTE"
| "APPLY_NOW"
| "SIGN_UP"
| "CONTACT_US"
| "SUBSCRIBE"
| "DOWNLOAD"
| "BOOK_NOW"
| "SHOP_NOW"
| "BUY_NOW"
| "DONATE_NOW"
| "ORDER_NOW"
| "PLAY_NOW"
| "SEE_MORE"
| "START_NOW"
| "VISIT_SITE"
| "WATCH_NOW";
companionBanner?: ImageAsset;
customParameters?: {
[key: string]: string;
}
;
descriptions?: string[];
displayUrlBreadcrumb1?: string;
displayUrlBreadcrumb2?: string;
finalMobileUrl?: string;
finalUrl?: string;
finalUrlSuffix?: string;
headlines?: string[];
logo?: ImageAsset;
longHeadlines?: string[];
readonly trackingUrl?: string;
userSpecifiedTrackingUrl?: string;
}

§Properties

§
businessName?: string
[src]

Required. The business name shown on the ad.

§
callToAction?: "CALL_TO_ACTION_UNSPECIFIED" | "AUTOMATED" | "LEARN_MORE" | "GET_QUOTE" | "APPLY_NOW" | "SIGN_UP" | "CONTACT_US" | "SUBSCRIBE" | "DOWNLOAD" | "BOOK_NOW" | "SHOP_NOW" | "BUY_NOW" | "DONATE_NOW" | "ORDER_NOW" | "PLAY_NOW" | "SEE_MORE" | "START_NOW" | "VISIT_SITE" | "WATCH_NOW"
[src]

Required. The call-to-action button shown on the ad. The supported values are: * AUTOMATED * LEARN_MORE * GET_QUOTE * APPLY_NOW * SIGN_UP * CONTACT_US * SUBSCRIBE * DOWNLOAD * BOOK_NOW * SHOP_NOW * BUY_NOW * DONATE_NOW * ORDER_NOW * PLAY_NOW * SEE_MORE * START_NOW * VISIT_SITE * WATCH_NOW

§
companionBanner?: ImageAsset
[src]

Optional. The companion banner used by this ad.

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

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

§
descriptions?: string[]
[src]

Required. The list of descriptions shown on the ad.

§
displayUrlBreadcrumb1?: string
[src]

Optional. The first piece after the domain in the display URL.

§
displayUrlBreadcrumb2?: string
[src]

Optional. The second piece after the domain in the display URL.

§
finalMobileUrl?: string
[src]

Optional. The URL address of the webpage that people reach after they click the ad on a mobile device.

§
finalUrl?: string
[src]

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

§
finalUrlSuffix?: string
[src]

Optional. The suffix to append to landing page URLs.

§
headlines?: string[]
[src]

Required. The list of headlines shown on the ad.

§
longHeadlines?: string[]
[src]

Required. The list of lone headlines shown on the ad.

§
readonly trackingUrl?: string
[src]

Output only. The URL address loaded in the background for tracking purposes.

§
userSpecifiedTrackingUrl?: string
[src]

Optional. The tracking URL specified by the user manually.

§

Required. The list of YouTube video assets used by this ad.