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/authorizedbuyersmarketplace:v1.ts";

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

interface MarketplaceTargeting {
daypartTargeting?: DayPartTargeting;
readonly geoTargeting?: CriteriaTargeting;
readonly inventorySizeTargeting?: InventorySizeTargeting;
readonly inventoryTypeTargeting?: InventoryTypeTargeting;
readonly placementTargeting?: PlacementTargeting;
readonly technologyTargeting?: TechnologyTargeting;
userListTargeting?: CriteriaTargeting;
readonly videoTargeting?: VideoTargeting;
}

§Properties

§
daypartTargeting?: DayPartTargeting
[src]

Daypart targeting information.

§
readonly geoTargeting?: CriteriaTargeting
[src]

Output only. Geo criteria IDs to be included/excluded.

§
readonly inventorySizeTargeting?: InventorySizeTargeting
[src]

Output only. Inventory sizes to be included/excluded.

§
readonly inventoryTypeTargeting?: InventoryTypeTargeting
[src]

Output only. Inventory type targeting information.

§
readonly placementTargeting?: PlacementTargeting
[src]

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

§
readonly technologyTargeting?: TechnologyTargeting
[src]

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

§
userListTargeting?: CriteriaTargeting
[src]

Buyer user list targeting information. User lists can be uploaded using https://developers.google.com/authorized-buyers/rtb/bulk-uploader.

§
readonly videoTargeting?: VideoTargeting
[src]

Output only. Video targeting information.