Abba - JavaScript a/b testing
blog.alexmaccaw.com
Abba - JavaScript a/b testing
1–10 of 18 posts
Re: Abba - JavaScript a/b testing
#2Re: Abba - JavaScript a/b testing
#3Re: Abba - JavaScript a/b testing
#4Do you do continuous checking of the DOM like Optimizely? Diagram: http://support.optimizely.com/customer/portal/articles/45288...
Re: Abba - JavaScript a/b testing
#5The screenshot of the chart shows 217 conversions from 184 visitors, which isn't right... is it?
Re: Abba - JavaScript a/b testing
#6Very interesting. I'll have to try it out. The first thing I'll look at is how it deals with the jQuery changes being visible to the visitors (aka flicker/flashing). Do you hide the page and wait for document to be ready? Do you do continuous checking of the DOM like Optimizely? Diagram: http://support.optimizely.com/customer/portal/articles/45288...
Re: Abba - JavaScript a/b testing
#7Re: Abba - JavaScript a/b testing
#8Re: Abba - JavaScript a/b testing
#9Very interesting. I'll have to try it out. The first thing I'll look at is how it deals with the jQuery changes being visible to the visitors (aka flicker/flashing). Do you hide the page and wait for document to be ready? Do you do continuous checking of the DOM like Optimizely? Diagram: http://support.optimizely.com/customer/portal/articles/45288...
The trick is to place your a/b testing JavaScript right after the relevant DOM elements, and not do a/b testing on DOMReady or window.load. That'll ensure there's no flickering.