<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Josh Baker - Practical Advice for Optimizing your Internet Marketing &#187; Online Conversion Tools</title>
	<atom:link href="http://blog.joshbaker.com/category/online-conversion-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshbaker.com</link>
	<description>Practical Advice for Optimizing your Internet Marketing</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:46:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Video Engagement Using Google Website Optimizer</title>
		<link>http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/</link>
		<comments>http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:44:39 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[AB testing]]></category>
		<category><![CDATA[Online Conversion Tools]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[google website optimizer]]></category>
		<category><![CDATA[gwo]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viewing time]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=786</guid>
		<description><![CDATA[Using Minimum Viewing Time as a A/B Test Conversion Goal
Sample Scenario:

You want to add a page with a video or demo to your web site.
You believe that it is important for visitors to view as much as possible of the video.
You have 2 videos to test against each other, and your test goal is to [...]


Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/' rel='bookmark' title='Permanent Link: How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer'>How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer</a> <small>Interpreting the Estimated Conversion Rate Range Properly in GWO is...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Using Minimum Viewing Time as a A/B Test Conversion Goal</h2>
<p>Sample Scenario:</p>
<ul>
<li>You want to add a page with a video or demo to your web site.</li>
<li>You believe that it is important for visitors to view as much as possible of the video.</li>
<li>You have 2 videos to test against each other, and your test goal is to determine which one of your videos keeps more visitors watching (engaged) for at least a certain period of time and plan to  keep the one that engages viewers more than the other.</li>
</ul>
<p>In this scenario, since your test goal is to determine which video users are more engaged in watching for at least a certain period of time you will therefore want a conversion to trigger and to be recorded in GWO after that set period of predetermined minimum viewing time.</p>
<p>Back to the Scenario:<br />
<span id="more-786"></span></p>
<ul>
<li>You want a conversion to trigger if a visitor in the experiment views at least 20 seconds of your 1 minute videos.</li>
</ul>
<p>This is easily done by using <strong>Time On Page</strong> as your conversion goal. What basically happens is that if the visitor stays on the page or in this scenario views the video for that certain period of time that you have predetermined; the <strong>setTimeout</strong> JavaScript function (in the script given further down in the article) executes the script that reports a conversion in Google Website Optimizer.</p>
<p>To do this, use this time on page goal tracking script and place it at the <strong><em>bottom</em></strong> of the page that has your control script and test page tracking script. Change the <span style="color: #ff0000;"><strong>red bold faced font</strong></span> in the script below to the amount of time you want the visitor to have reached before a conversion is triggered. The number is represented in milliseconds where 1000 milliseconds equal 1 second – so in this scenario since we want 20 seconds of viewing time to trigger a conversion, simple multiplication of 1000 milliseconds x 20 = 20000. Therefore if the viewer views the video for AT LEAST 20 seconds a conversion is recorded. You will replace the <span style="color: #0000ff;"><strong>xxxx</strong></span>’s in <span style="color: #0000ff;"><strong>blue</strong></span> below with the data given to you in the control script and test page tracking script (it references your GWO account and this test).</p>
<blockquote><p>&lt;script&gt;<br />
if(typeof(_gat)!=&#8217;object&#8217;)document.write(&#8217;&lt;sc&#8217;+'ript src=&#8221;http&#8217;+ (document.location.protocol==&#8217;https:&#8217;?&#8217;s://ssl&#8217;:'://www&#8217;)+ &#8216;.google-analytics.com/ga.js&#8221;&gt;&lt;/sc&#8217;+'ript&gt;&#8217;)<br />
&lt;/script&gt;</p>
<p>&lt;script&gt;<br />
setTimeout(&#8217;_gat._getTracker(&#8221;UA-<strong><span style="color: #0000ff;">xxxxx</span>-<span style="color: #0000ff;">x</span></strong>&#8220;)._trackPageView(&#8221;/<span style="color: #0000ff;"><strong>xxxxxxxxxx</strong></span>/goal&#8221;)&#8217;, <span style="color: #ff0000;"><strong>20000</strong></span>);<br />
&lt;/script&gt;</p></blockquote>
<p><strong>Note:</strong> Since the conversion is triggered in this instance by a viewer who stays on your page for a certain minimum period of time, and if your page has more than just the video (such as news, photos, or articles) and a visitor stays for the minimum period of time doing other “things”, the conversion will still trigger. You either need to set your test to be just for the video (requiring a more advanced setup), or have nothing else on the page but the video &#8211; and by nothing else I am referring to other pieces of content that could potentially keep people on that page doing something other than viewing the video.</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/sphinn?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Sphinn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/sphinn.png" width="16" height="16" alt="Sphinn"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/netvibes_share?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer" title="Netvibes Share" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/netvibes.png" width="16" height="16" alt="Netvibes Share"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F14%2Ftesting-video-engagement-using-google-website-optimizer%2F&amp;linkname=Testing%20Video%20Engagement%20Using%20Google%20Website%20Optimizer"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/' rel='bookmark' title='Permanent Link: How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer'>How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer</a> <small>Interpreting the Estimated Conversion Rate Range Properly in GWO is...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Notes to Your GWO Tests &#8211; My 2009 GWO Wishlist Item #2 Comes True</title>
		<link>http://blog.joshbaker.com/2009/09/09/add-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true/</link>
		<comments>http://blog.joshbaker.com/2009/09/09/add-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 00:42:09 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[Online Conversion Tools]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[google website optimizer]]></category>
		<category><![CDATA[gwo]]></category>
		<category><![CDATA[test documentation]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=775</guid>
		<description><![CDATA[Back in April I posted my 4 Items for My Google Website Optimizer Wishlist, and the 2nd bullet on my GWO wish list was:

 Ability to add notes to tests – it would useful to be able to make notes about tests within the test admin itself for each test. Many times we have multiple [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Back in April I posted my <a title="4 items for GWO wishlist" href="http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/" target="_self">4 Items for My Google Website Optimizer Wishlist</a>, and the 2nd bullet on my GWO wish list was:</p>
<ul>
<li> <strong>Ability to add notes to tests</strong> – it would useful to be able to make notes about tests within the test admin itself for each test. Many times we have multiple people looking at a test and I would like to leave comments and get responses within the test, not only for ease but for permanent documentation</li>
</ul>
<p>Today, Trevor Claiborne of the Google Website Optimizer team posted on the GWO Blog that they have added the ability to <a title="GWO Add notes" href="http://websiteoptimizer.blogspot.com/2009/09/new-website-optimizer-feature.html" target="_self">add notes to your GWO experiments</a>. I am so very excited as this should really help out with collaboration and to help others who like to look at the current status of tests we have live as even the documentation for past tests. Although I already have a reliable system for test documentation this should help decrease the amount of cross-referencing and multiple email responses to others (I hope!) that now can easily be documented within the test itself.</p>
<p>Thank you  Google Website Optimizer team!</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/sphinn?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Sphinn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/sphinn.png" width="16" height="16" alt="Sphinn"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/netvibes_share?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True" title="Netvibes Share" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/netvibes.png" width="16" height="16" alt="Netvibes Share"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fadd-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true%2F&amp;linkname=Add%20Notes%20to%20Your%20GWO%20Tests%20%26%238211%3B%20My%202009%20GWO%20Wishlist%20Item%20%232%20Comes%20True"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.joshbaker.com/2009/09/09/add-notes-to-your-gwo-tests-my-2009-gwo-wishlist-item-2-comes-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer</title>
		<link>http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/</link>
		<comments>http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 15:30:11 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[AB testing]]></category>
		<category><![CDATA[Online Conversion Tools]]></category>
		<category><![CDATA[Online Testing]]></category>
		<category><![CDATA[conversion optimization]]></category>
		<category><![CDATA[etsimated conversion rate range]]></category>
		<category><![CDATA[google website optimizer]]></category>
		<category><![CDATA[gwo]]></category>
		<category><![CDATA[rate range]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=743</guid>
		<description><![CDATA[Interpreting the Estimated Conversion Rate Range Properly in GWO is of Key Importance!
It’s easy to get initially excited when you see that one of your test panels in Google Website Optimizer has a higher Estimated Conversion Rate than that of your control panel as presented on the Combination Report page. This may even lead to [...]


Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/' rel='bookmark' title='Permanent Link: Testing Video Engagement Using Google Website Optimizer'>Testing Video Engagement Using Google Website Optimizer</a> <small>Using Minimum Viewing Time as a A/B Test Conversion Goal...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Interpreting the Estimated Conversion Rate Range Properly in GWO is of Key Importance!</h2>
<p>It’s easy to get initially excited when you see that one of your test panels in Google Website Optimizer has a higher <strong>Estimated Conversion Rate</strong> than that of your control panel as presented on the Combination Report page. This may even lead to you believe you can end the test (prematurely I may add).</p>
<p>Unfortunately, just looking at the Conversion Rate number given to you by Google in the bold type font isn’t enough, you most certainly need to do a little bit of visualization to really have a better understanding of what is going on and how they are performing against each other.</p>
<p>Whether you are running an A/B test or a multivariate test, this is important to know for either – the number they give you is a conversion RATE RANGE. Many people mistakenly look at just the number given and do not visualize the full conversion range given along with it (done so with simple addition and subtraction of the number given next to the estimated conversion rate after  the plus and minus sign). This range is based on the observed conversion rate of during the experiment thus far. Not factoring this in can lead to many people ending or wanting to end tests before they are truly ready to be ended. For example,</p>
<p><strong>Estimated Conversion Rate </strong></p>
<ul>
<li>Test Panel – 6.0% +/- 1.0%</li>
<li>Control Panel – 5.5% +/- 1.0%</li>
</ul>
<p><strong>Reading and interpreting this correctly would actually tell you that the:</strong></p>
<ul>
<li> Test Panel is converting in the range of 5.0% to 7.0%, <em>and the</em></li>
<li>Control Panel is converting in the range of 4.5% to 6.5%</li>
</ul>
<p>This being true, their conversion rate ranges are overlapping each other.  Visualizing this information shows you the overlap much more clearly as shown below:<br />
<span id="more-743"></span></p>
<p style="text-align: center;"><a href="http://blog.joshbaker.com/wp-content/uploads/2009/08/gwo_conversion_rate_range_percentage_graph1.gif"><img class="aligncenter size-full wp-image-752" title="gwo_conversion_rate_range_percentage_graph" src="http://blog.joshbaker.com/wp-content/uploads/2009/08/gwo_conversion_rate_range_percentage_graph1.gif" alt="gwo_conversion_rate_range_percentage_graph" width="517" height="319" /></a></p>
<p>So, is the test panel really converting better than the control? Potentially the control panel could still be converting better – it’s not clear enough to make a decisive or correct decision at this point.</p>
<p>Now think of a scenario such as two panels having a higher conversion rate and much larger conversion rate range:</p>
<ul>
<li>Test – 55.0% +/- 8.0% (conversion rate range of 47.0% to 63.0%)</li>
<li>Control – 52.0% +/- 7.0% (conversion rate range of 45.0% to 59.0%)</li>
</ul>
<p>Some may feel that the test panel is the winner and so it’s ok to stop the test and roll out with the test panel…BUT…</p>
<p>As the test goes on for a longer period of time, you should find the conversion rate range getting “tighter” and the above test potentially ending in such as a way as:</p>
<ul>
<li>Control panel converting at 58% +/- 1 .0%, <em>and the</em></li>
<li>Test panel converting at 47.0% +/- 1.0%.</li>
</ul>
<p>In this ending scenario the control panel is actually the winner not the test panel as we saw mistakenly earlier on. Ending the test too early certainly changes the story drastically as does the results could differ as well!</p>
<p>I know sometimes it’s exciting to see your test panel winning, but patience is certainly of high importance in A/B and multivariate testing in order to make sure your tests and results are always moving forward correctly.</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/sphinn?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Sphinn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/sphinn.png" width="16" height="16" alt="Sphinn"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/netvibes_share?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer" title="Netvibes Share" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/netvibes.png" width="16" height="16" alt="Netvibes Share"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F08%2F30%2Fhow-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer%2F&amp;linkname=How%20to%20Interpret%20the%20Estimated%20Conversion%20Rate%20Range%20in%20Google%20Website%20Optimizer"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/' rel='bookmark' title='Permanent Link: Testing Video Engagement Using Google Website Optimizer'>Testing Video Engagement Using Google Website Optimizer</a> <small>Using Minimum Viewing Time as a A/B Test Conversion Goal...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online A/B Split Test Calculator</title>
		<link>http://blog.joshbaker.com/2009/07/21/ab-split-test-calculator/</link>
		<comments>http://blog.joshbaker.com/2009/07/21/ab-split-test-calculator/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 23:39:50 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[Online Conversion Tools]]></category>
		<category><![CDATA[ab testing calculator]]></category>
		<category><![CDATA[direct mail test]]></category>
		<category><![CDATA[email test]]></category>
		<category><![CDATA[marketing optimization]]></category>
		<category><![CDATA[ppc ad]]></category>
		<category><![CDATA[split test calculator]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=737</guid>
		<description><![CDATA[Are you running an A/B split test for a marketing, email, ppc, or direct mail campaigns and want to know if you have a statistically significant winner to go live with? I recently built a quick and easy online A/B split test calculator at www.SplitTestCalculator.com that will answer this exact question for you.
Please make sure [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Are you running an A/B split test for a marketing, email, ppc, or direct mail campaigns and want to know if you have a statistically significant winner to go live with? I recently built a quick and easy online<a title="SplitTestCalculator" href="http://www.SplitTestCalculator.com" target="_blank"> A/B split test calculator</a> at <a href="http://www.splittestcalculator.com/" target="_blank">www.SplitTestCalculator.com</a> that will answer this exact question for you.</p>
<p>Please make sure that when you fill out the calculator with your test information that you then click on the <strong>calculate</strong> <strong>results</strong> button and look below it in the results section to see if you have a winner or not.</p>
<p>If the A/B calculator says that you have a winner, you can determine the winner very easily by just looking at the conversion rates of  each of the panels and the one with the better conversion rate is your winner. If the A/B split test calculator results declare that you don&#8217;t have a winner then you will need to run your test longer, or run a different test.</p>
<p>You can try out my online A/B split test calculator at <a href="http://www.splittestcalculator.com/" target="_blank">www.SplitTestCalculator.com</a> .</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/sphinn?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Sphinn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/sphinn.png" width="16" height="16" alt="Sphinn"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/netvibes_share?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator" title="Netvibes Share" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/netvibes.png" width="16" height="16" alt="Netvibes Share"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F07%2F21%2Fab-split-test-calculator%2F&amp;linkname=Online%20A%2FB%20Split%20Test%20Calculator"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.joshbaker.com/2009/07/21/ab-split-test-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interpreting Google Website Optimizer&#8217;s Page Sections Report</title>
		<link>http://blog.joshbaker.com/2009/06/02/interpreting-google-website-optimizers-page-sections-report/</link>
		<comments>http://blog.joshbaker.com/2009/06/02/interpreting-google-website-optimizers-page-sections-report/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 01:32:46 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[Online Conversion Tools]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[google website optimizer]]></category>
		<category><![CDATA[gwo]]></category>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[Multivariate Testing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=707</guid>
		<description><![CDATA[Google Website Optimizer, the free multivariate and AB testing tool makes available to you two results reports when you are running a multivariate test; the Combinations report, and the Page Sections report. The Combinations report is easy to read and interpret for the most part (for simplicity purposes here, the pages are listed in order [...]


Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/' rel='bookmark' title='Permanent Link: How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer'>How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer</a> <small>Interpreting the Estimated Conversion Rate Range Properly in GWO is...</small></li>
<li><a href='http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/' rel='bookmark' title='Permanent Link: Testing Video Engagement Using Google Website Optimizer'>Testing Video Engagement Using Google Website Optimizer</a> <small>Using Minimum Viewing Time as a A/B Test Conversion Goal...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Google Website Optimizer" href="http://www.google.com/websiteoptimizer" target="_blank">Google Website Optimizer</a>, the free multivariate and AB testing tool makes available to you two results reports when you are running a multivariate test; the <strong>Combinations </strong>report, and the <strong>Page</strong> <strong>Sections </strong>report. The Combinations report is easy to read and interpret for the most part (for simplicity purposes here, the pages are listed in order of best performance, and a statistically significant winner with a 95+% confidence level over the control will be highlighted in green), but the Page Sections report many people incorrectly use the data that is presented or are confused on what the report is actually providing. You MUST know how to correctly interpret this report; otherwise you could incorrectly make decisions from the data that can cost you potentially big-time down the road.</p>
<p>The <strong>Combinations</strong> report provides you with the performance data for all of your page combinations that you are testing and compares each page combination to your original page (the control) in order for you to determine what test page combinations are outperforming the original.</p>
<p style="text-align: center;"><img class="size-full wp-image-705 aligncenter" style="border: 0pt none;" title="google_website_optimizer_combinations_report1" src="http://blog.joshbaker.com/wp-content/uploads/2009/06/google_website_optimizer_combinations_report1.png" alt="google website optimizer combinations report" width="540" height="302" /></p>
<p>The <strong>Page Sections</strong> report on the other hand displays all of your page sections that you are testing and the elements within each section in order to show you the best performing page element for each particular section.</p>
<p style="text-align: center;"><img class="size-full wp-image-706 aligncenter" style="border: 0pt none;" title="google_website_optimizer_page_sections_report" src="http://blog.joshbaker.com/wp-content/uploads/2009/06/google_website_optimizer_page_sections_report.png" alt="google website optimizer page sections report" width="540" height="276" /></p>
<p><strong>Here is the scoop on the Page Sections report. </strong></p>
<p>Many times, when you are running a test you will notice that the best performing elements according to the Page Sections report are not the same elements that are present in your winning page combination. It&#8217;s not as simple as looking at the different sections and choosing all the &#8220;best&#8221; elements according to Google Website Optimizer Page Sections report and then rolling out a page that contains these elements. The reason being is that the performance of the elements in each section being tested as shown in the Page Sections report are not being calculated and presented in context with the other sections. By this I mean that the results of each element in each section are presented by how they performed against the other elements in that same page section. It&#8217;s not taking into account the context of all the other elements on the page when showing you the best performers. To see which the best elements are in proper context, view your Combinations report and look at the individual elements in your top performing page combination.</p>
<p>Confused?</p>
<p>Let me give you an example. If you are testing a main headline, and have 3 different versions:</p>
<ul class="unIndentedList">
<li> Control/original headline</li>
<li> Test headline # 1</li>
<li> Test headline #2</li>
</ul>
<p>And the report shows that test headline # 1 is the best performing element in that area, it&#8217;s only reporting to you that between those 3 headlines, headline #1 is the best performer, but it is not taking into consideration how it interacts with the other elements on the page. It&#8217;s not saying that for the page you are testing, headline #1 is the best to use for the roll-out page, but instead &#8211; between those 3 headlines, headline #1 is the best performing if you are comparing just the performance of the headline itself. Headline #1 might perform the best out of the 3 headlines when compared to each other out of context with the rest of the page elements, but Headline #2 might perform the best in combination with all the other elements and therefore is the one you want to roll out with (but not necessarily reported this way in the Page Sections report). So please, don&#8217;t use the Page Sections report to pick out which elements to roll-out live with.</p>
<p>The <strong>Relevance Rating</strong> graphic (currently found to the left of each page section), alerts you to how much impact each section had on your test (as defined by your test&#8217;s conversion goal). It&#8217;s presented as a range, from 0 to 5, with 0 representing that the section had virtually no impact on conversions and a 5 as having a high impact on page conversions.</p>
<p>So while the <strong>Page Sections</strong> report is important to look at to understand what is happening between the different elements in the page sections themselves, and the <strong>Relevance Rating</strong> is important to look at to understand what page sections are providing what level of impact to page conversions, you should ideally only use this information to help you gain more insights into the test. Insights that will also give you further help in planning future testing of the page.</p>
<p>However, you will only want to roll-out the panel that is deemed the best performer according to the page <strong>Combinations</strong> report. Of course this is after you finish running your head-to-head follow-up test between your control and the best performing page combination to verify your results outside of the multivariate testing environment!</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/sphinn?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Sphinn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/sphinn.png" width="16" height="16" alt="Sphinn"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/netvibes_share?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report" title="Netvibes Share" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/netvibes.png" width="16" height="16" alt="Netvibes Share"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F06%2F02%2Finterpreting-google-website-optimizers-page-sections-report%2F&amp;linkname=Interpreting%20Google%20Website%20Optimizer%26%238217%3Bs%20Page%20Sections%20Report"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/08/30/how-to-interpret-the-estimated-conversion-rate-range-in-google-website-optimizer/' rel='bookmark' title='Permanent Link: How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer'>How to Interpret the Estimated Conversion Rate Range in Google Website Optimizer</a> <small>Interpreting the Estimated Conversion Rate Range Properly in GWO is...</small></li>
<li><a href='http://blog.joshbaker.com/2009/09/14/testing-video-engagement-using-google-website-optimizer/' rel='bookmark' title='Permanent Link: Testing Video Engagement Using Google Website Optimizer'>Testing Video Engagement Using Google Website Optimizer</a> <small>Using Minimum Viewing Time as a A/B Test Conversion Goal...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.joshbaker.com/2009/06/02/interpreting-google-website-optimizers-page-sections-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
