Google Website Optimizer is a free set of tools that can help you increase the effectiveness of your Web pages. It automatically displays different content to different Web site visitors to understand what works best.
Applied to your ProductCart-powered e-commerce store, this means, for example…
The bounce rate is the rate ( = percentage of total visits) at which people see the page and leave. For example, an 80% bounce rate on a certain page means that 80% of visitors to the page leave, without clicking through another page on your Web site or Web store. This important statistic is readily available in you Google Analytics Web traffic reports. Google Analytics is fully integrated with ProductCart.
Your e-commerce store includes a number of pages that are a good candidate for optimization using Google Website Optimizer. Shopping cart pages must be “prepared” for use with Website Optimizer. This section of the ProductCart WIKI is a work-in-progress as new pages will be released for use with Website Optimizer over time.
There is no overlap between the pages edited for Google Analytics (see link above) and the SEO files, so you can download and use these pages even if you are using the SEO files (keyword rich URLs).
On the first screen, select a page that you wish to work with. You have the following options at this time (other pages will be added in the future):
Click on Select Page to continue.
Now you will leave ProductCart for a moment and log into your Google Website Optimizer account to start a new experiment:
Next, you can define how you want the sections of the pages controlled by ProductCart to change. Google Website Optimizer will then serve different variations to your store visitors, and you will be able to decide which ones perform better, removing the non-performing ones.
The following sections examine which sections of the page you can control with Google Website Optimizer.
The following pages have currently been setup for use with Google Website Optimizer:
More pages can certainly be setup for use with WSO. Advanced users can compare the source code of a page like “Best Sellers” with (the file you download from this page) and without (your existing file) the WSO code and will immediately understand how the system works.
There are three sections of the Home page, which you will be able to alter via Website Optimizer.
<h1><%=response.write dictLanguage.Item(Session("language")&"_mainIndex_11")%></h1>
<div class="pcPageDesc"><%=pcStrHPDesc%></div>
pcs_ProductOfTheMonth
There are two sections of the Best Sellers page that you will be able to alter via Website Optimizer.
<h1><%response.write dictLanguage.Item(Session("language")&"_viewBestSellers_2")%></h1>
<div class="pcPageDesc"><%=pcStrBestSellDesc%></div>
There are two sections of the New Arrivals page that you will be able to alter via Website Optimizer.
<h1><%response.write dictLanguage.Item(Session("language")&"_viewNewArrivals_2")%></h1>
<div class="pcPageDesc"><%=pcStrNewArrDesc%></div>
There are two sections of the Specials page that you will be able to alter via Website Optimizer.
<h1><%response.write dictLanguage.Item(Session("language")&"_viewSpc_2")%></h1>
<div class="pcPageDesc"><%=pcStrSpecialsDesc%></div>
For example, the first page section defined in home.asp to be controlled by Website Optimizer corresponds to the H1 tag that creates the page headline. By default, it reads:
<h1>Our featured products this month include...</h1>
On our Early Impact Software Store home page - for example - we created a new variation to be served as an alternative H1 tag. The code that we entered on Website Optimizer, replacing the default one, is:
<h1>Increase sales by listing products on eBay</h1> <h2>Use the new eBay Add-on to easily list your store products on eBay</h2>
Remember that…
You are now ready to launch your experiment. You can see a working example of this on the Early Impact E-commerce Software store. Visit the page using different computers or different browsers on the same computer (e.g. Google Chrome vs. FireFox vs. Internet Explorer) to see different versions of the page headline and page description.
For Help on how to best use Google Website Optimizer, please see: http://www.google.com/support/websiteoptimizer/
The edited storefront pages automatically load the Google Website Optimizer experiment scripts when they detect an active experiment (experiment script tags saved to the store database). Specifically:
All sections of the source code that pertain to WSO are heavily commented and can be easily recognized. For example, the sections of the page (page elements) that can be controlled via WSO are enclosed by comments that look as follows:
'******************************* ' Google Website Optimizer ' Page Section: Title - START '******************************* ... code here ... '******************************* ' Google Website Optimizer ' Page Section: Title - START '*******************************
We expanded the integration with Google Website Optimizer (WSO) to help you make your store perform even better than it is today. However, Google WSO is a sophisticated (although free) service and does have a learning curve, especially for new users.
Therefore, we cannot provide technical support on how to use or best take advantage of Google Website Optimizer.
We will only provide technical support on issues that are specific to the ProductCart files provided above.