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

AdsListOptions

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

Additional options for dfareporting#adsList.

interface AdsListOptions {
active?: boolean;
advertiserId?: bigint;
archived?: boolean;
audienceSegmentIds?: bigint;
campaignIds?: bigint;
compatibility?:
| "DISPLAY"
| "DISPLAY_INTERSTITIAL"
| "APP"
| "APP_INTERSTITIAL"
| "IN_STREAM_VIDEO"
| "IN_STREAM_AUDIO";
creativeIds?: bigint;
creativeOptimizationConfigurationIds?: bigint;
dynamicClickTracker?: boolean;
ids?: bigint;
landingPageIds?: bigint;
maxResults?: number;
overriddenEventTagId?: bigint;
pageToken?: string;
placementIds?: bigint;
remarketingListIds?: bigint;
searchString?: string;
sizeIds?: bigint;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
sslCompliant?: boolean;
sslRequired?: boolean;
type?:
| "AD_SERVING_STANDARD_AD"
| "AD_SERVING_DEFAULT_AD"
| "AD_SERVING_CLICK_TRACKER"
| "AD_SERVING_TRACKING"
| "AD_SERVING_BRAND_SAFE_AD";
}

§Properties

§
active?: boolean
[src]

Select only active ads.

§
advertiserId?: bigint
[src]

Select only ads with this advertiser ID.

§
archived?: boolean
[src]

Select only archived ads.

§
audienceSegmentIds?: bigint
[src]

Select only ads with these audience segment IDs.

§
campaignIds?: bigint
[src]

Select only ads with these campaign IDs.

§
compatibility?: "DISPLAY" | "DISPLAY_INTERSTITIAL" | "APP" | "APP_INTERSTITIAL" | "IN_STREAM_VIDEO" | "IN_STREAM_AUDIO"
[src]

Select default ads with the specified compatibility. Applicable when type is AD_SERVING_DEFAULT_AD. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on mobile devices for regular or interstitial ads, respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering an in-stream video ads developed with the VAST standard.

§
creativeIds?: bigint
[src]

Select only ads with these creative IDs assigned.

§
creativeOptimizationConfigurationIds?: bigint
[src]

Select only ads with these creative optimization configuration IDs.

§
dynamicClickTracker?: boolean
[src]

Select only dynamic click trackers. Applicable when type is AD_SERVING_CLICK_TRACKER. If true, select dynamic click trackers. If false, select static click trackers. Leave unset to select both.

§
ids?: bigint
[src]

Select only ads with these IDs.

§
landingPageIds?: bigint
[src]

Select only ads with these landing page IDs.

§
maxResults?: number
[src]

Maximum number of results to return.

§
overriddenEventTagId?: bigint
[src]

Select only ads with this event tag override ID.

§
pageToken?: string
[src]

Value of the nextPageToken from the previous result page.

§
placementIds?: bigint
[src]

Select only ads with these placement IDs assigned.

§
remarketingListIds?: bigint
[src]

Select only ads whose list targeting expression use these remarketing list IDs.

§
searchString?: string
[src]

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

§
sizeIds?: bigint
[src]

Select only ads with these size IDs.

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

Field by which to sort the list.

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

Order of sorted results.

§
sslCompliant?: boolean
[src]

Select only ads that are SSL-compliant.

§
sslRequired?: boolean
[src]

Select only ads that require SSL.

§
type?: "AD_SERVING_STANDARD_AD" | "AD_SERVING_DEFAULT_AD" | "AD_SERVING_CLICK_TRACKER" | "AD_SERVING_TRACKING" | "AD_SERVING_BRAND_SAFE_AD"
[src]

Select only ads with these types.