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

StringTargetingDimension

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

Generic targeting with string values used in app, website and publisher targeting.

interface StringTargetingDimension {
targetingMode?: "TARGETING_MODE_UNSPECIFIED" | "INCLUSIVE" | "EXCLUSIVE";
values?: string[];
}

§Properties

§
targetingMode?: "TARGETING_MODE_UNSPECIFIED" | "INCLUSIVE" | "EXCLUSIVE"
[src]

How the items in this list should be targeted.

§
values?: string[]
[src]

The values specified.