Re: concurrent_modification while insert operation

2023-09-15 Thread Nadavi Play
The problem is in INSERT operations, it's physically impossible to make 
concurrency on insert operation but i still recieve this errors. 

пятница, 15 сентября 2023 г. в 11:41:15 UTC+2, Google Ads API Forum 
Advisor: 

> 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 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 request.
>
> That being said, you’ll need to ensure that only one operation is 
> performed against an entity at each moment and slow down on the 
> consolidated repeated mutates against the same entity into a single request 
> to avoid this issue altogether. Please give this a try and let us know if 
> you have any additional concerns.
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2olHLb:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e9bbebb1-db78-4546-92b9-98e62f757a2dn%40googlegroups.com.


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 
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 request.

That being said, you’ll need to ensure that only one operation is performed 
against an entity at each moment and slow down on the consolidated repeated 
mutates against the same entity into a single request to avoid this issue 
altogether. Please give this a try and let us know if you have any additional 
concerns.
This message is in relation to case "ref:_00D1U1174p._5004Q2olHLb:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/td16C0S10TJY00OaxAk8leRPCMS01F8AQeqQ%40sfdc.net.


Re: CONCURRENT_MODIFICATION while Insert operation

2023-09-14 Thread Nadavi Play
https://groups.google.com/u/2/g/adwords-api/c/-W80dhBdHzc/m/LUqzA5xTBAAJ - 
In this topic seems the same problem but any answer from Google Support Team

четверг, 14 сентября 2023 г. в 14:28:01 UTC+2, 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":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":0}]}}
>
> INSERT AD GROUP AD: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":1}]}}
>
> INSERT AD GROUP AD: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":2}]}}
>
> INSERT AD GROUP AD: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":3}]}}
>
> INSERT AD GROUP AD: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":4}]}}
>
> INSERT AD GROUP AD: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":5}]}}
>
> Same errors i recieve on inserting of Keywords Criterias:
>
>
> INSERT AD GROUP CRITERIA: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":957}]}}
>
> INSERT AD GROUP CRITERIA: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":958}]}}
>
> INSERT AD GROUP CRITERIA: 
> {"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple 
> requests were attempting to modify the same resource at once. Retry the 
> request.","location":{"fieldPathElements":[{"fieldName":"operations","index":959}]}}
>
> Just for clarify, update request have the same errors but it's not so 
> strange as Insert operations.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/59322561-1436-460f-a738-eff0c66392b7n%40googlegroups.com.