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 query or 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";
}

§Properties

§
filters?: FilterPair[]
[src]

Filters used to match traffic data in your report.

§
groupBys?: string[]
[src]

Data is grouped by the filters listed in this field.

§
metrics?: string[]
[src]

Metrics to include as columns in your report.

§
options?: Options
[src]

Additional query options.

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

The type of the report. The type of the report will dictate what dimesions, filters, and metrics can be used.