Hello,
Does mixpanel have an opt-out modal that we can integrate onto our site that will toggle the opt-out state for the current user? For example, like a message pops up whenever a user enters our site asking “Allow cookies” etc.
I know with the opt_out_tracking(), it has to invoked locally on the user’s machine to be opted out, but how could I opt-out a user from my side instead?
For example, a user sends me an email saying they want to opt-out of tracking. From my end, how do I change their opt-out state without them having to invoke opt_out_tracking() on their local machine? Is it possible? If not, what are best practices for opting out a user?