I’d like to create many audiences of users based on interesting event data our clients are sending to mixpanel.
For instance our clients send events for each purchase/ usage of a particular functionality
I’d like to create audiences based on criteria such as:
All users who purchased product X within the last Y days.
All users which are using feature X etc.
On my server, given a userID, I’d like to get a list of all audiences this userID belongs to and perform some logic based on that target audience.
Is this possible?