Hi All,
I have a question regarding the Log out the user we want to log events under an anonymous user.
Based on the explanation below, could you please let me know what will happen to Amplitude ID? As Amplitude ID is used to count unique users, I am bit worried that some users will be counted twice.
“Log Out and Anonymous Users
A user's data will be merged on the backend so that any events up to that point from the same browser will be tracked under the same user. If a user logs out or you want to log the events under an anonymous user, you will need to:
-
Set the userId to null.
-
Regenerate a new deviceId.
After doing that, events coming from the current user/device will appear as a brand new user in Amplitude. Note: If you choose to do this, you will not be able to see that the two users were using the same device.”
Thanks.
Mateja