Hi team,
We’re encountering an issue with the Network Report API (v1) where some of our managed properties return no data starting from April 2 onwards. However, we can still
see data for those properties in the AdMob reporting dashboard.
For example, the API response looks like this:
[
{
"header": {
"dateRange": {
"startDate": {"year": 2025, "month": 4, "day": 1},
"endDate": {"year": 2025, "month": 4, "day": 8}
},
"localizationSettings": {
"currencyCode": "USD",
"languageCode": "en-US"
}
}
},
{
"footer": {}
}
]
No metrics or rows are returned for the affected properties, despite the date range covering days with visible data in the dashboard.
We assume permissions are correctly configured, since a 403 error is not returned.
Could you help us understand what might be causing this issue?
Thanks in advance!
Hi Team,
I’ve checked, and the issue has been resolved — the managed properties are now returning data as expected. Thanks for the update!