Closed MalikCheng closed 3 years ago
This typically happens when you're authenticating as a service account and haven't shared the saved query with that Ad Manager user. Is that the case?
More common reporting issues are listed in this FAQ: https://developers.google.com/ad-manager/api/reporting#faq
Thank for your reply.
I check that service account is an administrator,but it didn't work.
I try to add service account into modifier item
on setting report page , it work !
useful link https://groups.google.com/g/google-doubleclick-for-publishers-api
Currently i am trying run AdManager reports API RunSavedQuery example .throw a Null Exception.
near 99 line
Debug found the page.getResults() is null on the line 99. pom :
I set savedQueryId is 11772918516 in the
https://www.google.com/admanager/21xxx76111#reports/report/detail/report_id=1177xx
I can see the result from the
https://www.google.com/admanager/21xxx76111#reports/report/detail/report_id=1177xx
url when click onrun
button on the web UI.
Did I set it up wrong?