googleads / googleads-adsense-examples

Samples for the AdSense Management API
Apache License 2.0
143 stars 193 forks source link

generateCsv does not return data #23

Closed smkbarbosa closed 2 years ago

smkbarbosa commented 2 years ago

Hello, I implemented a project based on the example to generate a report, and in the last week the function stopped working.

I can get the account id, but the following function is not executed

    result = service.accounts().reports().generateCsv() 

and also no error is returned in the api. Is there any idea how to work around the situation to at least try to identify the error?

smkbarbosa commented 2 years ago

For me, the only possible explanation was a spike in API queries, which probably kept it blocked for 48 hours. Then it started working normally again.