Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created January 5, 2011 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbyrussell/767033 to your computer and use it in GitHub Desktop.
Save robbyrussell/767033 to your computer and use it in GitHub Desktop.
open question...
I'm hoping to run an A/B test on a product preview page, which has URLs like so:
* http://domain.com/products/14/preview
* http://domain.com/products/104/preview
* http://domain.com/products/135/preview
* http://domain.com/products/2045/preview
* http://domain.com/products/2045/preview
We have a variation of the 'preview' view that we want to compare... across all our products.
* http://domain.com/products/14/preview_b
* http://domain.com/products/104/preview_b
* http://domain.com/products/135/preview_b
* http://domain.com/products/2045/preview_b
* http://domain.com/products/2045/preview_b
Unfortunately, Google Website Optimizer requires us to enter in a valid URL (we cannot put a wildcard in there for the product id).
Anyone know if there is a way around this via some GWO JS trickery? ...or another A/B and multivariate testing platform that we should be evaluating?
@jaacob
Copy link

jaacob commented Jan 6, 2011

No idea if it will do what you're looking for (I haven't dug into it yet) but Optimizely keeps popping up on my radar for A/B and multivariate testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment