Re: concurrent_modification while insert operation

2023-09-15 Thread Nadavi Play
am. > > I understand that you have encountered a CONCURRENT_MODIFICATION > <https://developers.google.com/google-ads/api/reference/rpc/v14/DatabaseErrorEnum.DatabaseError#concurrent_modification> > > error on your end while sending mutate requests to create AdGroupAd. In > gen

RE: concurrent_modification while insert operation

2023-09-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. I understand that you have encountered a CONCURRENT_MODIFICATION error on your end while sending mutate requests to create AdGroupAd. In general, the CONCURRENT_MODIFICATION error occurs due to multiple processes that are trying

Re: CONCURRENT_MODIFICATION while Insert operation

2023-09-14 Thread Nadavi Play
'm trying to > create AdGroupAd i receive errors "CONCURRENT_MODIFICATION". How it's > possible that on insert operation can be the same concurency? > > It's log from mutate operation: > > INSERT AD GROUP AD: > {"errorCode":{"databaseError":&qu

CONCURRENT_MODIFICATION while Insert operation

2023-09-14 Thread Nadavi Play
Good day, I have problem with Ads API on mutate operations. When i'm trying to create AdGroupAd i receive errors "CONCURRENT_MODIFICATION". How it's possible that on insert operation can be the same concurency? It's log from mutate operation: INSERT AD GROUP AD: {"errorCode&q

RE: CONCURRENT_MODIFICATION in Bulk Mutate method

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michal, Thanks for reaching out to the Google Ads API Forum. I can see that you have opened an issue with us via email support thread. For better tracking of issues and avoiding confusion, you may continue our discussion on email thread with the subject “CONCURRENT_MODIFICATION in Bulk

CONCURRENT_MODIFICATION in Bulk Mutate method

2023-03-07 Thread Michał Podniesiński
], "name": "1923786" }, "adGroup": "customers/12345/adGroups/DD" } } } ], "partialFailure": true, "respons

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

2022-09-27 Thread Matt Dworkin
:46 PM UTC-4 skur...@roku.com wrote: > Hi Nirmita, > > I'm facing the same issue. According to the documentation, we can send > multiple add operations requests at the same time. But i still get the > CONCURRENT_MODIFICATION > <https://developers.google.com/google-ads

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: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Greetings! I did an analysis of your requests on our servers, and I found a pattern that appears to be causing these errors. I'll cover my observations followed by some best practices, so that these errors are not as frequent. Observations I noticed that there was a pattern in how the

Re: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Konstantin, Please allow me to share this with our team and we will provide an update shortly. Aside: I see you are using v7 and the Java client library. If you are using Log4J to log, please update to the latest version due to a vulnerability found in the logging utility. Regards, Matt

Re: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-29 Thread Konstantin
/r.y.alet.crm.core.googleads.GoogleAdsProvider: Failed to perform action#1: com.google.ads.googleads.v7.errors.GoogleAdsException: errors { error_code { database_error: CONCURRENT_MODIFICATION } message: "Multiple requests were attempting to modify the same resource at once. Please retry the request." }

Re: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
ads.v7.errors.GoogleAdsException: errors { error_code { database_error: CONCURRENT_MODIFICATION } message: "Multiple requests were attempting to modify the same resource at once. Please retry the request." } request_id: "xx" 2021-12-29 05:39:31,536 WARN

Re: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-28 Thread Konstantin
For example... i get an error, wait about 2 minutes and get the error again *2021-12-29 05:37:49,977 WARN GoogleAdsProvider: Failed to perform action#1: com.google.ads.googleads.v7.errors.GoogleAdsException: errors { error_code { database_error: CONCURRENT_MODIFICATION } message

Re: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello there, Thanks for replying back to us. We recommend waiting for about 30 seconds (not 30 mins) as suggested by another colleague of mine, then try another request via API to avoid the CONCURRENT_MODIFICATION error. This error occurs due to multiple requests attempting to modify the same

Re: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-28 Thread Konstantin
> In general, the CONCURRENT_MODIFICATION error occurs due to multiple > processes that are trying to update the same entity at the same time. This > also includes updating the entity in Google Ads UI while updating via the > API as well. We recommend waiting for about 30 seconds, then retry the &

RE: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. In general, the CONCURRENT_MODIFICATION error occurs due to multiple processes that are trying to update the same entity at the same time. This also includes updating the entity in Google Ads UI while updating via the API as well. We recommend waiting

CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-25 Thread Konstantin
i try to create to populate users (about 20M) in group with addOfflineUserDataJobOperations method I use batch to upload with size 100k One thread, sleep about 4s between calls and Also i check this error (CONCURRENT_MODIFICATION) and add retry for it with sleep 40s No any success for 2 days

RE: Google Ads CONCURRENT_MODIFICATION response

2021-09-02 Thread Google Ads API Forum Advisor
Hi Greg, Thanks for reaching out to us. Upon checking the screenshot you’ve shared with us, it appears that you’ve encountered the CONCURRENT_MODIFICATION . In general, the CONCURRENT_MODIFICATION error occurs due to multiple processes that are trying to update the same entity at the same

RE: How to deal with CONCURRENT_MODIFICATION

2019-04-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The DatabaseError.CONCURRENT_MODIFICATION error that you are encountering could occur due to multiple processes are trying to update the same entity at the same time. This said, the

How to deal with CONCURRENT_MODIFICATION

