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

AdvertiserLandingPagesListOptions

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

Additional options for dfareporting#advertiserLandingPagesList.

interface AdvertiserLandingPagesListOptions {
advertiserIds?: bigint;
archived?: boolean;
campaignIds?: bigint;
ids?: bigint;
maxResults?: number;
pageToken?: string;
searchString?: string;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
subaccountId?: bigint;
}

§Properties

§
advertiserIds?: bigint
[src]

Select only landing pages that belong to these advertisers.

§
archived?: boolean
[src]

Select only archived landing pages. Don't set this field to select both archived and non-archived landing pages.

§
campaignIds?: bigint
[src]

Select only landing pages that are associated with these campaigns.

§
ids?: bigint
[src]

Select only landing pages with these IDs.

§
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 landing pages by name or ID. Wildcards () are allowed. For example, "landingpage2017" will return landing pages with names like "landingpage July 2017", "landingpage March 2017", or simply "landingpage 2017". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "landingpage" will match campaigns with name "my landingpage", "landingpage 2015", or simply "landingpage".

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

Field by which to sort the list.

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

Order of sorted results.

§
subaccountId?: bigint
[src]

Select only landing pages that belong to this subaccount.