I want to track if a specific option has been activated in my app, but I want to make sure to track only those who did not activate it by mistake, and deactivated it immediately after. How can I do that in Mixpanel ?
Bradley A. what do you mean by “sending the event up to Mixpanel again” ? Would it be by exporting and re-importing the event with the new properties and values ? Otherwise, I do not see how I would send again events that were sent through specific user interactions.
I have created an event with an event property called “Project UUID”. I now want to make this property more generic. What happens if I change this property in my code by replacing it with “Entity UUID”. From what I understand, old events will style have the “Project UUID” property and the “Entity UUID” property will apply only to new events. What is the consequence when I want to query the event in a dashboard ? Can I merge the old version of the property with the new one ?