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.
§
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.