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

DynamicTargetingKeysListOptions

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

Additional options for dfareporting#dynamicTargetingKeysList.

interface DynamicTargetingKeysListOptions {
advertiserId?: bigint;
names?: string;
objectId?: bigint;
objectType?:
| "OBJECT_ADVERTISER"
| "OBJECT_AD"
| "OBJECT_CREATIVE"
| "OBJECT_PLACEMENT";
}

§Properties

§
advertiserId?: bigint
[src]

Select only dynamic targeting keys whose object has this advertiser ID.

§
names?: string
[src]

Select only dynamic targeting keys exactly matching these names.

§
objectId?: bigint
[src]

Select only dynamic targeting keys with this object ID.

§
objectType?: "OBJECT_ADVERTISER" | "OBJECT_AD" | "OBJECT_CREATIVE" | "OBJECT_PLACEMENT"
[src]

Select only dynamic targeting keys with this object type.