phpgoogle-analyticsanalyticsab-testingabtest

In page A/B testing


I looked all over google and the internet as to performing In Page A/B testing.

What I am trying to do is perform A/B testing on a single page, but that page's content varies on the referring url, performed through <?php include

Say if you come from Google, it displays, 'Hey, are you new here?!', or if you come from another page on our website it will display 'Let's get you started'. The goal is then to see which page has longer visit duration.

Does anyone know of how to do this through Google analytics/Optimizely or any other analytics plugin?


Solution

  • Ryan,

    I believe this shouldn't be too difficult to do... just depends on the tools you use :-).

    Personally, I can recommend Visual Website Optimizer, which allows you to segment a running test to specific segment based on various conditions. Referring URL is one of them (see screen below).

    enter image description here

    However, you can then use only one variation of the page, so if you have more segments that you would like to test, you would need to:

    1. Duplicate the test itself,
    2. Change the copy in the variation,
    3. Set up the segment rules according to your needs,
    4. Follow this procedure with every segment :)

    I have done this, but can't say it had much impact. It was too much work and I personally prefer segmenting based on customer data (new/existing customer etc.), where you can notice much more impact and it's also then "easier" to report since the differences are quite noticeable.

    Hope this helps!