Run Your Own Split-Path Tests
While there are a number of vendors providing split-path testing tools, relatively simple code will let you run your own tests.
While there are a handful of vendors that provide solutions and services for split-path testing—the practice of randomly showing visitors alternative pages or content to improve conversion—most charge between $25,000 and $100,000 annually for their services. However, if you have a reasonable amount of control over your web application platform, it’s not unreasonable to simply build the ability to distribute and track visitors right into your existing site.
Regardless of how you choose to implement split-path testing, the essence of a good strategy is as follows:
Check for test participation.
Assign the visitor to a test or control group.
Tag the visitor.
Redirect test subjects to the appropriate page.
Monitor for completion of goals.
Perhaps the most important is step 5: monitoring for the completion of goals. Keep in mind that split-path testing is a lightweight adaptation of the scientific method—you have a control group and one or more tests, and you’re looking for the differences between the two sets. In the case of a web site, the differences should be measured by an increase in leads collected, sales generated, pages viewed, etc., depending on your particular business objectives [Hack #38] .
The Code
The following code is written in VBScript for Microsoft’s Active Server Pages, although it could be quite easily adapted to PHP, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access