Tagged Questions
2
votes
2answers
186 views
Adding a ContentPlaceHolder to site.master
Apologies for the terribly newb question. We're currently implementing Google Web Optimizer in our ASP.NET Web Application and some of the code is supposed to go in very specific places on certain ...
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
147 views
Google Website Optimizer - Multi Variant Testing - Make a specific page a test page for two experiments?
Im having a little issue with setting up Multi Variant Tests in Google Website Optimizer.
I wish to have two tests.
One being which is a header banner which appears on every page and the conversion ...
1
vote
1answer
136 views
Using Javascript in Google Web Optimizer Page Sections
Is it possible to use Javascript in the content of a page section variation? I want different variations to make different Javascript function calls, so I have variation content like:
Variation 1
...
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
32 views
Google website optimizer and nested tests
I am running a test on a landing page. The conversion is a "signup" page with a form.
I would like now to test some form designs, and find an optimized version.
Can I use my form (conversion page ...
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
2answers
198 views
A/B GWO testing pages with dynamic urls and multiple conversion pages
I have a site which shows information regarding products. I have dynamic product pages that follow this URL structure: http://www.site.com/product-title/id where id is a product id (if it matters, ...
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 ...
0
votes
3answers
374 views
Do JavaScript problems break the browser?
I'm running Google Website Optimizer, and its executing client-side cookie checks to show content just once.
However, when they're cookied, I get a javascript error that doesn't SEEM fatal, but I've ...
0
votes
4answers
554 views
Validating Google Optimizer javascript code via HTMLParser
I'm trying to include the Google Website Optimizer JavaScript code, below, in a Zope3 page template. It's used for for A/B testing.
However, the template html parser, which I believe is the standard ...