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

2009-10-29 Thread AdWords API Advisor
Hi Pat, Are you still seeing the error today? If so, what are the exact categories that are being returned? Best, - Eric On Oct 28, 5:59 pm, showroomlogic wrote: > I am NOT using BulkMutateJobeService. But I am making posts to > productions. > > Thanks! > Pat > > On Oct 28, 11:58 am, AdWords

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 wrote: > 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 mu

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 keywords

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 keyw

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
Thanks Eric. Here is another one for you: CONCURRENT_MODIFICATION @ ; trigger:'Customer [] was changed in the database This is starting to happen quite a bit and have no idea what it means. Also, I have spaced out all of my calls by 1 second, and I am still getting that same error I men

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 wrote: > I am receiving some quota errors, and I don't know what they mean so >