Open
Description
Summary
Hey, I want to use method new amplitude.Identify().add('karma', 1), but I am not sure how it will work when users are merged?
Example: I have the same user before he logged in, so he doesn't have a user id yet. Karma is increased on both devices. What will happen when the user will be merged after logging on to both devices? What will be his karma value?
Device 2
karma - 1
Device 1
karma - 1
karma - 2