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.