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

CommonInStreamAttribute

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

Common attributes for in-stream, non-skippable and bumper ads.

interface CommonInStreamAttribute {
actionButtonLabel?: string;
actionHeadline?: string;
companionBanner?: ImageAsset;
displayUrl?: string;
finalUrl?: string;
trackingUrl?: string;
}

§Properties

§
actionButtonLabel?: string
[src]

The text on the call-to-action button.

§
actionHeadline?: string
[src]

The headline of the call-to-action banner.

§
companionBanner?: ImageAsset
[src]

The image which shows next to the video ad.

§
displayUrl?: string
[src]

The webpage address that appears with the ad.

§
finalUrl?: string
[src]

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

§
trackingUrl?: string
[src]

The URL address loaded in the background for tracking purposes.

§

The YouTube video of the ad.