I created a Campaign programmatically in C# and it worked fine. Used the same code, changed the campaign name and AdGroupID and tried the same code a second time, after more than 2 hours and I get QUOTA_EXCEEDED. I saw some postings on the same topic that have to do with limited amount of requests per minute (or whatever period), but in this case I am not making more than one request per minute. My Account is literally empty, I erased all Campaigns, all Keywords and started from scratch, with the same effect. Only idea I had was, I post a request for an AuthToken via httpPost and then a few lines of code later am using the AuthToken as part of the RequestHeader and pass that into a second call to Google AdWords to Create the campaign. I thought the calls are too close to each other, however in debug mode I can wait more than 60 seconds between calls with the same result, CreateCampaing fails with QUOTA_EXCEEDED. Btw. same effect when I try to read a Campaign. I am using the AdWords library from the namespace Google.Api.Ads.AdWords.v201008. Any suggestions or alternatives? And once again, the 100% very same code worked a few days ago, created a couple of campaings each with one AdGroup, one Ad and 3 keywords. Then now, after the UI of the client is completed, trying the very same code, I get this nasty QUOTA_EXCEEDED. Any help highly appreciated. Kind Regards, Joseph
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
