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.
-
Upload the 'ab_split_test' folder in this archive to your Symphony 'extensions' folder.
-
Enable it by selecting the "A/B Split Test" item under Extensions, choose Enable from the with-selected menu, then click Apply.
-
Attach the event 'A/B Split Test' to the Pages you want to test.
-
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). -
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.
-
After testing period, detach Event from Pages and make appropriate changes to content based on the results.
-
To run another test, click "Reset assigns" button in Preferences dialog to reassign your users to new groups.