Invalid report request. For example, this error occurs if you use a metric
, dimension
, or filter
not supported by a type of report. The associated error message instructs you further.
Example:
{
"type": "/reporting-api/error-types/invalid-request",
"title": "Invalid request",
"status": 400,
"errors": [
{
"type": "metrics",
"title": "Validation error",
"detail": "Incorrect metric name: 'incorrectMetric'",
"problemId": "7f8c5195-5a0e-48b7-8def-cf91631dd964"
}
],
"problemId": "ef89bc75-0a26-478a-b41e-ed4b57d10aa6"
}