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

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

§
businessName?: string
[src]

Required. The business name shown on the ad.

§

Required. The list of cards shown on the ad.

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

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

§
description?: string
[src]

Required. The description of the ad.

§
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.

§
headline?: string
[src]

Required. The headline of 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.