I would like to split my users front side and perform A/B testing. What is the best way to split a user in javascript ? Which unique ID could I use ?
The goal is to split the users into two or more groups and each user should always see the same version of my code.