Adwords API sends me wrong Data for Campaign ID

2020-08-07 Thread Poker Face
Hello Support, I have been calling the SHOPPING PERFORMANCE REPORT from the Adwords API for a while. All the Data I was obtaining was correct until today. I have noticed that the API is sending me wrong Data for my Campaign ID. I can see that because the Campaign ID in my Google Adwords Account

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-20 Thread Poker Face
Hi Nikita, Problem solved ! I haven't use the yaml file for extracting needed infos. Instead I did this: from googleads import adwords from googleads import oauth2 # OAuth2 credential information. In a real application, you'd probably be # pulling these values from a credential storage.

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-08 Thread Poker Face
Hi Nikisha, I've tried all the above hints and unfortunately it's still not working. Yet there is some point that might cause a problem. I have created the project with my email, but got permission to the Adwords Account from the Admin. The Admin does not got permissions for the project in

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2019-12-27 Thread Poker Face
Hi Nikisha, Thanks for the reply. I am not sure into which header should I paste the access token. Can you be more specific on that point ? Beside that, in the attachements you can see how my yaml document looks like. The developer token, client id, client secret and refresh token is correct.

AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2019-12-23 Thread Poker Face
Hi Google Support, I have noticed that there are similar errors already posted in the group. I've tried to implement the hints mentioned there, but still they couldn't fix this issue. I was working on obtaining the reports via the Google Adwords API and run into the following error: