You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have mixpanel.people.increment('Total Referrals', 1) and "Total Referrals" doesn't exist, it doesn't create the property. It would be super helpful if it did.
I could easily add Total Referrals for new users, but adding it for existing users would be tough, because I can't easily check if it already exists on a given user before creating it, as migrating existing users might overwrite any subsequent values that have been incremented.
Can we add this feature?
The text was updated successfully, but these errors were encountered:
If I have
mixpanel.people.increment('Total Referrals', 1)
and "Total Referrals" doesn't exist, it doesn't create the property. It would be super helpful if it did.I could easily add
Total Referrals
for new users, but adding it for existing users would be tough, because I can't easily check if it already exists on a given user before creating it, as migrating existing users might overwrite any subsequent values that have been incremented.Can we add this feature?
The text was updated successfully, but these errors were encountered: