RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'

2017-03-28 Thread bart
Hello, I am using Adword API in my project I have a devloper token with Basic Access. Till now all thing working correct...but today i Got this error '*RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'...* How I can Fix this issue ? -- -- =~=~=~=~=~=~=~

Re: Can't update API account settings

2015-06-03 Thread Bart ten Brinke
I have the exact same issue. Google support tells me it can't help me because they don't offer support on the API. My guess is that I have a pending developer token request, and while that is pending you can't change these? Help? Bart On Wednesday, June 3, 2015 at 1:00:42

Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Bart Szulczewski
I have searched for an option to create completely new campaigns from scratch (or even just copy existing ones) via the Adwords API / Scripts, although I failed. Do you know if there is a way to do it, and most importantly how, please? Thank you, Bart

Re: 502 Bad gateway error

2013-09-20 Thread Henry Bart-Plange
same issue here since 17/9/2013 did any on find out what the issue is? On Wednesday, September 18, 2013 12:20:59 AM UTC+10, David Torres (AdWords API Team) wrote: > > Hi All, > > If you can send me the times and IPs from which your are seeing the 502 > errors, I'd be glad to further investigat

AdWords API Re: Multiple accounts campaignservice get costs campaign

2010-03-11 Thread Bart
I had an answer from the support of Adwords API: You can switch the clientid at runtime using AdWordsUser::SerClientId() method. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#507 for details. On 10 mrt, 11:56, Bart wrote

AdWords API Multiple accounts campaignservice get costs campaign

2010-03-10 Thread Bart
Hi, I want to make a script that requests day by day the google costs of my active campaigns. I have in my MCC multiple accounts. At this moment I'm able to have the adwords costs per campaign for one google account (the account that I have configured in the clientId). What is the best and cheape