2019-04-26 Thread F B
I am creating Responsive Text Ads in parallel (multithreaded python application), where all of them are distinct and only one per AdGroup. However, oftentimes I get an Error that states that two requests were trying to modify the same Ressource concurrently. This - on the first look - makes

Re: [5-0923000023899] CONCURRENT_MODIFICATION error

2018-11-26 Thread Anna De Angelis
the *Reply privately to author* option. > > Best regards, > Peter > AdWords API Team > > On Wednesday, November 14, 2018 at 6:23:47 PM UTC+8, > an.dea...@likereply.it wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to create a > Expand

Re: CONCURRENT_MODIFICATION error

2018-11-23 Thread an . deangelis
e error so I can further investigate? > > You may send your reply via the *Reply privately to author* option. > > Best regards, > Peter > AdWords API Team > > On Wednesday, November 14, 2018 at 6:23:47 PM UTC+8, > an.dea...@likereply.it wrote: >> >> I am getting re

Re: CONCURRENT_MODIFICATION error

2018-11-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
UTC+8, an.deange...@likereply.it wrote: > > 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.

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
On Tuesday, September 11, 2018 at 12:47:38 AM UTC+8, jon wrote: > > 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_MODIFICAT

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

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

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
> 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-one error in the UI by adding one more headline than I actually > want. Beta feature right? :-) > > -Jon > > On Saturday, S

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

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

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

Constant CONCURRENT_MODIFICATION error when creating

2017-03-06 Thread Luis C. Cruz
. At 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 have occurred

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/

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

CONCURRENT_MODIFICATION

2014-05-27 Thread Seth
I'm working on a single threaded application using the ruby client and keep running into this intermittent error. I'm trying to create campaigns, ad groups, ads, and keywords in that order. I'm batching the operations for each by groups of 5,000. Each batch only contains a single service, for

Re: CONCURRENT_MODIFICATION

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hi Seth, Are you sure that the previous execution is finished before starting the next execution? Using a sleep timer might not be sufficient for this, depending on how long the sleep timer is going. Also, are you user that there are no other users trying to make modifications to the same

Re: CONCURRENT_MODIFICATION

2014-05-27 Thread Seth
Yes, I'm slicing an array of operations by 5,000 and pushing the api results to a results array before the sleep and new request. And this is my dev code and I'm the only user. On Tuesday, May 27, 2014 2:59:07 PM UTC-4, Michael Cloonan (AdWords API Team) wrote: Hi Seth, Are you sure that

Re: CONCURRENT_MODIFICATION

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hi Seth, Please see our common errors page on this issue: https://developers.google.com/adwords/api/docs/common-errors#DatabaseError Sometimes, if you get unlucky, you will be trying to update keywords at the same time as our internal system is approving or disapproving your previous ones.

CONCURRENT_MODIFICATION after migration to v201402

2014-04-10 Thread Alexander Brokle
Hi Guys, we migrated yesterday from v201309 to v201402. Today we got on some request to adwords following error report: https://lh3.googleusercontent.com/-prKj7SVham8/U0ZTRGncBQI/AEg/kPyBESGbt0Y/s1600/image.png Why is that? And what can I do to eliminate this error?

Re: CONCURRENT_MODIFICATION after migration to v201402

2014-04-10 Thread Danial Klimkin
Hello Alexander, Please see: https://developers.google.com/adwords/api/docs/common-errors#DatabaseError -Danial, AdWords API Team. On Thursday, April 10, 2014 12:24:27 PM UTC+4, Alexander Brokle wrote: Hi Guys, we migrated yesterday from v201309 to v201402. Today we got on some

Re: Unexpected CONCURRENT_MODIFICATION

2011-04-25 Thread Danial Klimkin
Hello Crosby, We have recently published a blog post that describes conditions when this error can occur: http://adwordsapi.blogspot.com/2011/03/concurrency-management-in-adwords-api.html We're currently working on decreasing the number of possible conflicts. -Danial, AdWords API Team.

Unexpected CONCURRENT_MODIFICATION

2011-04-22 Thread Crosby Grant
We are experiencing this error, albeit through the AdWords Editor. This seems like this place to be for API-related technical issues, even if usually Editor help is handled elsewhere. In this scenario, no other users are logged in, and it is happening during very large uploads (~500,000 updates

Re: Unexpected CONCURRENT_MODIFICATION error

2010-08-09 Thread AdWords API Advisor
. 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 executed sequentially ? While looping over different adgroups an operation

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-16 Thread Qme
unnecessarily :) (and also for the double post, Google Groups did not acknowledge the first send) Cheers. Qme On May 14, 4:17 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, I looked up the logs for the requestIds that returned CONCURRENT_MODIFICATION errors, and in all cases

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-12 Thread AdWords API Advisor
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 threads

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

AdWords API Re: .CONCURRENT_MODIFICATION

2009-10-20 Thread AdWords API Advisor
Hi Sreenu, This error message indicates that the request failed because another request was attempting to update the same ad group at the same time. This can happen when you are running more than one process or thread that is using the API. When these faults occur it is often best to pause

AdWords API .CONCURRENT_MODIFICATION

2009-10-19 Thread sreenu
Hi, I am using java v200906 api. I am getting below error for some of the actions : ApiException Unable to update keywords DatabaseError.CONCURRENT_MODIFICATION @ ; trigger:'Customer [43343210] was changed in the database. Proposed changes {[customer:43343210, campaign:41136230,