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/adexchangebuyer2:v2beta1.ts";

Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs.

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.