AdWords API Re: Sandbox Over Quota

2009-10-28 Thread daniel.pl...@gmail.com
this is only a guess, but based on my error, it looks like your submitting too many queries per second (QPS). I put a 200 millisecond delay between calls, and that fixed my problem. Dan On Oct 27, 9:20 pm, showroomlogic patr...@showroomlogic.com wrote: Can someone please provide a place

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2009-10-28 Thread DanielB
Hi Eric, Unfortunately I am not able to obtain them since my current development environment has no debug option. Is there an other way to obtain them? Your help is gratefully appriciated, Regards, Daniel On Oct 26, 5:20 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Daniel,

AdWords API Re: Mapping between Metro and Cities in US

2009-10-28 Thread AdWords API Advisor
Hi Parvendra, Unfortunately there is no available mapping between metros and the cities they contain. We are aware this presents a problem when assigning geo targeting information, and our recommendation is to ensure that you have proper exception handling in place to catch errors raised by

AdWords API Re: Sandbox Over Quota

2009-10-28 Thread AdWords API Advisor
Hi Pat, Unfortunately these categories aren't yet documented, and I've raised the issue with the AdWords API team. Dan's assumption is correct, that you've exceeded the allowed number of requests per second. Adding a small delay between requests, or batching small requests into larger ones, can

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread AdWords API Advisor
Hi Pat, I've addressed your question in a previous thread: http://groups.google.com/group/adwords-api/browse_thread/thread/96e1970f7b356b57/. Best, - Eric Koleda, AdWords API Team On Oct 27, 5:26 pm, showroomlogic patr...@showroomlogic.com wrote: I am receiving some quota errors, and I don't

AdWords API Re: To many connection failures

2009-10-28 Thread AdWords API Advisor
Hi Santhosh, 502 errors are usually returned when a timeout has occurred between internal Google servers. Are you noticing that there certain services or method that are triggering this error? Is the error consistent or reproducible? Best, - Eric On Oct 27, 8:22 pm, Santhosh Nair

AdWords API Error EstimateKeyword.java using sandbox

2009-10-28 Thread i...@larseggert.de
I Just tried the example from EstimateKeyword.java, set the properties: email,passwort,clientEmail,useragent,developerToken and applicationToken But still get an error. For namespace i choose: private static final String namespace = https://sandbox.google.com/api/adwords/v13;; I am using

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread AdWords API Advisor
Hi Pat, The CONCURRENT_MODIFICATION error is returned when the same AdWords object is being modified by two processes at once. This can happen when you have multiple threads making requests to the API, or if a user is making a change in the web interface at the same time. We recommend that you

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread showroomlogic
I am getting that error with only one thread running, and not being logged into the interface. Most of my woes are coming when I create a new adword group and submit keywords. I am using the AdGroupCriterionService to add individual keywords to the new group created. I am adding on average 72

AdWords API issues on ad group deletion

2009-10-28 Thread harroot
Hi all I'm currently using .net api v13, and have some question about ad group deletion. I know that the ad group names are unique per parent campaign, so what about the deleted ad groups, are they in count?, I mean if can I have 2 adgroups with the same name, but with different statuses? Best

AdWords API Re: getKeywordVariations method doesn't return all seeds keword

2009-10-28 Thread damian.irigaray
I tried the question in the other forum and I get this answer: Hello dirigaray, I will admit to not being an expert on the AdWords API, and in the absence of other responses I'd like to send you to the AdWords API Forum, which you will find at the link below. The forum is similar to this one,

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread AdWords API Advisor
Hi Pat, Another cause of the concurrency error may be updates done by the internal AdWords system. For example, new keywords added to an ad group must be checked for violations by the AdWords system. This process usually takes a couple of seconds, after which the system will update the

AdWords API Re: issues on ad group deletion

2009-10-28 Thread AdWords API Advisor
Hi Harout, No, ad group names must be unique, even for deleted ad groups. It can be useful to rename ad groups before deleting them to prevent collisions. For example, append the word DELETED to the end of the name. Best, - Eric Koleda, AdWords API Team On Oct 28, 1:08 pm, harroot

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread showroomlogic
I am NOT using BulkMutateJobeService. But I am making posts to productions. Thanks! Pat On Oct 28, 11:58 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Pat, Another cause of the concurrency error may be updates done by the internal AdWords system.  For example, new keywords

AdWords API API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-28 Thread Inah from Brazil
Hi! Im migratting from v13 to v2009 and I tryin'to addCampaign. Until now my method looks like: public SponsorResponse addCampaign(Campaign campaign, Boolean save) { SponsorResponse response = null; com.google.api.adwords.v200909.cm.Campaign campaign2009 = new