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

HtmlContent

import type { HtmlContent } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

HTML content for a creative.

interface HtmlContent {
height?: number;
snippet?: string;
width?: number;
}

§Properties

§
height?: number
[src]

The height of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.

§
snippet?: string
[src]

The HTML snippet that displays the ad when inserted in the web page.

§
width?: number
[src]

The width of the HTML snippet in pixels. Can be used to filter the response of the creatives.list method.