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

TargetingTemplate

import type { TargetingTemplate } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.

interface TargetingTemplate {
accountId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
dayPartTargeting?: DayPartTargeting;
geoTargeting?: GeoTargeting;
id?: bigint;
keyValueTargetingExpression?: KeyValueTargetingExpression;
kind?: string;
languageTargeting?: LanguageTargeting;
listTargetingExpression?: ListTargetingExpression;
name?: string;
subaccountId?: bigint;
technologyTargeting?: TechnologyTargeting;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.

§
advertiserId?: bigint
[src]

Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert.

§
advertiserIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

§
dayPartTargeting?: DayPartTargeting
[src]

Time and day targeting criteria.

§
geoTargeting?: GeoTargeting
[src]

Geographical targeting criteria.

§
id?: bigint
[src]

ID of this targeting template. This is a read-only, auto-generated field.

§
keyValueTargetingExpression?: KeyValueTargetingExpression
[src]

Key-value targeting criteria.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#targetingTemplate".

§
languageTargeting?: LanguageTargeting
[src]

Language targeting criteria.

§
listTargetingExpression?: ListTargetingExpression
[src]

Remarketing list targeting criteria.

§
name?: string
[src]

Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser.

§
subaccountId?: bigint
[src]

Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.

§
technologyTargeting?: TechnologyTargeting
[src]

Technology platform targeting criteria.