Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Davide, Thank you once more for the additional details regarding your issue. Since the concern is now more related to the behavior or expiration of your service account credentials, then I would recommend that you reach out to the Google API Console support team instead, via this link. This

Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-09 Thread Davide Caruso
Thank you for yur answer, Peter. I already followed that guide, it brought me to the current situation. I'm not 100% sure of it, but it seems that the non-expiring token can be obtained only if the app is in the production status, while mine is in the testing status. Is that correct? If it is,

Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-08 Thread Google Ads API Forum Advisor Prod
Hi Davide, I work with Xiaoming and allow me to assist you. We understand the inconvenience that you are encountering. However, as stated in this guide and in the Key Point section, a non-expiring refresh token should be maintained when using the desktop app flow instead. Otherwise, when using

Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-08 Thread Davide Caruso
I was correct, it "seems" to work. The refresh token timed out during the weekend, and I had to create a new one. And while now the script works again, I can't create a new token every week. I tried registering the app, but the requirements are absurd. My script runs exclusively on a server,

Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-01 Thread Davide Caruso
Thank you, I tried this and it seems to work. Il giorno ven 26 feb 2021 alle ore 21:19 Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> ha scritto: > Hi Davide, > > Thank you for reaching out. The NOT_ADS_USER >

RE: [Google Ads API v6] Fetching data through automated Python script

2021-02-26 Thread Google Ads API Forum Advisor Prod
Hi Davide, Thank you for reaching out. The NOT_ADS_USER error usually occurs when the login used to generate the access token is not associated with any Google Ads account. I would suggest you to use the Web Application Flow or the Desktop Application Flow instead as they are less complicated

[Google Ads API v6] Fetching data through automated Python script

2021-02-25 Thread Davide Caruso
I'm having some problems creating a script that automatically retrieves some metrics from Google Ads for a daily report for the company I work in. I've been reading tens of pages of documentation, troubleshooting and help, but unfortunately they only increased my confusion. Initially, we only