DemandGenCarouselAd
import type { DemandGenCarouselAd } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Details for a Demand Gen carousel ad.
interface DemandGenCarouselAd {
businessName?: string;
cards?: CarouselCard[];
customParameters?: {};
[key: string]: string;
description?: string;
finalUrl?: string;
finalUrlSuffix?: string;
headline?: string;
logo?: ImageAsset;
readonly trackingUrl?: string;
userSpecifiedTrackingUrl?: string;
}§Properties
§
cards?: CarouselCard[]
[src]Required. The list of cards shown on the ad.
§
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.