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

TargetingValue

import type { TargetingValue } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

A polymorphic targeting value used as part of Shared Targeting.

interface TargetingValue {
creativeSizeValue?: CreativeSize;
dayPartTargetingValue?: DayPartTargeting;
longValue?: bigint;
stringValue?: string;
}

§Properties

§
creativeSizeValue?: CreativeSize
[src]

The creative size value to include/exclude. Filled in when key = GOOG_CREATIVE_SIZE

§
dayPartTargetingValue?: DayPartTargeting
[src]

The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING. The definition of this targeting is derived from the structure used by Ad Manager.

§
longValue?: bigint
[src]

The long value to include/exclude.

§
stringValue?: string
[src]

The string value to include/exclude.