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/adexchangebuyer2:v2beta1.ts";

Represents the size of an ad unit that can be targeted on an ad request. It only applies to Private Auction, AdX Preferred Deals and Auction Packages. This targeting does not apply to Programmatic Guaranteed and Preferred Deals in Ad Manager.

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.