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 deals or auction packages. 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 excludedSensitiveCategoryIds?: bigint[];
readonly geoTargeting?: CriteriaTargeting;
readonly inventorySizeTargeting?: InventorySizeTargeting;
readonly inventoryTypeTargeting?: InventoryTypeTargeting;
readonly placementTargeting?: PlacementTargeting;
readonly technologyTargeting?: TechnologyTargeting;
userListTargeting?: CriteriaTargeting;
readonly verticalTargeting?: CriteriaTargeting;
readonly videoTargeting?: VideoTargeting;
}

§Properties

§
daypartTargeting?: DayPartTargeting
[src]

Daypart targeting information.

§
readonly excludedSensitiveCategoryIds?: bigint[]
[src]

Output only. The sensitive content category label IDs excluded. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.

§
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 verticalTargeting?: CriteriaTargeting
[src]

Output only. The verticals included or excluded as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals

§
readonly videoTargeting?: VideoTargeting
[src]

Output only. Video targeting information.