Tagged Questions

3
votes
4answers
988 views

Alternatives to GWO (Google Website Optimizer)?

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 ...
2
votes
2answers
346 views

A/B test with Google Web optimizer; what cookie tells me visitor got A or B

When using Google Website Optimizer A/B split test, is there a way I can read a cookie to see which version A or B did the user get? I need to know this from a page other than the control page.
2
votes
1answer
264 views

Google Website Optimizer and user-defined variables

I'm trying to merge my Google Website Optimizer A/B testing with Google Analytics (in order to see how page variations affect stats like bounce rate, time on site, etc.). Eric Vasilik, who I believe ...
1
vote
1answer
89 views

How do I track social engagement in an A/B testing using Google Analytics?

I am using Google Website Optimizer to run an A/B test. There are several conversions I am tracking: Making a purchase. Liking on Facebook. Following on Twitter. The first conversion is easy to ...
1
vote
1answer
365 views

Google Website Optimizer Multivariate test not saving __utmx cookie?

I'm trying to run a multivariate test across 3 pages, google says this should be ok, as long as you use the same section names, it doesn't care about the url so much. so I have checked in google ...
1
vote
1answer
942 views

What is the cookie dot rule?

I am using Google Analytics and Google Website Optimizer together. On our development rig I suddenly realized that some cookies were set twice. The GA cookies: __utma __umtb __utmc __utmz where ...
0
votes
1answer
57 views

When using google's Web Optimizer A/B testing, I lose referrals in google analytics

We started the A/B experiments on our site. Homepage is the tracking site and it redirects to 3 other versions. Since the google analytics script (ga.js) is loaded just after the site is redirected, ...
0
votes
0answers
61 views

How to prevent Google Website Optimizer from making Google Analytics spike Direct Traffic and lower Bounce Rate? [closed]

I am using Google Website Optimizer (GWO) and Google Analytics. Whenever a person (Google Website Optimizer) does a javascript redirect, Google Analytics will change the referrer. When the ...
0
votes
1answer
93 views

Google website optimizer and sub-domain tracking

I am setting up an A/B test with Google's website optimizer. I have a page: wwww.example.com/landingpage and some variations: www.example.com/landingpage0 www.example.com/landingpage1 ...
0
votes
1answer
493 views

Using JS Callback with Google Analytics

I have a simple page that I need to execute some GWO & GATC js and then redirect to another url. <head> <script> function utmx_section(){}function utmx(){} (function(){var ...