AudioAd
import type { AudioAd } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details for an audio ad.
interface AudioAd {
displayUrl?: string;
finalUrl?: string;
trackingUrl?: string;
video?: YoutubeVideoDetails;
}§Properties
§
video?: YoutubeVideoDetails
[src]The YouTube video of the ad.