We're using GWO (Google Website Optimizer) now. The multivariate and A/B testing is exactly what we need and works great from the perspective of showing the variations to the users. However, we have several issues that make me want to use a different tool:

  • Statistics are inaccurate compared to Google Analytics, so we now disregard them and have to manually check
  • Previews typically don't work
  • Cannot have dynamic content in variations (I know about variation_content, but I cannot get it to work and nobody in google's forums has been able to help.. I suspect google may have stopped supporting this)
  • Documentation is poor, there's a techie guide with well-known inaccuracies which haven't been fixed in well over a year.
  • The html/javascript code we modify our multivariate test sections with is ugly and makes our pages fail standards validation
  • Only 8 test sections per page, problem there is we want to allow our marketeers the ability to do everything they need from within GWO, but now they need to mark off which test sections they want/don't want in our custom tool
  • Different experiment key for every test, again it makes marketeers need to work with our code sometimes

Is there a good tool like GWO that works with Google Analytics (which I love)?

UPDATE: We went with Optimizely and have generally been happy. However, it can be difficult to work with because it does a little too much for you. You edit your webpage directly from their UI, but of course that isn't always easy or even possible. Particularly when Javascript is involved. Our UI often gets screwed up in the process. I liked GWO's approach to this in that the developer sections off the code and the marketer can then fill in those sections with variables the developer allows for. To me that's ideal, except that GWO, of course, doesn't actually work.

There's a very similar competitor to Optimizely called Visual Website Optimizer. Also looks very nice, but has the same issue I describe above.

Is there a GWO that works?

link|improve this question

70% accept rate
feedback

4 Answers

up vote 2 down vote accepted

You should take a look at Optimizely.

  • Doesn't require creating invalid code.
  • Easy to create variations on the fly, though only A/B, not MVT.
  • Simple WYSIWYG test design, on the fly.
  • Real time data.
  • Retroactive goals
  • With regex/head matching for experiments, you can set the experiment to work on dynamic pages.
  • You can set a Google Analytics custom variable for the experiment that will pass the variation the end user sees as a custom variable. (It even allows you to set what slot you want it to use.)
  • The test variations are basically just jQuery manipulations of the DOM, so if you know a little jQuery, it's very easy to extend its capabilties even further than the very generous WYSIWYG GUI.
  • Installation is easy: You only need to include a single script tag, one time, on any experiment or goal page.
link|improve this answer
Optimizely looks good, I'll check it out.. but MVT is really important to us... allows our marketing expert to easily test any sectional content without any engineering involvement. – at. Nov 9 '10 at 23:43
@at what's nice about Optimizely is that, after an initial training, you can really conduct most experiments without any engineering involvement. You can rig it to do the same as MVT by just creating more variations, but its not exactly ideal. – yahelc Nov 9 '10 at 23:57
So far Optimizely looks AMAZING. Although it doesn't exactly do MVT as far as I can tell, it does allow you to test sectional content and test whole different page or flow variations (through javascript redirects). We're just starting testing with optimizely, so far it absolutely BLOWS GWO out of the water. Additionally, you can see more than just 1 conversion goal, you can even send Optimizely events as goals similar to google analytics' even tracking mechanism... – at. Nov 12 '10 at 5:16
A friend of a friend knows these people and they're great :) – a paid nerd Dec 1 '10 at 20:07
feedback

Re your update: I have tried both GWO and Optimizely, and I'd go with Optimizely every time.

You say you wish it worked a little more like GWO - if you want, instead of manipulating the elements of the design using their GUI, you can just redirect each variant to a different URL:

http://support.optimizely.com/kb/advanced/how-can-i-create-a-variation-which-just-redirects-to-another-page

link|improve this answer
feedback

There are a few other tools which do A/B and MVT. Aren't free, but check them out for yourself: Omniture, Webtrends Optimize, SiteSpect.

Hope this helps!

link|improve this answer
feedback

check out unbounce.com. they're commonly compared with optimizely.com.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.