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

CarouselCard

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

Details for a Demand Gen carousel card.

interface CarouselCard {
callToAction?: string;
finalMobileUrl?: string;
finalUrl?: string;
headline?: string;
marketingImage?: ImageAsset;
portraitMarketingImage?: ImageAsset;
squareMarketingImage?: ImageAsset;
}

§Properties

§
callToAction?: string
[src]

Required. The call-to-action button shown on the card. Must use 10 characters or less.

§
finalMobileUrl?: string
[src]

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

§
finalUrl?: string
[src]

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

§
headline?: string
[src]

Required. The headline of the card.

§
marketingImage?: ImageAsset
[src]

Optional. The marketing image shown on the card.

§
portraitMarketingImage?: ImageAsset
[src]

Optional. The portrait marketing image shown on the card.

§
squareMarketingImage?: ImageAsset
[src]

Optional. The square marketing image shown on the card.