Authorization Error - NO_CUSTOMER_FOUND

2020-03-02 Thread Manu Puthia
Hi, I am trying to run the below code to extract campaign information, however, I am getting the exception --> zeep.exceptions.Fault: [AuthorizationError.NO_CUSTOMER_FOUND @ ] I have created the client_id, secret and refresh token multiple times but with no luck. Note - I have copied

Geo Performance report taking forever to download.

2018-11-26 Thread 'Manu Reddy' via AdWords API and Google Ads API Forum
Hi , The geo performance report is taking forever to download and the adword ui says theres an error and please reload in a loop. Can you guys look into it ? thanks, Manu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Seeing zero impression entities in performance reports when i set include zero impressions to False.

2018-11-21 Thread 'Manu Reddy' via AdWords API and Google Ads API Forum
while downloading performance reports downloads, i see that some entities with zero impressions are downloaded. Is this expected? I checked the api and report headers and saw that the headers are being set correctly. Im using the python google ads api to download reports. thanks, Manu

Re: Unable to connect to the remote server

2018-07-18 Thread Manu Neelakandhan
Hi Jeremy, Could you please share the findings so that It will be helpful for many. I'm also facing the same issue while using google recaptcha API. Regards, Manu A N On Wednesday, 19 February 2014 22:43:50 UTC+5:30, Jeremy K wrote: > > This is resolved now by addressing the transparent

Re: QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread Manu
Thank you so much Joyce! I'll do that and get back to you. On Tuesday, 12 July 2016 16:44:37 UTC+5:30, Joyce Lava wrote: > > Hi Manu, > > Thanks for the information. INVALID_TOKEN_HEADER > <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.IN

QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread Manu
I'm trying to run the get_campaigns.py example code. I created the adwords client object using the correct, client_id, client_secret and refresh_token. When I run it however I get the traceback ending with Server raised fault: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

CampaignCriterionService returns bidModifier as 0 for the newly created AdSchedules

2015-01-20 Thread Manu Ganji
This is a bug because the bidModifier is supposed to vary from 0.1 - 10.0: AdSchedule https://developers.google.com/adwords/api/docs/reference/v201409/CampaignCriterionService.AdSchedule.html And also for newly created schedules, the default bidModifier is 1 as they still run at their 100%

Keyword search volume

2011-08-05 Thread manu
Hello, I am new to the google adwords API, I am facing problem with the search keyword volume. Example I search a keyword PHP the API does not return the search volume for PHP keyword . API returns all the related keywords with correct search volume. I have checked the API code