Parameters of saved and custom reports
This method returns information about a specific report by its reportName.
Parameters dimensions, metrics, filters aren't returned for fixed reports because they don't have an editable field set.
For custom and editable reports, this method returns a saved field set:
- Dimensions
- Metrics
- Specific filters
Note
If you need to modify the filters in a saved report, first retrieve the report configuration, then request the report via POST /api/v2/reports.
GET /api/v2/reports/report-info/{reportName}
|
Characteristic |
Value |
|
Method |
|
|
Path |
|
|
Success |
|
Query parameters
|
Parameter |
Source |
Description |
|
|
|
Report ID: predefined slug ( |
|
|
|
Optional for admins and assistants. Required for advertisers and website owners (see Authorization). |
Successful response
|
Field |
Type |
Description |
|
|
|
Echo of the passed |
|
|
|
Display name. |
|
|
|
|
|
|
|
Saved dimensions. Omitted if |
|
|
|
Saved metrics. Omitted if |
|
|
|
Saved filters. Omitted if |
Elements dimensions[] and metrics[]:
|
Field |
Type |
Description |
|
|
|
Field ID (same as in |
|
|
|
Display name. |
|
|
|
Value type: |
The filters[] element matches the POST /api/v2/reports structure (field / operator / value) so the client can reuse it without extra transformation.
|
Field |
Type |
Description |
|
|
|
Filter field. |
|
|
|
One of the operators, see the table Allowed operator values in filters. |
|
|
|
Scalar for scalar operators, array of scalars for |