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

FloodlightActivitiesListOptions

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

Additional options for dfareporting#floodlightActivitiesList.

interface FloodlightActivitiesListOptions {
advertiserId?: bigint;
floodlightActivityGroupIds?: bigint;
floodlightActivityGroupName?: string;
floodlightActivityGroupTagString?: string;
floodlightActivityGroupType?: "COUNTER" | "SALE";
floodlightConfigurationId?: bigint;
ids?: bigint;
maxResults?: number;
pageToken?: string;
searchString?: string;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
tagString?: string;
}

§Properties

§
advertiserId?: bigint
[src]

Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.

§
floodlightActivityGroupIds?: bigint
[src]

Select only floodlight activities with the specified floodlight activity group IDs.

§
floodlightActivityGroupName?: string
[src]

Select only floodlight activities with the specified floodlight activity group name.

§
floodlightActivityGroupTagString?: string
[src]

Select only floodlight activities with the specified floodlight activity group tag string.

§
floodlightActivityGroupType?: "COUNTER" | "SALE"
[src]

Select only floodlight activities with the specified floodlight activity group type.

§
floodlightConfigurationId?: bigint
[src]

Select only floodlight activities for the specified floodlight configuration ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.

§
ids?: bigint
[src]

Select only floodlight activities with the specified IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.

§
maxResults?: number
[src]

Maximum number of results to return.

§
pageToken?: string
[src]

Value of the nextPageToken from the previous result page.

§
searchString?: string
[src]

Allows searching for objects by name or ID. Wildcards () are allowed. For example, "floodlightactivity2015" will return objects with names like "floodlightactivity June 2015", "floodlightactivity April 2015", or simply "floodlightactivity 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 "floodlightactivity" will match objects with name "my floodlightactivity activity", "floodlightactivity 2015", or simply "floodlightactivity".

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

Field by which to sort the list.

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

Order of sorted results.

§
tagString?: string
[src]

Select only floodlight activities with the specified tag string.