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

InventoryTypeTargeting

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

Targeting of the inventory types a bid request can originate from.

interface InventoryTypeTargeting {
inventoryTypes?:
| "INVENTORY_TYPE_UNSPECIFIED"
| "BROWSER"
| "MOBILE_APP"
| "VIDEO_PLAYER"[];
}

§Properties

§
inventoryTypes?: "INVENTORY_TYPE_UNSPECIFIED" | "BROWSER" | "MOBILE_APP" | "VIDEO_PLAYER"[]
[src]

The list of targeted inventory types for the bid request.