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

SitesListOptions

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

Additional options for dfareporting#sitesList.

interface SitesListOptions {
acceptsInStreamVideoPlacements?: boolean;
acceptsInterstitialPlacements?: boolean;
acceptsPublisherPaidPlacements?: boolean;
adWordsSite?: boolean;
approved?: boolean;
campaignIds?: bigint;
directorySiteIds?: bigint;
ids?: bigint;
maxResults?: number;
pageToken?: string;
searchString?: string;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
subaccountId?: bigint;
unmappedSite?: boolean;
}

§Properties

§
acceptsInStreamVideoPlacements?: boolean
[src]

This search filter is no longer supported and will have no effect on the results returned.

§
acceptsInterstitialPlacements?: boolean
[src]

This search filter is no longer supported and will have no effect on the results returned.

§
acceptsPublisherPaidPlacements?: boolean
[src]

Select only sites that accept publisher paid placements.

§
adWordsSite?: boolean
[src]

Select only AdWords sites.

§
approved?: boolean
[src]

Select only approved sites.

§
campaignIds?: bigint
[src]

Select only sites with these campaign IDs.

§
directorySiteIds?: bigint
[src]

Select only sites with these directory site IDs.

§
ids?: bigint
[src]

Select only sites 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 objects by name, ID or keyName. Wildcards () are allowed. For example, "site2015" will return objects with names like "site June 2015", "site April 2015", or simply "site 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 "site" will match objects with name "my site", "site 2015", or simply "site".

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

Field by which to sort the list.

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

Order of sorted results.

§
subaccountId?: bigint
[src]

Select only sites with this subaccount ID.

§
unmappedSite?: boolean
[src]

Select only sites that have not been mapped to a directory site.