C cardmagic New member Jan 5, 2010 16 0 0 Apr 21, 2010 #1 What are the best tools for doing A/B testing out there (aside from Google Website Optimizer)?
K kyleirwin New member Jun 25, 2006 1,818 32 0 Apr 21, 2010 #2 Code: <?php if(mt_rand(0,1)==0) { include 'landingpage1.html'; }else { include 'landingpage2.html'; } ?>
Code: <?php if(mt_rand(0,1)==0) { include 'landingpage1.html'; }else { include 'landingpage2.html'; } ?>
TylerDurden You Are Not Your Job Oct 6, 2008 1,191 10 0 Hawaii Apr 21, 2010 #3 Not sure if it's the best but check out Google website optimizer.
C cardmagic New member Jan 5, 2010 16 0 0 Apr 21, 2010 #4 I am looking for something better than Google website optimizer. I have found genetify and visualwebsiteoptimizer so far.
I am looking for something better than Google website optimizer. I have found genetify and visualwebsiteoptimizer so far.
LotsOfZeros ^^^ Bi-Winning ^^^ Feb 9, 2008 4,648 118 0 www.makemoniesonline.com Apr 21, 2010 #5 kyleirwin said: Code: <?php if(mt_rand(0,1)==0) { include 'landingpage1.html'; }else { include 'landingpage2.html'; } ?> Click to expand... ^^^^ this I don't trust outside services. Plus they might be too slow for page loading.
kyleirwin said: Code: <?php if(mt_rand(0,1)==0) { include 'landingpage1.html'; }else { include 'landingpage2.html'; } ?> Click to expand... ^^^^ this I don't trust outside services. Plus they might be too slow for page loading.
S SeanW Janitor Oct 9, 2007 88 4 0 Winterpeg Apr 21, 2010 #6 If you're a Rails user, Abingo is pretty good..
Ataraxy New member Sep 29, 2006 320 7 0 Apr 21, 2010 #7 +1 for visualwebsiteoptimizer - that guy is passionate about MVT
BigWill A Living Legend. Oct 14, 2007 4,019 107 0 In Hotels Apr 21, 2010 #8 kyleirwin said: Code: <?php if(mt_rand(0,1)==0) { include 'landingpage1.html'; }else { include 'landingpage2.html'; } ?> Click to expand... QFT .
kyleirwin said: Code: <?php if(mt_rand(0,1)==0) { include 'landingpage1.html'; }else { include 'landingpage2.html'; } ?> Click to expand... QFT .