I would like to create a custom people property based on event property. For example, if I have a registration event with a timestamp property, I would like to create a people property based on the registration timestamp property.
I would like to create a custom people property based on event property. For example, if I have a registration event with a timestamp property, I would like to create a people property based on the registration timestamp property.
mixpanel.track("Log In", {
"$email": stephanie@email.com,
"Level": 10
});
mixpanel.people.set({
"Level": 10
});
This would set a user property on the user profile or update the existing profile. Additionally, you can use our Mixpanel API Module to update or set a user properties programatically.
Let me know if this helps or if you were envisioning something different.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.