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

InventorySizeTargeting

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

Represents the size of an ad unit that can be targeted on a bid request.

interface InventorySizeTargeting {
excludedInventorySizes?: AdSize[];
targetedInventorySizes?: AdSize[];
}

§Properties

§
excludedInventorySizes?: AdSize[]
[src]

A list of inventory sizes to be excluded.

§
targetedInventorySizes?: AdSize[]
[src]

A list of inventory sizes to be included.