<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Josh Baker - Practical Advice for Optimizing your Internet Marketing</title>
	
	<link>http://blog.joshbaker.com</link>
	<description>Practical Advice for Optimizing your Internet Marketing</description>
	<lastBuildDate>Mon, 14 Sep 2009 10:44:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/JoshBaker-MarketingOptimization" type="application/rss+xml" /><feedburner:emailServiceId>JoshBaker-MarketingOptimization</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><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><li><a href='http://blog.joshbaker.com/2008/12/13/top-15-to-do-list-for-multivariate-testing-with-gwo/' rel='bookmark' title='Permanent Link: Top 15 Tips For Multivariate Testing with Google Website Optimizer'>Top 15 Tips For Multivariate Testing with Google Website Optimizer</a> <small>I just got back from SIPA&#8217;s &#8220;Gain. Market. Share.&#8221; Conference at...</small></li><li><a href='http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/' rel='bookmark' title='Permanent Link: 4 Items for My Google Website Optimizer Wishlist'>4 Items for My Google Website Optimizer Wishlist</a> <small> I have just a few ideas that I would...</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>
<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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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>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/2008/12/13/top-15-to-do-list-for-multivariate-testing-with-gwo/' rel='bookmark' title='Permanent Link: Top 15 Tips For Multivariate Testing with Google Website Optimizer'>Top 15 Tips For Multivariate Testing with Google Website Optimizer</a> <small>I just got back from SIPA&#8217;s &#8220;Gain. Market. Share.&#8221; Conference at...</small></li><li><a href='http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/' rel='bookmark' title='Permanent Link: 4 Items for My Google Website Optimizer Wishlist'>4 Items for My Google Website Optimizer Wishlist</a> <small> I have just a few ideas that I would...</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 – 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 [...]


Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/' rel='bookmark' title='Permanent Link: 4 Items for My Google Website Optimizer Wishlist'>4 Items for My Google Website Optimizer Wishlist</a> <small> I have just a few ideas that I would...</small></li><li><a href='http://blog.joshbaker.com/2009/01/17/how-to-document-your-ab-or-multivariate-test/' rel='bookmark' title='Permanent Link: How to Document Your A/B or Multivariate Test'>How to Document Your A/B or Multivariate Test</a> <small>It&#8217;s imperative to document every effort of your online testing and...</small></li><li><a href='http://blog.joshbaker.com/2009/04/27/creating-a-website-that-is-a-true-conversion-and-lead-generating-machine/' rel='bookmark' title='Permanent Link: Creating a Website that is a True Conversion and Lead Generating Machine'>Creating a Website that is a True Conversion and Lead Generating Machine</a> <small>Let&#8217;s Take a Simple Multiple Choice Test: Question: Who is...</small></li></ol>]]></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>
<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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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>Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/' rel='bookmark' title='Permanent Link: 4 Items for My Google Website Optimizer Wishlist'>4 Items for My Google Website Optimizer Wishlist</a> <small> I have just a few ideas that I would...</small></li><li><a href='http://blog.joshbaker.com/2009/01/17/how-to-document-your-ab-or-multivariate-test/' rel='bookmark' title='Permanent Link: How to Document Your A/B or Multivariate Test'>How to Document Your A/B or Multivariate Test</a> <small>It&#8217;s imperative to document every effort of your online testing and...</small></li><li><a href='http://blog.joshbaker.com/2009/04/27/creating-a-website-that-is-a-true-conversion-and-lead-generating-machine/' rel='bookmark' title='Permanent Link: Creating a Website that is a True Conversion and Lead Generating Machine'>Creating a Website that is a True Conversion and Lead Generating Machine</a> <small>Let&#8217;s Take a Simple Multiple Choice Test: Question: Who is...</small></li></ol></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>Google Analytics Filter: Force URI Case to Lowercase</title>
		<link>http://blog.joshbaker.com/2009/09/09/google-analytics-filter-force-uri-case-to-lowercase/</link>
		<comments>http://blog.joshbaker.com/2009/09/09/google-analytics-filter-force-uri-case-to-lowercase/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 23:51:24 +0000</pubDate>
		<dc:creator>Josh Baker</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[custom filter]]></category>
		<category><![CDATA[lowercase]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://blog.joshbaker.com/?p=761</guid>
		<description><![CDATA[Prevent Duplicate Line Items in Google Analytics Due to Mixed Case URLs with the Force Lowercase Google Analytics Filter
Google Analytics by default captures data just as it appears in a visitors browser. This being so, you can have two or more URLs that are the same but appear as separate entries due to different cases [...]


Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/04/20/tracking-separating-subdomain-data-under-one-profile-using-filters-in-google-analytics/' rel='bookmark' title='Permanent Link: Tracking &#038; Separating Subdomain Data under One Profile Using Filters in Google Analytics'>Tracking &#038; Separating Subdomain Data under One Profile Using Filters in Google Analytics</a> <small>If you have one Google Analytics profile tracking multiple subdomains...</small></li><li><a href='http://blog.joshbaker.com/2009/01/15/using-goals-in-google-analytics-to-track-conversions/' rel='bookmark' title='Permanent Link: Using Goals in Google Analytics to Track Conversions'>Using Goals in Google Analytics to Track Conversions</a> <small>A simple and free way to track a conversion on...</small></li><li><a href='http://blog.joshbaker.com/2009/05/27/google-analytics-app-for-the-iphone-%e2%80%93-a-quick-review/' rel='bookmark' title='Permanent Link: Google Analytics App for the iPhone – A Quick Review'>Google Analytics App for the iPhone – A Quick Review</a> <small>The best Google Analytics App available for the iPhone right...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<h2>Prevent Duplicate Line Items in Google Analytics Due to Mixed Case URLs with the Force Lowercase Google Analytics Filter</h2>
<p>Google Analytics by default captures data just as it appears in a visitors browser. This being so, you can have two or more URLs that are the same but appear as separate entries due to different cases in the URLs, both lowercase and uppercase.</p>
<p>For Example:</p>
<ul>
<li>/coffee/flavorA/index.html</li>
<li>/coffee/flavorA/INDEX.HTML</li>
</ul>
<p>Although both will take you to the same page if you were to put them into your browser, Google Analytics will create separate line entries for each one leaving you to have to merge the two to get to the complete data for that URL. Imagine the pain if you had 100s, 1000s or more pages on your website with multiple line entries for the same URL.</p>
<p>However, Google Analytics allows you to apply a Custom Filter to remedy this problem. You can associate this filter on a profile by profile basis in case you have certain profiles that you do not want this applied to. One thing worth noting is that this won’t &#8220;fix&#8221; past data already in your reports, but anything going forward it will put into one line entry (either lowercase or uppercase depending on how you setup the Custom Filter.</p>
<p>Here are the easy steps to create the custom filter that will force the Request URI to lowercase or uppercase:</p>
<p><span id="more-761"></span></p>
<ol>
<li>Add a new filter to your profile and use the following values:</li>
<li>Filter Name: <em>Name Your Filter</em></li>
<li>Filter Type: Custom filter</li>
<li>Select &#8220;Lowercase&#8221; (or “Uppercase” if you want to force the URLs to Uppercase)</li>
<li>Filter Field: Request URI</li>
<li>Select which websites you want to apply the filter too and select Add</li>
<li>Save Changes</li>
</ol>
<p>Here is a screenshot of how it will look:</p>
<p><a href="http://blog.joshbaker.com/wp-content/uploads/2009/09/google_analytics_advanced_filter_convert_to_lowercase.jpg"><img class="alignleft size-full wp-image-762" title="google_analytics_advanced_filter_convert_to_lowercase" src="http://blog.joshbaker.com/wp-content/uploads/2009/09/google_analytics_advanced_filter_convert_to_lowercase.jpg" alt="google_analytics_advanced_filter_convert_to_lowercase" width="553" height="573" /></a></p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/facebook.png" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/twitter.png" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/linkedin.png" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/google.png" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/digg.png" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/sphinn?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Sphinn" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/sphinn.png" alt="Sphinn"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/delicious.png" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/friendfeed.png" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/netvibes_share?linkurl=http%3A%2F%2Fblog.joshbaker.com%2F2009%2F09%2F09%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase" title="Netvibes Share" rel="nofollow" target="_blank"><img src="http://blog.joshbaker.com/wp-content/plugins/add-to-any/icons/netvibes.png" 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%2Fgoogle-analytics-filter-force-uri-case-to-lowercase%2F&amp;linkname=Google%20Analytics%20Filter%3A%20Force%20URI%20Case%20to%20Lowercase"><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>Related posts:<ol><li><a href='http://blog.joshbaker.com/2009/04/20/tracking-separating-subdomain-data-under-one-profile-using-filters-in-google-analytics/' rel='bookmark' title='Permanent Link: Tracking &#038; Separating Subdomain Data under One Profile Using Filters in Google Analytics'>Tracking &#038; Separating Subdomain Data under One Profile Using Filters in Google Analytics</a> <small>If you have one Google Analytics profile tracking multiple subdomains...</small></li><li><a href='http://blog.joshbaker.com/2009/01/15/using-goals-in-google-analytics-to-track-conversions/' rel='bookmark' title='Permanent Link: Using Goals in Google Analytics to Track Conversions'>Using Goals in Google Analytics to Track Conversions</a> <small>A simple and free way to track a conversion on...</small></li><li><a href='http://blog.joshbaker.com/2009/05/27/google-analytics-app-for-the-iphone-%e2%80%93-a-quick-review/' rel='bookmark' title='Permanent Link: Google Analytics App for the iPhone – A Quick Review'>Google Analytics App for the iPhone – A Quick Review</a> <small>The best Google Analytics App available for the iPhone right...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.joshbaker.com/2009/09/09/google-analytics-filter-force-uri-case-to-lowercase/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><li><a href='http://blog.joshbaker.com/2009/06/02/interpreting-google-website-optimizers-page-sections-report/' rel='bookmark' title='Permanent Link: Interpreting Google Website Optimizer&#8217;s Page Sections Report'>Interpreting Google Website Optimizer&#8217;s Page Sections Report</a> <small>Google Website Optimizer, the free multivariate and AB testing tool...</small></li><li><a href='http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/' rel='bookmark' title='Permanent Link: 4 Items for My Google Website Optimizer Wishlist'>4 Items for My Google Website Optimizer Wishlist</a> <small> I have just a few ideas that I would...</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>
<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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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>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><li><a href='http://blog.joshbaker.com/2009/06/02/interpreting-google-website-optimizers-page-sections-report/' rel='bookmark' title='Permanent Link: Interpreting Google Website Optimizer&#8217;s Page Sections Report'>Interpreting Google Website Optimizer&#8217;s Page Sections Report</a> <small>Google Website Optimizer, the free multivariate and AB testing tool...</small></li><li><a href='http://blog.joshbaker.com/2009/04/15/4-items-for-my-google-website-optimizer-wishlist/' rel='bookmark' title='Permanent Link: 4 Items for My Google Website Optimizer Wishlist'>4 Items for My Google Website Optimizer Wishlist</a> <small> I have just a few ideas that I would...</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 [...]


Related posts:<ol><li><a href='http://blog.joshbaker.com/2008/12/29/ab-testing-calculators/' rel='bookmark' title='Permanent Link: A/B Testing Calculators'>A/B Testing Calculators</a> <small>Do you need an A/B split testing calculator to determine...</small></li><li><a href='http://blog.joshbaker.com/2009/04/08/8-common-sins-of-online-conversion-testing-that-organizations-let-happen/' rel='bookmark' title='Permanent Link: 8 Common Sins of Online Conversion Testing that Organizations Let Happen'>8 Common Sins of Online Conversion Testing that Organizations Let Happen</a> <small>Three of my conversion optimization colleagues and I had a...</small></li></ol>]]></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>
<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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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>Related posts:<ol><li><a href='http://blog.joshbaker.com/2008/12/29/ab-testing-calculators/' rel='bookmark' title='Permanent Link: A/B Testing Calculators'>A/B Testing Calculators</a> <small>Do you need an A/B split testing calculator to determine...</small></li><li><a href='http://blog.joshbaker.com/2009/04/08/8-common-sins-of-online-conversion-testing-that-organizations-let-happen/' rel='bookmark' title='Permanent Link: 8 Common Sins of Online Conversion Testing that Organizations Let Happen'>8 Common Sins of Online Conversion Testing that Organizations Let Happen</a> <small>Three of my conversion optimization colleagues and I had a...</small></li></ol></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>
	</channel>
</rss>
