6
4 Comments

Started my first A/B Testing run today

...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 😭

on December 7, 2019
  1. 2

    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.

    1. 2

      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!!

      1. 1

        Awesome, thank you for the info.

      2. 1

        Note, however, that the Netlify split-testing feature is still in Beta.