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

InStreamAd

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

Details for an in-stream ad.

interface InStreamAd {
commonInStreamAttribute?: CommonInStreamAttribute;
customParameters?: {
[key: string]: string;
}
;
}

§Properties

§
commonInStreamAttribute?: CommonInStreamAttribute
[src]

Common ad attributes.

§
customParameters?: {
[key: string]: string;
}
[src]

The custom parameters to pass custom values to tracking URL template.