Good morning,
Since 06.03.2025 we experience error code 429 "Quota exhausted" while requesting reports from following endpoint:
From the code perspective we didn't introduce any changes, yet the error started to appear. I'm attaching the screenshot of the usage of the beforementioned endpoint for the last 6 hours.
Based on the account metrics we didn't use up all of our qouta, so I reffered to the documentation and found this note:
```Key Point: There are additional back-end processing cost caps. When experiencing quota errors, such as 429 RESOURCE_EXHAUSTED, and your quotas are within the table below, the recommendation is to introduce client-side rate limiting as well as requesting fewer rows per request. The latter can be achieved by reducing the date range of your request and the number of dimensions.```
On the daily basis we use combination of multiple metrics and dimensions requested for a single day range. We received up to 20 000 records (documentation says it allows up to 100 000 records per response)
Maximum number of report data rows to return. If the value is not set, the API returns as many rows as possible, up to 100000. Acceptable values are 1-100000, inclusive. Values larger than 100000 return an error.
I wanted to check if reduction of the metrics and dimensions will allow us to receive the report. Yet after sending following request:
Making request to [REDACTED]/mediationReport:generate with parameters: {'report_spec': {'date_range': {'start_date': {'year': '2025', 'month': '03', 'day': '04'}, 'end_date': {'year': '2025', 'month': '03', 'day': '04'}}, 'dimensions': ['AD_SOURCE'], 'metrics': ['IMPRESSIONS'], 'dimensionFilters': {'dimension': 'FORMAT', 'matchesAny': {'values': 'banner,interstitial'}}, 'localizationSettings': {'currencyCode': 'USD', 'languageCode': 'en-US'}}}
I received error code 429 with message "Quota exhausted".
I am unable to receive any report on my account. Do you have some suggestions what else can I do?
Huuuge Group processes your personal data. To learn more about how we process your personal data, please review our privacy policy. If you believe you have received this message in error, please notify us & delete this message, as it may contain confidential information.