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 <[email protected]> wrote:
> I am NOT using BulkMutateJobeService. But I am making posts to
> productions.
>
> Thanks!
> Pat
>
> On Oct 28, 11:58 am, AdWords API Advisor
>
>
>
> <[email protected]> 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 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 with their approval status.  It could be that you
> > are trying to modify the ad group at the same time that the approval
> > status is being updated.  You can avoid this be ensuring that you
> > leave a sufficient gap between adding keywords and making further
> > modifications to an ad group (or sub objects).  Also, it may be worth
> > adding error handling to catch this type of exception and retrying the
> > request after a given amount of time.
>
> > I'd like to investigate the quota issue a little further.  Are you
> > using the BulkMutateJobService?  Are you making requests about
> > production or the sandbox?
>
> > Best,
> > - Eric
>
> > On Oct 28, 1:00 pm, showroomlogic <[email protected]> wrote:
>
> > > 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 keywords per new adgroup. And then
> > > I get the concurrent error, or the others I mentioned above.
>
> > > I don't know how to setup my application to prevent these types of
> > > errors, when I don't even know what the errors mean or what the
> > > possible errors are.
>
> > > Thanks for your help.
> > > pat
>
> > > On Oct 28, 10:42 am, AdWords API Advisor
>
> > > <[email protected]> wrote:
> > > > 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 set up your application to prevent these types of
> > > > concurrency issues and add error handling with a retry for the rare
> > > > concurrency conflict with the web interface.
>
> > > > As for the quota errors, what methods and services are you using?
>
> > > > Best,
> > > > - Eric
>
> > > > On Oct 28, 12:11 pm, showroomlogic <[email protected]> wrote:
>
> > > > > Thanks Eric.
>
> > > > > Here is another one for you: CONCURRENT_MODIFICATION @ ;
> > > > > trigger:'Customer [XXXXXXXX] 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 mentioned above after 100 calls or so.
>
> > > > > Pat
>
> > > > > On Oct 28, 7:59 am, AdWords API Advisor <[email protected]>
> > > > > wrote:
>
> > > > > > Hi Pat,
>
> > > > > > I've addressed your question in a previous 
> > > > > > thread:http://groups.google.com/group/adwords-api/browse_thread/thread/96e19....
>
> > > > > > Best,
> > > > > > - Eric Koleda, AdWords API Team
>
> > > > > > On Oct 27, 5:26 pm, showroomlogic <[email protected]> wrote:
>
> > > > > > > I am receiving some quota errors, and I don't know what they mean 
> > > > > > > so
> > > > > > > that I can fix the issue, and I don't know how long I have to wait
> > > > > > > until I can start using the API again.
>
> > > > > > > Here is my current exception:
> > > > > > > You have exceeded the quota in the following
> > > > > > > categories:bulk_light_api_type,bulk_light_qps
>
> > > > > > > I am using the new v200909 API.
>
> > > > > > > Thanks.
> > > > > > > Pat
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to