Hi
Thank you for your response.
Regarding your response to the first question. The statement in the referenced article is in the context where remove_all is set to true. That means you want to remove all customers from the audience. But my question is specific to a scenario, where we are removing only a couple of customers from the audience.
Consider below the sequence of events:
1. Make an API call at 7:00 AM to remove 10 customers from the audience list which is having 10K customers in it.
2. Make another API call at 7:05 AM to add those 10 customers back to the same audience list
Can u please confirm whether these jobs will be executed in a sequential manner one after another or there is no guarantee of the execution order? I have attached a file where its visible from Google Ads UI that jobs are not executed in a sequential manner.
Regarding the 2nd question. As per the referenced article, it seems that I can hit with CONCURRENT_MODIFICATION exception.