Hi
We have a requirement to upload more than 100 million customers to the audience/segment. Each customer can have up to 10 PII fields (3 Phone numbers, 3 Emails, 3 Device Ids, addresses). We are trying to use asynchronous way via AddOfflineUserDataJobOperationsRequest API for this purpose.
But as these asynchronous API calls are trying to upload customers to the same audience, it's highly likely that I will get into the CONCURRENT_MODIFICATION exception.
Therefore could you please suggest a better way to upload more than 100 million customer data without getting into such errors and avoiding overhead?