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

VideoDiscoveryAd

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

Details for a video discovery ad.

interface VideoDiscoveryAd {
description1?: string;
description2?: string;
headline?: string;
thumbnail?:
| "THUMBNAIL_UNSPECIFIED"
| "THUMBNAIL_DEFAULT"
| "THUMBNAIL_1"
| "THUMBNAIL_2"
| "THUMBNAIL_3";
}

§Properties

§
description1?: string
[src]

First text line for the ad.

§
description2?: string
[src]

Second text line for the ad.

§
headline?: string
[src]

The headline of ad.

§
thumbnail?: "THUMBNAIL_UNSPECIFIED" | "THUMBNAIL_DEFAULT" | "THUMBNAIL_1" | "THUMBNAIL_2" | "THUMBNAIL_3"
[src]

Thumbnail image used in the ad.

§

The YouTube video the ad promotes.