Ad Words is not allowing me to download data in through ad words api

2017-04-20 Thread Jaydeep More
I am downloading 4 different types of ad words report to manage ad words data but due to RATE_EXCEEDED error in AdWords i am unable to download data even after 48 hrs Regards, Jaydeep more -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-04-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hans, There has been a recent change in the AdWords API wherein GCLIDs are now generated

Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-04-20 Thread HK
Hi, I the last 3-4 days, we are seeing the Click Performance Report returning rows for with duplicate googleClickID values. We are using v201609. Only difference is the clickType in those rows. I understand this is expected for reports dealing with impressions, but we've been running this

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread Markus Baersch
Hi Ivan, thanks again - I will try my luck there to get rid of the messages. best regards, Markus -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Another RATE_EXCEEDED question

2017-04-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jon, Rate limit errors means that you are making API requests too quickly. To avoid hitting these errors, you will need to slow down and take control of your application. That said, please note that rate limit

Re: Getting all campaigns from campaignService across all accounts under management account

2017-04-20 Thread Joseph Ercole
Thanks for getting back to me. I'd have thanked you sooner, but I didn't receive a notification that this was responded to for some reason. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Markus, I'm glad that you were able to resolve your previous concern. With regards to filtering the SOAP warning logs, I suggest that you double check with the PHP client library team as we only handle concerns specific to the

Another RATE_EXCEEDED question

2017-04-20 Thread jon . clarke
Hi, Starting yesterday we have started to see the RATE_EXCEEDED error a lot for the Traffic Estimator Service... we have been using this service for months with roughly the same workload with very few exceptions but for some reason we have started getting more and more exceptions. RateName =

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread Markus Baersch
Hi Ivan, I tried that yesterday as well as I looked at the examples. But as I see now that attempt failed because I used Google\AdsApi\AdWords\v201702\cm\ManagedCustomerServiceError but forgot about Google\AdsApi\AdWords\v201702\cm\ApiException. Now I can finally access and handle the

Re: clientCustomerId in googleads-php-lib v25

2017-04-20 Thread Steve Bradburn
Hi Shwetha, I hadn't realised that the session could be rebuilt as and when, that makes more sense now. Many thanks for your help. Steve -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Markus, Apologies if I misunderstood your question earlier. I want to point out that those ManagedCustomerServiceErrors I mentioned earlier are ApiError

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread Markus Baersch
Hi Ivan, thank you for the fast response... I found that page before, but unfortunately the exception does not occur - the function stops after calling mutateLink() with an already managed customer id; try-catch fails and the SOAP warning shows up directly inside the console. So the function

Re: Not understand when and why penalties can be charged for the standard access level

2017-04-20 Thread Stepan
Ok, thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Markus, You may refer here for possible errors that will be thrown for ManagedCustomerService. You may build your exception handling logic based from the possible