[ Web Proxy ]
URL:
Viewing: https://developers.google.com/bid-manager/reference/rest/current/Parameters#ReportType [Back]  [Original]

Parameters  |  Display & Video 360  |  Google for Developers Skip to main content

Parameters Stay organized with collections Save and categorize content based on your preferences.

outlined_flag

Parameters of a generated report.

JSON representation
{
  "type": enum (ReportType),
  "groupBys": [
    string
  ],
  "filters": [
    {
      object (FilterPair)
    }
  ],
  "metrics": [
    string
  ],
  "options": {
    object (Options)
  }
}
Fields
type

enum (ReportType)

The type of the report.

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

groupBys[]

string

Dimensions by which to segment and group the data.

Defined by Filter values.

filters[]

object (FilterPair)

Filters to limit the scope of reported data.

metrics[]

string

Metrics to define the data populating the report.

Defined by Metric values.

options

object (Options)

Additional report parameter options.

ReportType

Available types of report.

Enums
REPORT_TYPE_UNSPECIFIED Default value when report type is not specified or is unknown in this version.
STANDARD Standard report.
INVENTORY_AVAILABILITY Inventory Availability report.
AUDIENCE_COMPOSITION

Audience Composition report.

This item is deprecated!

FLOODLIGHT Floodlight report.
YOUTUBE YouTube report.
GRP GRP report.
YOUTUBE_PROGRAMMATIC_GUARANTEED YouTube Programmatic Guaranteed report.
REACH Reach report.
UNIQUE_REACH_AUDIENCE Unique Reach Audience report.
FULL_PATH

Full Path report.

This item is deprecated!

PATH_ATTRIBUTION

Path Attribution report.

This item is deprecated!

FilterPair

Represents a single filter rule.

JSON representation
{
  "type": string,
  "value": string
}
Fields
type

string

The type of value to filter by.

Defined by a Filter value.

value

string

The identifying value to filter by, such as a relevant resource ID.

Options

Report parameter options.

JSON representation
{
  "includeOnlyTargetedUserLists": boolean
}
Fields
includeOnlyTargetedUserLists

boolean

Whether to include data for audience lists specifically targeted by filtered line items or insertion orders.

Requires the use of FILTER_INSERTION_ORDER or FILTER_LINE_ITEM filters.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-11-19 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],["The core content outlines parameters for generating reports, including report type, data segmentation, filtering, metrics, and options. Reports are defined by a `type` (e.g., STANDARD, YOUTUBE), `groupBys` for data segmentation, `filters` to limit data scope using `FilterPair` (type and value), `metrics` to specify data to populate the report, and `options` for additional settings like targeting filters. Available types of reports are specified by `ReportType` enums.\n"]]

Web Proxy Viewer  |  New URL  |  Original Page