Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-25 Thread Jose Luis Petracca
Yes it has access On Monday, July 25, 2022 at 3:04:18 AM UTC-3 adsapi wrote: > Hi Jose, > > Thank you for getting back to us. > > Moving forward, to be clear, what we are saying is the *user account* > that you used in configuring your Google Ads API Console project >

Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jose, Thank you for getting back to us. Moving forward, to be clear, what we are saying is the user account that you used in configuring your Google Ads API Console project should have access to your target specific account. Regards, Carmela Google Ads API Team ref:_00D1U1174p._5004Q2bm7gu

Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-22 Thread Jose Luis Petracca
I did all what documentation said. Also I did the Wide delegation to the service account On Friday, July 22, 2022 at 12:47:06 PM UTC-3 adsapi wrote: > Hi Jose, > > Thank you for the reply. Allow me to assist you here. > > To further address the issue, I would suggest checking on your end if you

Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jose, Thank you for the reply. Allow me to assist you here. To further address the issue, I would suggest checking on your end if you already met the Prerequisites mentioned on this document. Also, you can double-check the configuration of your service account based on this guide to address

Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-22 Thread Jose Luis Petracca
No, the problem isnt fix and this is the problem =START HERE *System information:* - python 3.9.9 - package version google-ads==17.0.0 - using service account *The Code* from google.ads.googleads.client import GoogleAdsClient from google.ads.googleads.errors import Google

Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-21 Thread Jose Luis Petracca
Sorry, that was an Error, that i've fixed This is a new one, the detail in this thread is correct On Thursday, July 21, 2022 at 4:04:13 PM UTC-3 adsapi wrote: > Hi Jose, > > Thank you for reaching out to the Google Ads API support team. > > It looks like we have a separate thread for this issue

Re: Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-21 Thread Jose Luis Petracca
Please dont forget to reply this On Wednesday, July 20, 2022 at 3:55:45 PM UTC-3 Jose Luis Petracca wrote: > Hi, > > I am trying to get data form the api, it is a really simple request, that > is an example from the package > > *System information:* > >- python 3.9.9 >- package version

RE: Error Reading From Api V11

2022-07-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jose, Thank you for reaching out to the Google Ads API support team. Glad to see that a solution has been found. Please let us know if we can help with anything else. Thanks, Thanks, Nirmitabahen Gaurav Google Ads API Team ref:_00D1U1174p._5004Q2bm3hF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Error Reading From Api V11 - User in the cookie is not a valid Ads user.

2022-07-20 Thread Jose Luis Petracca
Hi, I am trying to get data form the api, it is a really simple request, that is an example from the package *System information:* - python 3.9.9 - package version google-ads==17.0.0 - using service account *The Code* from google.ads.googleads.client import GoogleAdsClient from go

Re: Error Reading From Api V11

2022-07-20 Thread Jose Luis Petracca
I have fix that error, the solution was reinstall google-ads python package Now the new error is GoogleAdsException: (<_SingleThreadedRendezvous of RPC that terminated with:status = StatusCode.UNAUTHENTICATEDdetails = "Request is missing required authentication credential. Expected OAu

Re: Error Reading From Api V11

2022-07-20 Thread Jose Luis Petracca
*SOLUTION: *REINSTALL GOOGLE-ADS PYTHON PACKAGE On Wednesday, July 20, 2022 at 1:25:32 PM UTC-3 Jose Luis Petracca wrote: > Hi, > > I am trying to get data form the api, it is a really simple request, that > is an example from the package > > *System information:* > >- python 3.9.9 >- p

Error Reading From Api V11

2022-07-20 Thread Jose Luis Petracca
Hi, I am trying to get data form the api, it is a really simple request, that is an example from the package *System information:* - python 3.9.9 - package version google-ads==17.0.0 - using service account *The Code* from google.ads.googleads.client import GoogleAdsClient from go