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

MarketplaceTargeting

import type { MarketplaceTargeting } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Targeting represents different criteria that can be used by advertisers to target ad inventory. For example, they can choose to target ad requests only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise.

interface MarketplaceTargeting {
geoTargeting?: CriteriaTargeting;
inventorySizeTargeting?: InventorySizeTargeting;
placementTargeting?: PlacementTargeting;
technologyTargeting?: TechnologyTargeting;
videoTargeting?: VideoTargeting;
}

§Properties

§
geoTargeting?: CriteriaTargeting
[src]

Geo criteria IDs to be included/excluded.

§
inventorySizeTargeting?: InventorySizeTargeting
[src]

Inventory sizes to be included/excluded.

§
placementTargeting?: PlacementTargeting
[src]

Placement targeting information, for example, URL, mobile applications.

§
technologyTargeting?: TechnologyTargeting
[src]

Technology targeting information, for example, operating system, device category.

§
videoTargeting?: VideoTargeting
[src]

Video targeting information.