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

CriteriaTargeting

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

Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs. This cannot be filtered using list filter syntax.

interface CriteriaTargeting {
excludedCriteriaIds?: bigint[];
targetedCriteriaIds?: bigint[];
}

§Properties

§
excludedCriteriaIds?: bigint[]
[src]

A list of numeric IDs to be excluded.

§
targetedCriteriaIds?: bigint[]
[src]

A list of numeric IDs to be included.