<?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; AB testing</title>
	<atom:link href="http://blog.joshbaker.com/category/ab-testing/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>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>8 Common Sins of Online Conversion Testing that Organizations Let Happen</title>
		<link>http://blog.joshbaker.com/2009/04/08/8-common-sins-of-online-conversion-testing-that-organizations-let-happen/</link>
		<comments>http://blog.joshbaker.com/2009/04/08/8-common-sins-of-online-conversion-testing-that-organizations-let-happen/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 01:09:52 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[AB testing]]></category>
		<category><![CDATA[Multivariate Testing]]></category>
		<category><![CDATA[Online Testing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Marketing Basics]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=580</guid>
		<description><![CDATA[Three of my conversion optimization colleagues and I had a discussion online the other day that I had proposed about the common &#8220;sins&#8221; of online conversion testing we see or hear about often in organizations.  We came up with about 20 commons &#8220;sins&#8221; in about 7 minutes that we all agreed upon, and about 40 [...]


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[<p>Three of my conversion optimization colleagues and I had a discussion online the other day that I had proposed about the common &#8220;sins&#8221; of online conversion testing we see or hear about often in organizations.  We came up with about 20 commons &#8220;sins&#8221; in about 7 minutes that we all agreed upon, and about 40 overall. Below you will find 8 of them in no particular order (with more to come in the future).</p>
<p><strong>8 Common Sins of Online Conversion Testing that Organizations Let Happen:</strong></p>
<ol>
<li>When running a multivariate test, after the test ends, not performing a head-to-head testing of the winning page combination and the control. The winning page combination is typically based on a prediction; a head-to-head test will further uncover the true results.</li>
<p> </p>
<li>Having too many people involved in the testing process AFTER the test is given the &#8220;go ahead&#8221;. Everyone involved should have a purpose otherwise the process slows down.</li>
<p> </p>
<li>Not believing that having no panels perform better than the control is still a win &#8211; just of a different kind; but only if you actually extract the knowledge hidden in your &#8220;loss&#8221;.</li>
<p> </p>
<li>Not setting a concrete conversion goal &#8211; know what your test hypothesis is and understand how you will analyze the data ahead of time. Alternate lessons may be and should be learned from a test but it&#8217;s vital to know exactly what and why you are testing something in the first place.</li>
<p> </p>
<li>Not allowing a test to run long-enough to accumulate enough conversions.</li>
<p> </p>
<li>Not running the control panel (this happens often) at the same exact time as the test panels.</li>
<p> </p>
<li>Letting personal opinions or biases override data in the results &#8211; the reason you test is because you really don&#8217;t know what will persuade your actual visitors best.</li>
<p> </p>
<li>No Patience - ending tests too early, or not allowing the process to happen as it should.</li>
</ol>
<p> </p>
<p>As bad as these are, we all agreed we were still happy that organizations have the desire to test!</p>
<p>Have an online conversion testing or optimization sin that you want to share or get off your chest? Let me know in the comments section.</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen" 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%2F04%2F08%2F8-common-sins-of-online-conversion-testing-that-organizations-let-happen%2F&amp;linkname=8%20Common%20Sins%20of%20Online%20Conversion%20Testing%20that%20Organizations%20Let%20Happen"><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/04/08/8-common-sins-of-online-conversion-testing-that-organizations-let-happen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Landing Page Optimization: Subtraction is the New Addition</title>
		<link>http://blog.joshbaker.com/2009/03/23/landing-page-optimization-subtraction-is-the-new-addition/</link>
		<comments>http://blog.joshbaker.com/2009/03/23/landing-page-optimization-subtraction-is-the-new-addition/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:48:16 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[AB testing]]></category>
		<category><![CDATA[Multivariate Testing]]></category>
		<category><![CDATA[Online Testing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[conversions]]></category>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[removal]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=477</guid>
		<description><![CDATA[You&#8217;ve already been running numerous tests on your best landing pages &#8211; those that contribute the highest value to your business. Unfortunately, sometimes you&#8217;ve run out of optimization ideas or hit a few roadblocks on what you should test next for even more conversion gains.  What should you do? Luckily, just as often when you [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve already been running numerous tests on your best landing pages &#8211; those that contribute the highest value to your business. Unfortunately, sometimes you&#8217;ve run out of optimization ideas or hit a few roadblocks on what you should test next for even more conversion gains.  What should you do? Luckily, just as often when you are running a multivariate test or a/b test to improve the desired results of a given page on your website you will discover that you will gain improved conversion results not by altering a page element or adding a new or section to the page, but instead by <strong>removing </strong>one or more of your existing elements or sections.</p>
<p>Why is this so? Although each page, situation, and context is many times unique, a few of the more common reasons for the improvement in conversions include:</p>
<p style="padding-left: 30px;">1) Removing distractions that enable the visitor to more clearly focus on your desired page goal.</p>
<p style="padding-left: 30px;">2) Reducing the friction that forces the visitor to contemplate if the desired action is worth what is being asked of them to give in return.</p>
<p style="padding-left: 30px;">3) Replacing confusing elements that prevent the visitor from understanding if they are on the correct page or even knowing what they are supposed to do next.</p>
<p>A few broader ranged ideas to consider include:</p>
<ul>
<li>Removing to clear up page real estate</li>
<li>Removal to speed up page load time</li>
<li>Removal of potential road blocks or barriers</li>
</ul>
<p>More detailed removal considerations include:</p>
<ul>
<li>Removal of parts/all of navigation</li>
<li>Removal of sections of copy</li>
<li>Removal of unnecessary graphics</li>
<li>Removal of just the large file size images</li>
<li>Removal of flash elements (or those that require plug-ins or longer load time)</li>
<li>Removal of non-vital third party java-scripts</li>
<li>Removal of non-essential registration form fields</li>
<li>Removal of traffic-leaks</li>
<li>Removal of premiums or special offers</li>
</ul>
<p>These should be enough start ideas to get you thinking in the right direction when you are looking at your landing page. You undoubtedly will develop various unique hypotheses for doing these (or any other &#8220;removal&#8221; ideas) based upon your own site&#8217;s data you have extracted and analyzed-or even from basic usability knowledge. The end goal is ultimately almost always the same &#8211; to uncover what page elements are negatively impacting your page&#8217;s ability to do its job properly so that you can fix them to increase the level of success your site achieves. Remember, removal testing doesn&#8217;t have to be done in isolation; removal can always be a part of any test when it&#8217;s appropriate to do so as judged by you.</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition" 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%2F03%2F23%2Flanding-page-optimization-subtraction-is-the-new-addition%2F&amp;linkname=Landing%20Page%20Optimization%3A%20Subtraction%20is%20the%20New%20Addition"><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/03/23/landing-page-optimization-subtraction-is-the-new-addition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Boost your Online Testing Results for Impact: 3 Areas to Review</title>
		<link>http://blog.joshbaker.com/2009/02/27/boost-your-online-testing-results-for-impact-3-areas-to-review/</link>
		<comments>http://blog.joshbaker.com/2009/02/27/boost-your-online-testing-results-for-impact-3-areas-to-review/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:02:14 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[AB testing]]></category>
		<category><![CDATA[Marketing Basics]]></category>
		<category><![CDATA[Multivariate Testing]]></category>
		<category><![CDATA[Online Testing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=383</guid>
		<description><![CDATA[If you are new to online testing and not sure what page or area to test on your website or just need that kick-start to get those testing adrenaline rushes back&#8230;
Here are 3 important areas to start pulling data for to get you going (or going again) on the forward path to optimization success.
1. The most visited [...]


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[<p>If you are new to online testing and not sure what page or area to test on your website or just need that kick-start to get those testing adrenaline rushes back&#8230;</p>
<p>Here are 3 important areas to start pulling data for to get you going (or going again) on the forward path to optimization success.</p>
<p>1. The <strong>most visited pages</strong> on your website. Things to think about for each page &#8211; what&#8217;s the pages purpose, what&#8217;s the conversion rate, what&#8217;s the bounce rate, where are the leaks, what&#8217;s the average time spent on the page by your visitors, any coding errors hindering performance, page load time, special plug-ins needed for visitors to get full functionality.</p>
<p>2. Your <strong>Conversion points</strong> &#8211; Pull conversion data for each of your sites conversion points, how much revenue does each conversion point contribute, order each conversion point by revenue from producing the most to the least and look at the opportunities starting at the top of the list &#8211; a 100% increase in conversions on a page that only produces $50 won&#8217;t produce the same result as a 5% increase on a page that produces $10,000 in revenue &#8211; it&#8217;s a good place to start.</p>
<p>3. Your most <strong>popular visitor paths</strong> &#8211; Review data for your most popular visitor paths. Where are the leaks that visitors are exiting or straying from your desired end goal that you have designed for them?  What are the opportunities to optimize and keep your visitors on the desired path? Can you shorten the path if need be, work on your call-to-actions, add a newsletter signup box, and so on.</p>
<p>4. Bonus &#8211; Combinations of the above, i.e the most popular visited page with a conversion point, sorted by lowest conversion percentage with theoretical greatest chance for improvement.</p>
<p>Of course this is not the be all end all of what to look for or what to test in each area, but merely a good  refresher for those who need it, or a guiding hand for those confused with all the potential places to start testing first. But remember, it&#8217;s important to consider the opportunity costs in testing one area, page, path, etc. versus testing another.</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review" 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%2F02%2F27%2Fboost-your-online-testing-results-for-impact-3-areas-to-review%2F&amp;linkname=Boost%20your%20Online%20Testing%20Results%20for%20Impact%3A%203%20Areas%20to%20Review"><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/02/27/boost-your-online-testing-results-for-impact-3-areas-to-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
