1.12releasedA/B Split Test

Incorporate A/B Split testing

Clone URLhttps://github.com/lewiswharf/ab_split_test.git

Add as a submodulegit submodule add https://github.com/lewiswharf/ab_split_test.git extensions/ab_split_test --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
No1.111.111.12NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

A/B Split Test

The extension randomly chooses to serve the original page or the page with a parameter set. It does not offer any built-in tracking and assumes you have an analytics package installed already.

Installation

  1. Upload the 'absplittest' folder in this archive to your Symphony 'extensions' folder.

  2. Enable it by selecting the "A/B Split Test" item under Extensions, choose Enable from the with-selected menu, then click Apply.

  3. Attach the event 'A/B Split Test' to the Pages you want to test.

  4. Utilize the <ab-split-test /> node to make changes in your page's content. The extension will randomly serve the page without the parameter (original) and with the parameter set to "b" (variation).

  5. Utilize tracking software to observe behavior for original and variation pages. You'll probably need to add custom values to your tracking snippet to fetch A/B values.

  6. After testing period, detach Event from Pages and make appropriate changes to content based on the results.

  7. To run another test, click "Reset assigns" button in Preferences dialog to reassign your users to new groups.

Version history

Requires Symphony 2.3.x

Requires Symphony 2.0.6