...and I had to stop myself several times from stopping it or tweaking it, out of fear that half of the users will think the web app sucks and leave for good 😭
Cool! How did you set up your A/B test? Did you use any third party service, or roll your own? I want to learn more about A/B testing.
Hi! Netlify has a split testing feature where you define two or more git branches for each test. For exmple, I named my git branch "test-a" and "test-b"
Then make sure you send unique google analytics events fired from each branch to monitor your users
Firebase also has a feature for events analytics but I haven't had the time to try it
Hopefully this will help you!!
Awesome, thank you for the info.
Note, however, that the Netlify split-testing feature is still in Beta.