Hi
We have an API that is used to get reporting data for our customers (more than 800 accounts). The API runs on a daily basis, loops through a list of all our clients, and tries to get reporting data from Google.
starting from July 28th, we stopped getting report data from Google AdWords.
digging in the code, the API service that we use to retrieve data from Google is getting an error while trying to download the report :
{"AdWordsReportsException: One or more AdWords Report download errors have occurred. \r\n\r\nAuthorizationError.USER_PERMISSION_DENIED. (Error: AuthorizationError.USER_PERMISSION_DENIED, FieldPath: , Trigger: <null>)\r\n\r\n"}
Can you please help point me to what is causing this? how can I solve this issue?
This is affecting all our customers (more than 800!)
Thanks,
Hamed