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

RemarketingListsListOptions

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

Additional options for dfareporting#remarketingListsList.

interface RemarketingListsListOptions {
active?: boolean;
advertiserId: bigint;
floodlightActivityId?: bigint;
maxResults?: number;
name?: string;
pageToken?: string;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
}

§Properties

§
active?: boolean
[src]

Select only active or only inactive remarketing lists.

§
advertiserId: bigint
[src]

Required. Select only remarketing lists owned by this advertiser.

§
floodlightActivityId?: bigint
[src]

Select only remarketing lists that have this floodlight activity ID.

§
maxResults?: number
[src]

Maximum number of results to return.

§
name?: string
[src]

Allows searching for objects by name or ID. Wildcards () are allowed. For example, "remarketing list2015" will return objects with names like "remarketing list June 2015", "remarketing list April 2015", or simply "remarketing list 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "remarketing list" will match objects with name "my remarketing list", "remarketing list 2015", or simply "remarketing list".

§
pageToken?: string
[src]

Value of the nextPageToken from the previous result page.

§
sortField?: "ID" | "NAME"
[src]

Field by which to sort the list.

§
sortOrder?: "ASCENDING" | "DESCENDING"
[src]

Order of sorted results.