DemandGenProductAd
import type { DemandGenProductAd } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Details for a Demand Gen product ad.
interface DemandGenProductAd {
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";
customParameters?: {};
[key: string]: string;
description?: string;
displayUrlBreadcrumb1?: string;
displayUrlBreadcrumb2?: string;
finalUrl?: string;
finalUrlSuffix?: string;
headline?: string;
logo?: ImageAsset;
readonly trackingUrl?: string;
userSpecifiedTrackingUrl?: string;
}§Properties
§
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 * APPLY_NOW * BOOK_NOW * CONTACT_US * DOWNLOAD *
GET_QUOTE * LEARN_MORE * SHOP_NOW * SIGN_UP * SUBSCRIBE
§
customParameters?: {}
[src][key: string]: string;
Optional. The custom parameters to pass custom values to tracking URL template.
§
finalUrl?: string
[src]Required. The URL address of the webpage that people reach after they click the ad.
§
logo?: ImageAsset
[src]Required. The logo image used by this ad.