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

AudioAd

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

Details for an audio ad.

interface AudioAd {
displayUrl?: string;
finalUrl?: string;
trackingUrl?: string;
}

§Properties

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