I have been facing a problem for about three days.
My job is to get admob application data reports for different clients.
I mean, I have to get reports for different pub-ids. This is working for all the accounts except for one, which is precisely ours.
The query I do is:
And the message I get is:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "reportingQuotaExceeded",
"message": "Reporting quota exceeded."
}
],
"code": 403,
"message": "Reporting quota exceeded."
}
}
As I say, this query for other pub-id works perfectly but for three days for a pub-id in particular is not working giving this error.
I have read that there is a size limit in the generated report, but even filtering for fewer dimensions the error is the same.
I have also looked at the quota that I currently carry and it is far from the marked limit, attached image.
What can be happening so that the requests to this account stop working?
Thanks to all for any input.