Simple Split Testing Script – PHP
By peter.stilgoe
Send your clicks to this script to split test your landing pages.
if(rand(0,1) == 0) {
header("Location: http://www.example.com/split1");
} else {
header("Location: http://www.example.com/split2");
}
?>
After 15 / 20 conversions drop your worst peforming landing page & replace it with a new version.
Rinse & repeat and watch the $$$$ roll in………
More From pstilgoe



January 17th, 2008
