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

NumericTargetingDimension

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

Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting.

interface NumericTargetingDimension {
excludedIds?: bigint[];
includedIds?: bigint[];
}

§Properties

§
excludedIds?: bigint[]
[src]

The IDs excluded in a configuration.

§
includedIds?: bigint[]
[src]

The IDs included in a configuration.