Parameters of a generated report.
JSON representation |
---|
{ "type": enum ( |
Fields | |
---|---|
type |
The type of the report. The type of the report determines the dimesions, filters, and metrics that can be used. |
groupBys[] |
Dimensions by which to segment and group the data. Defined by Filter values. |
filters[] |
Filters to limit the scope of reported data. |
metrics[] |
Metrics to define the data populating the report. Defined by Metric values. |
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. |
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. |
PATH_ATTRIBUTION |
Path Attribution report. |
FilterPair
Represents a single filter rule.
JSON representation |
---|
{ "type": string, "value": string } |
Fields | |
---|---|
type |
The type of value to filter by. Defined by a Filter value. |
value |
The identifying value to filter by, such as a relevant resource ID. |
Options
Report parameter options.
JSON representation |
---|
{ "includeOnlyTargetedUserLists": boolean } |
Fields | |
---|---|
includeOnlyTargetedUserLists |
Whether to include data for audience lists specifically targeted by filtered line items or insertion orders. Requires the use of |