Re: Add Multiple Requests to the Same Job Facing CONCURRENT_MODIFICATION error.

2022-09-27 Thread Matt Dworkin
://developers.google.com/google-ads/api/reference/rpc/v9/DatabaseErrorEnum.DatabaseError?hl=en#concurrent_modification> > error. > can you please help with this ? > > Thanks, > Sree > > On Wednesday, March 30, 2022 at 12:00:59 PM UTC-5 adsapi wrote: > >> Hi, &

Add Multiple Requests to the Same Job Facing CONCURRENT_MODIFICATION error.

2022-03-29 Thread Online Engineering
Hi, We are trying to upload pii data to create the user lists in Google Ads manager and face the CONCURRENT_MODIFICATION error. When we read the following paragraph from the doc, our understanding is that as long as we run one job, we should not run into the CONCURRENT_MODIFICATION issue

Re: [5-0923000023899] CONCURRENT_MODIFICATION error

2018-11-26 Thread Anna De Angelis
Hi Mattia, thank you for your reply! I confirm you that my app is still running into this bad issue, blocking an entire project. Anna Il giorno lun 26 nov 2018 alle ore 14:00 ha scritto: > Hello Anna, > > The bug is still under investigation by our engineering team. > > Meanwhile, can you plea

Re: CONCURRENT_MODIFICATION error

2018-11-23 Thread an . deangelis
Hi Peter, are there update? Anna Il giorno mercoledì 14 novembre 2018 12:08:11 UTC+1, Peter Oliquino (AdWords API Team) ha scritto: > > Hi Anna, > > Could you confirm if there are indeed no other process running and making > changes to a specific entity at the same time when the > DatabaseErr

Re: CONCURRENT_MODIFICATION error

2018-11-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Anna, Could you confirm if there are indeed no other process running and making changes to a specific entity at the same time when the DatabaseError.CONCURRENT_MODIFICATION error occurred?

CONCURRENT_MODIFICATION error

2018-11-14 Thread an . deangelis
I am getting repeated CONCURRENT_MODIFICATION errors trying to create a Expandend Text Ad. I checked for the usual causes of this exception according to the documentation and other discussions in this forum, and none of them apply. Is this a known bug on the server? Thanks. Thank you, Anna -

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Thank you for the confirmation. Hi Scott, Could you confirm if you still encountered the error? If so, could you provide the complete SOAP request and response logs so I could further investigate the issue? Please reply via *Reply privately to author*. Regards, Luis AdWords API Team

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread jon
The bug appears to be fixed now. Is it fixed for you Scott? On Saturday, September 8, 2018 at 4:38:02 PM UTC-7, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to create a > Responsive Text Ad. I checked for the usual causes of this exception > accord

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread Scott Clark
[image: 2018-09-09 10_12_14-Start.png] Having the same issue on responsive ads via AWE (uses API) Error message is visible in this dialog box: On Saturday, September 8, 2018 at 7:38:02 PM UTC-4, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to c

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, The DatabaseError.CONCURRENT_MODIFICATION error that you encountered could occur due to multiple processes that are trying to update the same entity at the same time. It includes a user

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-09 Thread jon
The AdWords UI also has a bug in it where it drops one of the headlines. My guess is that there is an off-by-one error in the Ads backend which is manifesting as a CONCURRENT_MODIFICATION at the API level and a dropped headline in the Ads UI interface. I figured out how to workaround the off-by

CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-08 Thread jon
I am getting repeated CONCURRENT_MODIFICATION errors trying to create a Responsive Text Ad. I checked for the usual causes of this exception according to the documentation and other discussions in this forum, and none of them apply. I can reproduce it trying to create a single ad through the AP

Re: Constant CONCURRENT_MODIFICATION error when creating

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Luis, The CONCURRENT_MODIFICATION error usually appears for one of the following reasons: - More than one thread is operating on the entity in a multi-threaded environment - A user in the AdWords web interface is updating the entity at the same time. - An internal process on

Constant CONCURRENT_MODIFICATION error when creating

2017-03-06 Thread Luis C. Cruz
random points of the pipeline I'm constantly facing a CONCURRENT_MODIFICATION error, and the description doesn't help much. It not always fails but it occurs in more than 50% of the launches. This is the description of the exception: AdWordsApiException: One or more AdWords API errors hav

Re: Operations which can be executed in parallel without causing CONCURRENT_MODIFICATION error

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Tomas, Yes, you can. And if you get CONCURRENT_MODIFICATION, you can just retrying the call to see if it succeeds. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 8, 2014 3:36:02 AM UTC-5, Tomas Rimkus wrote: > > Can I do mutate operation on the same type criterions in two

Operations which can be executed in parallel without causing CONCURRENT_MODIFICATION error

2014-12-08 Thread Tomas Rimkus
Can I do mutate operation on the same type criterions in two different adgroups (same campaign) without getting DatabaseError.CONCURRENT_MODIFICATION error? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ htt

Re: Unexpected CONCURRENT_MODIFICATION error

2010-08-09 Thread AdWords API Advisor
Hi Mark, The most common cause of this error is that you are making back-to- back requests with operations against the same ad group. The AdWords system is making some final updates to the ad group after the first call right as you make the second call, resulting in a collision. Please ensure tha

Unexpected CONCURRENT_MODIFICATION error

2010-08-09 Thread googleMCC
Hello, I must be confused with the API. Some help would be much appreciated. In PHP we create an array of operations then use $adGroupCriterionService->mutate($operations) but sometimes receive an error: CONCURRENT_MODIFICATION If an array of operations are sent does the API ensure that they are

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-16 Thread Qme
Hi Eric. I have since reviewed the code with the development team, and you are quite right. I was told the validate header was being used with the Java client library (getValidationService), but it was not! (only the regular getService) I apologize for making you go through the logs unnecessarily

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-13 Thread AdWords API Advisor
Hi, I looked up the logs for the requestIds that returned CONCURRENT_MODIFICATION errors, and in all cases the validateOnly header was set to "false". If you see any cases where this error is returned on a validateOnly=true request please let us know. Best, - Eric On May 12, 9:31 pm, Qme wrote

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-13 Thread Qme
Hi Eric. Thanks for your replies. We will implement a mutate call which has all of the placements to validate in 1 call instead of looping individually like we do for the actual creation once validated. In regards to the advice to batch, we also had an error during a imageAd add() mutate call whe

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-12 Thread Qme
Hi Eric. Thanks for your replies. We will implement a mutate call to validate all the placements in a single call like we do for the actual add() call after validation. One worrying thing is that we have also seen the error while bundling objects in a single mutate call as well. The previous day

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-12 Thread AdWords API Advisor
Hi, I talked with some of my colleagues, and CONCURRENT_MODIFICATION errors should not be returned when the validateOnly header is being used, since there is no modification taking place. Do you have the SOAP XML request and response that demonstrates this problem? Best, - Eric On May 12, 11:23

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-12 Thread AdWords API Advisor
Hi, It is recommended that you not operate on the same ad group in quick succession. In your I would recommend that you not validate the keywords one at a time, but rather all at once in a large batch. Best, - Eric Koleda, AdWords API Team On May 12, 12:40 am, Qme wrote: > We are getting rando

CONCURRENT_MODIFICATION error when validating criterion

2010-05-11 Thread Qme
We are getting random CONCURRENT_MODIFICATION errors from the Adwords API when we are validating individual criterion (we loop through and mutate each criteria individually with a validate only header ). I understand from previous posts that CONCURRENT_MODIFICATION errors can occur when two thread