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 referrer changes, the traffic source becomes yourself and is changed to Direct Traffic.

For Example: A visitor goes to google: searches for my great service.
Clicks the link that goes to website page: /home/ At this point, Google Analytics tracks the referrer as Google.
However, /home/ has a GWO javacript redirect to a battery of A/B tests. /home-1/ or /home-2/ or /home-3/

When the redirect from /home/ occurs to /home-1/, google analytics on the /home-1/ page now thinks the referrer is yourself and converts the referrer to Direct Traffic since the Direct Traffic bucket is the unknown.

I'm really surprised that GWO and GA do this when they both come from google.

Now, How does one fix this to prevent the overwrite of the referrer using GWO?

link|improve this question
This belongs on Webmasters.SE – yahelc Nov 18 '11 at 19:52
okay. I guess I was being abstract in my question and didn't post the actual code. I thought this was a javascript question which would fall under the software development path. – Scott Nov 22 '11 at 20:41
I'm looking for a fix for this as well. Did you have any luck? – User123342234 Dec 7 '11 at 23:22
feedback

closed as off topic by Tomasz Nurkiewicz, Adam Rackis, martin clayton, yahelc, Clive Nov 18 '11 at 21:22

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.