Hi chetan,
Thank you for reaching out to the Google Ads API support team.
I understand that you have encountered a "
CONCURRENT_MODIFICATION" error on your end while uploading CRM email IDs. 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.