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

Parameters

import type { Parameters } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";

Parameters of a generated report.

interface Parameters {
filters?: FilterPair[];
groupBys?: string[];
metrics?: string[];
options?: Options;
type?:
| "REPORT_TYPE_UNSPECIFIED"
| "STANDARD"
| "INVENTORY_AVAILABILITY"
| "AUDIENCE_COMPOSITION"
| "FLOODLIGHT"
| "YOUTUBE"
| "GRP"
| "YOUTUBE_PROGRAMMATIC_GUARANTEED"
| "REACH"
| "UNIQUE_REACH_AUDIENCE"
| "FULL_PATH"
| "PATH_ATTRIBUTION";
}

§Properties

§
filters?: FilterPair[]
[src]

Filters to limit the scope of reported data.

§
groupBys?: string[]
[src]

Dimensions by which to segment and group the data. Defined by Filter values.

§
metrics?: string[]
[src]

Metrics to define the data populating the report. Defined by Metric values.

§
options?: Options
[src]

Additional report parameter options.

§
type?: "REPORT_TYPE_UNSPECIFIED" | "STANDARD" | "INVENTORY_AVAILABILITY" | "AUDIENCE_COMPOSITION" | "FLOODLIGHT" | "YOUTUBE" | "GRP" | "YOUTUBE_PROGRAMMATIC_GUARANTEED" | "REACH" | "UNIQUE_REACH_AUDIENCE" | "FULL_PATH" | "PATH_ATTRIBUTION"
[src]

The type of the report. The type of the report determines the dimesions, filters, and metrics that can be used.