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

VideoContent

import type { VideoContent } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Video content for a creative.

interface VideoContent {
videoUrl?: string;
videoVastXml?: string;
}

§Properties

§
videoUrl?: string
[src]

The URL to fetch a video ad.

§
videoVastXml?: string
[src]

The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.