0

I have a landing page I want to a/b test by either varying an element (e.g. button color) or serving two slightly different pages, and I want to track the performance of each. I've come across a wide range of services, such as paid tools (e.g. Optimizely), gems like Vanity, and Google Analytics Content Experiments, so I'm hoping to get recommendations on the easiest and least expensive methods for DIY a/b testing.

Also, if your recommendation doesn't have documentation or a tutorial, a simple explanation of the process for manually setting up and running an a/b test would be great.

Spencer K.
  • 459
  • 1
  • 9
  • 24
  • Could you explain why you can't just use ready-to-use solution? I used gem "split" in the past, it worked great. – unkmas Dec 23 '16 at 09:32
  • @unkmas Thanks! I'm open to whatever solution -- just hoping to get people's opinions on what the best is when considering ease of use and cost. – Spencer K. Dec 23 '16 at 09:35
  • 1
    I'm voting to close this question as off-topic because there is a stackexchange site for software recommendentations (http://softwarerecs.stackexchange.com/) and SO is usually reserved for specific programming questions. – Eike Pierstorff Dec 23 '16 at 10:56

1 Answers1

0

Your test will only be as reliable as the framework you’re planning to write to carry it out. There are a lot of things in play and many are hard to get right on the first pass. Even if your needs are modest, you’re far better off learning one of the many available options.

Igor Urisman
  • 717
  • 1
  • 6
  • 22