Tagged Questions

Google Website Optimizer is a free website optimization tool that provides a framework for A/B and multivariate testing.

learn more… | top users | synonyms

3
votes
4answers
980 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
0answers
8 views

Common conversion page in Google Website Optimizer

I have two test pages where the conversion pages are the same for both tests. Should I just be able to do something like this on the conversion page to include both tests as a goal (notice the 2 ...
2
votes
2answers
344 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
2answers
184 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
258 views

Google Web Optimizer — How long until winning combination?

I've had an A/B Test running in Google Web Optimizer for six weeks now, and there's still no end in sight. Google is still saying: "We have not gathered enough data yet to show any significant ...
2
votes
1answer
434 views

With Google Website Optimizer's multivariate testing, can I vary multiple css classes on a single div?

I would like to use Google Website Optimizer (GWO)'s multivariate tests to test some different versions of a web page. I can change from version to version just by varying some class tags on a div, ...
2
votes
1answer
127 views

How does Google index our site when you're doing a Website Optimizer experiment?

I'm about to use Google's Website Optimizer to do a/b testing on the home page of my site. My question is: which of the alternative pages will google's spider index? All of them? I couldn't find any ...
2
votes
1answer
262 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
88 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
50 views

In Google Website Optimizer, can I use a page in 2 tests simultaneously?

Best explained via example...I want: One A/B test to alternate between PageA and PageB. A second A/B test then alternates between PageC and PageB. In other words, I want PageB to be and active ...
1
vote
1answer
156 views

Google Website Optimizer Control Script and W3C

When I use the w3c validator (http://validator.w3.org), I'm getting loads over errors which are in the Google Website Optimizer Control Script. Is there an solution for this problem?
1
vote
2answers
156 views

(Google website optimizer kind of) randomization in PHP (but smart, quick and slim) [SOLVED]

Every time someone visits my site, I show one of three options (A, B, C). If the user likes the option, he clicks on it. I want to find a way to show the options that receive less clicks less ...
1
vote
1answer
79 views

Testing Javascript with Google Website Optimizer?

Can I test Javascript code in GWO? For example, how would I test: $('#first_name_field').watermark('First name'); Ideally the person who tests different content doesn't have to enter lots of ...
1
vote
1answer
141 views

Google Website Optimizer Validation

Hey all. I'm attempting to run a multi-variant test on a page, and just have a quick question on validation. Due to the size of the site, and the volume of visitors, we are going to segment the test ...
1
vote
1answer
151 views

Google Website Optimizer & Adwords

Right now I am running an A/B test through Google Website Optimizer(GWO). Adwords is used to link to a static version of a page that is not running in the test. I wanted to verify that if I set the ...
1
vote
1answer
171 views

Google Web Optimizer (A/B Testing) Why no clear winner?

I've previously asked how long it takes for a winning combination to appear on Google's Web Optimizer, but now I have another weird problem during an A/B test: For the past two days has Google ...
1
vote
1answer
147 views

Google Website Optimizer Validation Warning

I have been using Google website optimizer(GWO) to run a multivariate test on my web page. When I either do offline or online validation, I receive a warning stating there is multiple occurrences of ...
1
vote
1answer
50 views

setting up Google Webpage Optimizer where text and conversion pages are the same

I have a site where both landing and thank you page are index.php page with different content loaded dynamically. As I'm generating the javascript and trying to validate it, it gives me an error ...
1
vote
1answer
145 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 ...
1
vote
1answer
363 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
938 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
0answers
6 views

Using GWO with content that includes a <noscript> element

I'm very, very new to Google Website Optimizer. I am trying to set up a multivariate test on a portion of HTML which includes a <noscript> element, and the validation page is choking - telling ...
0
votes
1answer
56 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
15 views

How to track a conversion with GWO without a success page

I am trying to implement Google Website Optimizer on our site to test whether a third party payment method is effective. The provider does not forward our users onto a success page, but simply calls a ...
0
votes
0answers
21 views

Anyone tried Google Multivariate on a fancybox? Mine, does not work well

Ok, I followed Google's website optimizer and have created a multivariate test. Installed control and tracking script Installed conversion script Installed pages section. I only have 1 original ...
0
votes
0answers
62 views

Apply Google Website Optimizer code to Multiple Products in Magento

Within Magento we are doing quite a bit of Google Website Optimizer (GWO) testing across multiple areas. We are about to start a MetaVariate test on our product pages but want to apply it to a sub-set ...
0
votes
0answers
60 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
0answers
14 views

Conversion page setting up in Google Optimizer A/B test

I am setting up an A/B test for 2 sites. It is easy to choose original page link and variation page link, however, those 2 testing pages are not going to the same thank you page. So what should I put ...
0
votes
2answers
47 views

A/B Test solutions for a locked source code environment - server side decides which user gets which variation

I've been previously using tools such as Google Website Optimizer to run multi-variation or A/B tests. However right now I am looking for a solution that works for a larger site (400-500 000 unique ...
0
votes
0answers
37 views

Google Website Optimizer Cross-Domain Tracking - Outbound Link Doesn't Work

I'm trying to get google website optimizer (gwo) cross-domain tracking working with the asynchronous code described here: ...
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
0answers
20 views

Disabled combinations in Google Website Optimizer lose data (reduced conversions & visits)

I am currently running a multi-variate test with five page sections, each with two values, for a total of 32 combinations. Some of them were performing very poorly, so I disabled them. On the report ...
0
votes
2answers
140 views

Google Website optimizer with rails and jquery/ajax form (tracking an event)

I have an ajax form that I'm trying to track with Google Web site Optimizer. The form sends an email. <%= f.email_field :email, :placeholder => "Enter your email address", :size => 40 %> ...
0
votes
2answers
192 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
2answers
125 views

What's with the NOSCRIPT on the GWO pages?

Examples in Google's GWO documentation have </noscript> tags floating around free: <h1> <script>utmx_section("Headline")</script> Welcome! </noscript> </h1> ...
0
votes
1answer
81 views

Is Google Website Optimizer omitting my query data transfer?

Symptom: I'm running a Google Website Optimizer A-B test on a web page, which is reached after the user fills out a form. The form data appears to arrive successfully when GWO does not fire a ...
0
votes
0answers
54 views

recommended site structure for GWO test - where I want to use a URL split test

So I have a curly question with GWO: we have a webpage, with a home user product (the home page) and a business user product I want to setup a URL split test, with the goal being to look at revenue ...
0
votes
1answer
488 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
534 views

Wordpress OptimizePress (Theme) error when creating new page [closed]

I just installed WordPress newest version, also installed OptimizePress Theme. I am getting the following error when trying to add a new page in Word Press. Any help would be appreciated. Warning: ...
0
votes
1answer
90 views

Testing sucess with shipping enabled vs disabled in Magento

I'm currently offering free shipping on all my products, its essentially included in the price which artificially inflates the price. I'm wondering if i'll get better conversions if I lower the price ...
0
votes
3answers
373 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
1answer
110 views

How do I trigger Google Website Optimizer code on download?

I have a site that I'm optimizing using Google Website Optimizer where the goal is to have someone click on a link to download some software. But the google optimizer code that's provided will get ...
0
votes
2answers
128 views

Is it possible to perform Google Website Optimization on URL Rewritten pages?

I have a format of pages that I want to perform an A/B comparison on using google website optimizer. the URLs look as follows - the first page I want to compare... ...
0
votes
1answer
95 views

How to include Javascript only on specified pages

I'm going to be using Google Website Optimiser (GWO), possibly on quite a few different sites. In theory it's straightforward: paste the validation Javascript code in the head and footer of a few ...
0
votes
3answers
272 views

Google Optimizer - server-side/client side dilemma

I'm hoping to test different versions of a form with Google Optimizer (Multivariate testing). The form is in an ASP include, but what the server-side code will load before Google's JS does. Any ...
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 ...