Using Twitter’s Real Time Audience API, when we push memberships to an audience, say named “test audience” and it doesn’t exist before, it get’s created as mentioned in the documents.
However once that audience is deleted from Twitter Ads UI or through a DELETE call, and another membership push is made to the same named audience “test audience”, the API result shows it as successfully processed (success_count equals total_count), but that audience is not created again and is not shown in the Ads UI or through the GET call for tailored audiences.
Can someone from Twitter explain this behavior, and what should be done in a case like this? Is there a way to provide audience id, instead of name, because names can overlap and have this sort of effect.