<?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>Michael Whitaker&#039;s web analytics blog &#187; Google Analytics</title>
	<atom:link href="http://www.michaelwhitaker.com/blog/category/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelwhitaker.com/blog</link>
	<description>Mainly about web analytics, testing, tweaking and optimizing for e-commerce sites.</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:21:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO Analytics in Google Analytics using Page Title</title>
		<link>http://www.michaelwhitaker.com/blog/2010/07/22/seo-analytics-title-tags-google-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/07/22/seo-analytics-title-tags-google-analytics/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 18:23:52 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Optimization and Testing]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=562</guid>
		<description><![CDATA[
			
				
			
		
Seeing Page URLs and Page Titles in the same report is like the gift that keeps on giving. Not only can you easily track 404 error pages in Google Analytics without having to change the tracking code on your site, but it also makes it very easy to optimize your Title Tags. The Title Tag [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F07%2F22%2Fseo-analytics-title-tags-google-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F07%2F22%2Fseo-analytics-title-tags-google-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Seeing <strong>Page URLs</strong> and <strong>Page Titles</strong> in the same report is like the <a href="http://www.lunametrics.com/blog/2010/07/15/showing-page-titles-url-google-analytics/">gift</a> that keeps on giving. Not only can you easily <a href="http://www.michaelwhitaker.com/blog/2010/07/20/finding-404-error-pages-in-google-analytics/">track 404 error pages</a> in Google Analytics without having to change the tracking code on your site, but it also makes it very easy to <strong>optimize your Title Tags</strong>. The Title Tag is probably the <a href="http://www.seomoz.org/article/search-ranking-factors">most important</a> on-page SEO element, so it&#8217;s in your control to change it.</p>
<p>Pull up your <strong>Top Content report</strong> and use John&#8217;s tip and insert the parameter <strong>&amp;segkey=request_uri|page_title</strong> into the URL of your browser. The report should look similar to this one, with Page Title in the secondary dimension dropdown:</p>
<p><img class="alignnone" title="Page URL and Page Title" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/cleansegs21.png" alt="Page URL and Page Title" width="364" height="344" /></p>
<p>Next, we can use the <strong>Advanced Filter</strong> in powerful ways:</p>
<h2>1) Find missing Title Tags</h2>
<p>Look for Page Titles containing &#8220;<strong>not set</strong>&#8220;:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/filterednotset.png"><img class="alignnone size-full wp-image-563" title="filterednotset" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/filterednotset.png" alt="" width="672" height="480" /></a></p>
<p><strong>2) Find short Title Tags</strong></p>
<p>A Google search result will display about <strong>70 characters</strong> of the Title Tag. You can use a <strong>regular expression</strong> (regex) in the Advanced Filter to find title tags based on number of characters. If your title tag is very short you are wasting a valuable opportunity to describe your page better.</p>
<p>Here is a Regex you can use:</p>
<p><strong>^.{0,69}$</strong></p>
<p>This will return results that are fewer than 70 characters. An example of fewer than 30 would be:</p>
<p><strong>^.{0,30}$</strong></p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/filteredshorttitle.png"><img class="alignnone size-full wp-image-564" title="filteredshorttitle" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/filteredshorttitle.png" alt="" width="767" height="480" /></a></p>
<h2>3) Find Title tags that are too long</h2>
<p>Conversely, you may want to shorten title tags that are too long. Here is the regex:</p>
<p><strong>^.{70,}$</strong></p>
<p>This means <strong>more </strong>than 70 characters. If you have more than seventy characters in your title, it will be truncated in the Google search results.</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/longtitleexample.png"><img class="alignnone size-full wp-image-567" title="longtitleexample" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/longtitleexample.png" alt="" width="696" height="227" /></a></p>
<p>Of course you&#8217;ll want to prioritize what pages to fix, but these three filters should give you plenty of ideas to write better title tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/07/22/seo-analytics-title-tags-google-analytics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Track 404 error pages in Google Analytics reports the simple way</title>
		<link>http://www.michaelwhitaker.com/blog/2010/07/20/finding-404-error-pages-in-google-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/07/20/finding-404-error-pages-in-google-analytics/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:27:46 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=548</guid>
		<description><![CDATA[
			
				
			
		
Great tip by John at Lunametrics on how to show Page URL and Page Title side-by-side in a Google Analytics Contents report.
Here is a little background. Out of the box in Google Analytics, you can see Page URLs in the Top Content report and Page Titles in the Content by Title report:

but you can&#8217;t directly [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F07%2F20%2Ffinding-404-error-pages-in-google-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F07%2F20%2Ffinding-404-error-pages-in-google-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Great tip by John at Lunametrics on how to <a href="http://www.lunametrics.com/blog/2010/07/15/showing-page-titles-url-google-analytics/">show Page URL and Page Title</a> side-by-side in a Google Analytics Contents report.</p>
<p>Here is a little background. Out of the box in Google Analytics, you can see <strong>Page URLs </strong>in the <strong>Top Content</strong> report and <strong>Page Titles</strong> in the<strong> Content by Title</strong> report:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/contentpane.png"><img class="alignnone size-full wp-image-550" title="contentpane" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/contentpane.png" alt="" width="535" height="238" /></a></p>
<p>but you can&#8217;t directly see <strong>both</strong> the Page Title and the Page URL<strong>:</strong></p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/cleansegs21.png"><img class="alignnone size-full wp-image-553" title="cleansegs2" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/cleansegs21.png" alt="" width="364" height="344" /></a></p>
<p>Again, hop on over to John&#8217;s <a href="http://www.lunametrics.com/blog/2010/07/15/showing-page-titles-url-google-analytics/">post </a>on how to do this, but here is one practical example why this is so useful:</p>
<p><strong>Tracking 404 error pages on your site</strong>, but <strong>without </strong>having to <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=86927">change the tracking code</a> on your site (Occam&#8217;s Razor anyone?).</p>
<p>Typically &#8211; and this is the case of a Yahoo! Store if it has been <a href="http://help.yahoo.com/l/us/yahoo/smallbusiness/store/manage/sitesettings/sitesettings-28.html">set up properly to track 404 pages</a> &#8211; the <strong>Title </strong>of the 404 page stays the same &#8220;Page not Found&#8230;&#8221;, but you don&#8217;t know the actual Page <strong>URL</strong> requested. In other words, it&#8217;s easy to find those 404 error pages via the Content by Title report, but not the Page URL needed to fix them. That&#8217;s why the recommended way is to send a <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=86927">virtual pageview on the 404 error page</a> to make it easier to find in your reports.</p>
<p>But now that you can see Page Title and Page URL at the same time, it&#8217;s easy to do and no code changes required:</p>
<p>Just use the <strong>Advanced Filter</strong> at the bottom of the table and search for &#8220;Page no Found&#8221; or whatever Title you are using:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/filtered.png"><img class="alignnone size-full wp-image-554" title="filtered" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/filtered.png" alt="" width="767" height="546" /></a></p>
<p>Voila! Now you know the actual URLs and you can now of course click on those results and do further segmentation to find and hopefully fix the source of these 404 error pages.</p>
<p><strong>Bonus tip</strong></p>
<p>Too tedious to build this report every time? Just have it<strong> emailed to you on a schedule</strong>. GA will remember the filters and send you the right data.</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/setupemail.png"><img class="alignnone size-full wp-image-555" title="setupemail" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/setupemail.png" alt="" width="496" height="545" /></a></p>
<p>Hope this helps and that you don&#8217;t have too many 404 error pages on your site!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/07/20/finding-404-error-pages-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visits to Purchase revisited in Google Analytics</title>
		<link>http://www.michaelwhitaker.com/blog/2010/07/12/visits-to-purchase-revisited-in-google-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/07/12/visits-to-purchase-revisited-in-google-analytics/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 19:21:57 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=527</guid>
		<description><![CDATA[
			
				
			
		
I still like the Visits to Purchase report in Google Analytics even though it may be sub-optimal.

At first glance you could be led to believe that 77% of transactions occur in a single visit. If  almost 80% of your transactions come from single visits then why bother with attribution management? There are many other things [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F07%2F12%2Fvisits-to-purchase-revisited-in-google-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F07%2F12%2Fvisits-to-purchase-revisited-in-google-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I still like the Visits to Purchase report in Google Analytics even though it may be <a href="http://www.kaushik.net/avinash/2009/05/web-metrics-analytics-questions-facebook-edition.html">sub-optimal</a>.</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/visits1.png"><img class="alignnone size-full wp-image-528" title="visits1" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/visits1.png" alt="" width="654" height="382" /></a></p>
<p>At first glance you could be led to believe that 77% of transactions occur in a single visit. If  almost 80% of your transactions come from single visits then why bother with <strong>attribution management</strong>? There are many other things you could be doing before worrying about those 20% multi-visit conversions.</p>
<p>So what&#8217;s the issue? If you segment this report by Returning Visitors a different picture emerges:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/visits-return.png"><img class="alignnone size-full wp-image-529" title="visits-return" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/visits-return.png" alt="" width="649" height="291" /></a></p>
<p><strong>How can you be a returning visitor with just one visit?</strong> Surely you&#8217;d have to have visited the site at least twice to be counted as a returning visitor. This great question was addressed by <a href="http://www.kaushik.net/avinash/2009/05/web-metrics-analytics-questions-facebook-edition.html">Avinash Kaushik</a> a while ago, and the answer lies in the label in the column header (highlighted in yellow): <strong>from the start of last campaign</strong>.</p>
<p>A <strong>campaign</strong> in Google Analytics is basically traffic from any source other than direct type-ins or bookmarks. So mainly traffic from search engines and other sites. But the key point here is <span style="color: #ff0000;"><strong>last</strong></span> campaign. It means that Google Analytics doesn&#8217;t count the visits before the last campaign.</p>
<p>What does this look like in practice? Consider these two visitors:</p>
<p><strong>One visit</strong>: Yahoo! Organic (conversion)</p>
<p><strong>5 visits</strong>: 1st visit: Google CPC &gt; 2nd visit: Yahoo! Organic &gt; 3rd visit: Bing CPC &gt; 4th visit: twitter.com referral &gt; 5th visit: Yahoo! Organic (conversion)</p>
<p>Since the last campaign for both visitors is Yahoo! Organic, both scenarios would be attributed to <strong>1 Visits</strong> in the report, even though only the first visitor actually converted in one visit. There could have been one or twenty prior visits in the second scenario and it would still be in the 1 Visits section. Therefore it&#8217;s not really a true <strong>count</strong> of Visits to Purchase report, nor do we know what the sources of any prior visits are.</p>
<p>Fortunately, it is pretty easy to get a true<strong> </strong>count of visits report using <strong>advanced segments</strong>. There is a handy dimension appropriately called <strong>Count of Visits</strong> that you can use:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/create-count-visits-segment.png"><img class="alignnone size-full wp-image-534" title="create-count-visits-segment" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/create-count-visits-segment.png" alt="" width="493" height="182" /></a></p>
<p>This one is for single visits. I also created segments for other visit counts:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/timers.png"><img class="alignnone size-full wp-image-537" title="timers" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/timers.png" alt="" width="528" height="135" /></a></p>
<p>If you&#8217;d like to grab them directly and apply to your Google Analytics profile, here are the segments <a href="http://www.google.com/analytics/reporting/add_segment?share=R0RDvSkBAAA.RD_MY1rbVaEf7ayaUJLvVErO7h3Oz8bVF1aMv_oRt5vZrzxHXc8LmbhDVVp00NL2x0_3YGOH9DvmVr4jbScSVg.l8KKvI0hPSe5F7aL46IZPA">1-timer</a>, <a href="http://www.google.com/analytics/reporting/add_segment?share=HaFDvSkBAAA.RD_MY1rbVaEf7ayaUJLvVNYvvK4JnTkT7zJbaiiMRTbZrzxHXc8LmbhDVVp00NL27QhFQKaY66teoFFPfb_fdA.5xbYgUVoxK3nzKbmPjyKbw">2-timer</a> and <a href="http://www.google.com/analytics/reporting/add_segment?share=HaFDvSkBAAA.RD_MY1rbVaEf7ayaUJLvVNJxsqp-hsZ-RIaf2CuYORPZrzxHXc8LmbhDVVp00NL2o0Iby9cVArFjWT1qR8BmEw.lYDrWeT8MZUqHZAMCy80ZQ">3-timer+</a></p>
<p>Now apply these segments to the Visits to Purchase report and a more interesting picture emerges:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/visits-timers.png"><img class="alignnone size-full wp-image-538" title="visits-timers" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/visits-timers.png" alt="" width="653" height="384" /></a></p>
<p>What we see now is that in fact closer to 50% of transactions truly occur in one visit. <strong>Maybe we do have to pay attention to attribution?</strong></p>
<p>But the true power of using these count of visits segments is in other reports, such as your <strong>keywords</strong>:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/brandedindex.png"><img class="alignnone size-full wp-image-539" title="brandedindex" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/07/brandedindex.png" alt="" width="625" height="612" /></a></p>
<p>What is interesting to see is the distribution of the visit counts for <strong>branded </strong>and <strong>non-branded keywords</strong>. As might be expected, branded keywords drive a lot of traffic for <strong>repeat visits</strong> and have a relatively small percentage in the one visit count segment; for branded keyword 1 it&#8217;s only 306/821 =<strong> 37%</strong>. Contrast that to the <strong>non-branded keyword</strong>: here 169/205 = <strong>82%</strong> of visits are in the 1-timer segment. Very few people would use the non-branded keyword to get back to your site on subsequent visits. Another way to look at this is that non-branded keywords tend to be earlier in the sales cycle than branded keywords.</p>
<p>What you are hoping for is that you make a good enough <strong>first impression</strong> on the non-branded first visit to drive subsequent visits through branded keywords. Easier said than done, but getting a better understanding of the underlying behavior of your site visitors through web analytics is a step in the right direction. I highly recommend segmenting your data using Count of Visits and you&#8217;ll be pleasantly surprised at the number of valuable nuggets you&#8217;ll uncover.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/07/12/visits-to-purchase-revisited-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using web analytics to optimize checkout forms</title>
		<link>http://www.michaelwhitaker.com/blog/2010/06/25/using-web-analytics-to-optimize-checkout-forms/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/06/25/using-web-analytics-to-optimize-checkout-forms/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 21:45:47 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Optimization and Testing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Yahoo! Store]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=520</guid>
		<description><![CDATA[
			
				
			
		
Although I tend to be skeptical of best practices &#8211; they might be a starting point, but I prefer doing testing to find out what works or not &#8211; there are some things that are always better than others. A fast-loading site always beats a slow-loading one,  working links are always better than broken links, [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F06%2F25%2Fusing-web-analytics-to-optimize-checkout-forms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F06%2F25%2Fusing-web-analytics-to-optimize-checkout-forms%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Although I tend to be skeptical of <strong>best practices</strong> &#8211; they might be a starting point, but I prefer doing testing to find out what works or not &#8211; there are some things that are always better than others. A fast-loading site always beats a slow-loading one,  working links are always better than broken links, and reducing errors in general makes obvious sense.</p>
<p>In the same vein I would say that a <strong>short checkout form is better than a longer one</strong>. Of course you need a certain amount of information to be able to process and fulfill an order, but you should only ask for the information you absolutely need. <a href="http://www.getelastic.com/reducing-friction-in-sales-process/">Reduce friction</a> and remove any obstacles that make it more difficult for your customers to buy from you.</p>
<p><strong>But can we back up this assertion with web analytics?</strong></p>
<p>I am a big fan of tactical web analytics, such as tracking <a href="http://www.michaelwhitaker.com/blog/2010/02/12/custom-error-page/">404 pages</a>, <a href="http://www.michaelwhitaker.com/blog/2007/07/18/the-importance-of-site-search/">zero results searches</a> and<strong> <a href="http://www.michaelwhitaker.com/blog/2009/09/14/surprising-checkout-error-analysis/">checkout errors</a></strong>.</p>
<p>This report shows the number and type of checkout errors seen by visitors:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/06/events.png"><img class="alignnone size-full wp-image-521" title="events" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/06/events.png" alt="" width="485" height="311" /></a></p>
<p>The number one error message customers see is the missing phone number.</p>
<p>In a default Yahoo! Store checkout, the phone number is <strong>required</strong>:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/06/shippingblock.png"><img class="alignnone size-full wp-image-522" title="shippingblock" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/06/shippingblock.png" alt="" width="354" height="392" /></a></p>
<p><strong>But do you really need the phone number?</strong> If there is a problem with the order, can&#8217;t you just email the customer? I think the data shows that <strong>your customers</strong> don&#8217;t think you need their phone number either! And if you do require the phone number, you should at least tell your customers <strong>why </strong>you need it.</p>
<p>If you do not absolutely need to have the phone number, then how about making the phone number field <strong>optional</strong>?</p>
<p>Fortunately, this is easy to do in the <a href="http://help.yahoo.com/l/us/yahoo/smallbusiness/store/manage/checkout/checkout-21.html#pageconfig">checkout manager</a> in your Yahoo! Store. Just edit the phone field on the shipping page and uncheck the required field:</p>
<p><a href="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/06/uncheck.png"><img class="alignnone size-full wp-image-523" title="uncheck" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/06/uncheck.png" alt="" width="587" height="415" /></a></p>
<p>Because this is just the data from <strong>one</strong> store I don&#8217;t know if making the phone field optional in the checkout qualifies as a best practice , but at least the data gives you a clear picture of the problem. And in this case it would be easy to fix it.</p>
<p>Now on to the other error messages!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/06/25/using-web-analytics-to-optimize-checkout-forms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Onsite personalization example with Google Analytics</title>
		<link>http://www.michaelwhitaker.com/blog/2010/04/28/onsite-personalization-example-with-google-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/04/28/onsite-personalization-example-with-google-analytics/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 21:38:59 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=462</guid>
		<description><![CDATA[
			
				
			
		
I have had quite a few requests to confirm that you can read custom variables so I thought I&#8217;d just show a quick demo. I also recommend you take a look at the video from the Google Analytics team that describes this feature (fast forward to around minute 29:00).
As the name implies _getVisitorCustomVar() only reads [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F04%2F28%2Fonsite-personalization-example-with-google-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F04%2F28%2Fonsite-personalization-example-with-google-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have had quite a few requests to confirm that you can <a href="http://www.michaelwhitaker.com/blog/2010/03/30/onsite-targeting-coming-to-google-analytics/">read custom variables</a> so I thought I&#8217;d just show a quick demo. I also recommend you take a look at the <a href="http://analytics.blogspot.com/2010/04/custom-variables-webinar-available-for.html">video</a> from the Google Analytics team that describes this feature (fast forward to around minute 29:00).</p>
<p>As the name implies <strong>_getVisitorCustomVar()</strong> only reads custom variables that have a <strong>visitor-level</strong> scope. You can&#8217;t use this approach for reading page-level or session-level custom variables, so the <strong>scope should be set to 1</strong> when you set a <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#examples">custom variable</a>. The argument in _getVisitorCustomVar(<strong>1</strong>); is the slot you use for setting the visitor-level custom variable.</p>
<p>Anyway, here is a simple demo where we set a custom variable on another page. Once the custom variable is set, it can be read and be used to execute code on other pages.</p>
<p>Please <a href="http://www.michaelwhitaker.com/cvar.html">click here first to set the custom variable</a>. Then come back to this page and see what happens.</p>
<div id="cvar" style="display:none; padding:20px; background-color: #DB940F;">This div was previously hidden and is only shown if the custom variable is set on the other page. Please take a look at the source of this page for the example. It&#8217;s a bit of Javascript that looks for the div that has the id=cvar and sets its the display to block.<br />
<code>var visitortype = pageTracker._getVisitorCustomVar(1);<br />
if (visitortype == 'HomePage') {<br />
try { document.getElementById("cvar").style.display = "block"; }catch(e){}}</code></div>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/04/28/onsite-personalization-example-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unique visitors, 0 visits and pages in web analytics</title>
		<link>http://www.michaelwhitaker.com/blog/2010/04/23/unique-visitors-0-visits-and-pages-in-web-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/04/23/unique-visitors-0-visits-and-pages-in-web-analytics/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:44:41 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Yahoo! Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=443</guid>
		<description><![CDATA[
			
				
			
		
It&#8217;s always good to pause and ask yourself if the data you are looking at makes sense. Particularly with the awesome powers of advanced segmentation in Yahoo! Web Analytics and Google Analytics you are likely to come across cases where the data looks weird when you set up custom reports. The likely explanation is that [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F04%2F23%2Funique-visitors-0-visits-and-pages-in-web-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F04%2F23%2Funique-visitors-0-visits-and-pages-in-web-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s always good to pause and ask yourself if the data you are looking at makes sense. Particularly with the awesome powers of advanced segmentation in Yahoo! Web Analytics and Google Analytics you are likely to come across cases where the data looks weird when you set up custom reports. The likely explanation is that you are mixing together dimensions (in GA parlance) or groups (YWA lingo) that don&#8217;t really go together. Or perhaps the data model used by the web analytics tool can explain what you are seeing.</p>
<p>Case in point is the seemingly strange issue that Google Analytics can report <strong>more visits and than unique visitors for any given page</strong>. If you&#8217;d like to follow along, you can get the <a href="http://www.google.com/analytics/reporting/edit_custom_report?share=93gRLCgBAAA.5cmZVfTgv7FSDQaf3SApcMnvZYTt_a8cmYpXPYL6M3z8ShVSRZ-NLe0m3PwAKNL44_U4IfIXvUReFEZfXCS70g.wbKKgK-ELUBsa4yott4y-A">Unique visitors custom report</a> and apply to your GA account.</p>
<p><img class="alignnone size-full wp-image-444" title="crreportsetup" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/crreportsetup.png" alt="crreportsetup" width="458" height="233" /></p>
<p>and the resulting report would look something like this:</p>
<p><img class="alignnone size-full wp-image-445" title="crreport" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/crreport.png" alt="crreport" width="652" height="310" /></p>
<p>The same custom report in YWA gives this:</p>
<p><img class="alignnone size-full wp-image-446" title="ywavisitors" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/ywavisitors.png" alt="ywavisitors" width="606" height="138" /></p>
<p>How can is be that there are <strong>more unique visitors than visits to a page</strong>?</p>
<p>Well, it turns out that the answer lies in the data model used by Google Analytics.  <strong>The visit is assigned to the first page</strong> but not subsequent pages, whereas <strong>unique visitors are assigned to each page</strong>:</p>
<p><img class="alignnone size-full wp-image-448" title="diagram" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/diagram.png" alt="diagram" width="501" height="166" /></p>
<p>If that is the case I hear you ask, then shouldn&#8217;t there be pages that have <strong>0 visits</strong> attributed to them? There sure are.  You can just segment this custom report by landing page for example:</p>
<p><img class="alignnone size-full wp-image-449" title="advsegment" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/advsegment.png" alt="advsegment" width="506" height="440" /></p>
<p>and you will get something looking like this:</p>
<p><img class="alignnone size-full wp-image-450" title="advsegmentapplied" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/advsegmentapplied.png" alt="advsegmentapplied" width="652" height="675" /></p>
<p>All these pages have 0 visits because they came after the landing page during the same visit.</p>
<p><strong>The same visit attribution model applies to traffic sources such as keywords as well</strong>. Consider the case of a visitor coming to your site via two different sources during the same visit.</p>
<p>For example, the visitor might search on both Bing and Google and comes to your site:</p>
<p><img class="alignnone size-full wp-image-452" title="attribute" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/attribute.png" alt="attribute" width="648" height="112" /></p>
<p>As you can see, bing gets the credit for the sale even though it has 0 visits attributed to it. And Google gets the visit, but not the credit for the sale, because it initiated the visit. How do I know that this is <strong>the same visitor</strong> you might ask? Well, in this case I was able to track the conversion back to the city, which rather conveniently had only one visit:</p>
<p><img class="alignnone size-full wp-image-453" title="citydrilldown" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/citydrilldown.png" alt="citydrilldown" width="756" height="308" /></p>
<p>Of course in practice, this is not a very scalable way of looking for assist keywords or doing attribution management because you wouldn&#8217;t normally be able to tell that this data belongs to the same visitor. One thing you can do though is get a general sense for how often there are assists during the same visit:</p>
<p>Pull up your main Keywords report and use the Advanced Filter at the bottom of the table and enter these conditions:</p>
<p><img class="alignnone size-full wp-image-454" title="advfilter" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/advfilter.png" alt="advfilter" width="340" height="194" /></p>
<p>and look at the results:</p>
<p><img class="alignnone size-full wp-image-455" title="advfilterresult" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/04/advfilterresult.png" alt="advfilterresult" width="479" height="196" /></p>
<p>What this means is that <strong>2.32% of transactions had an assist during the same visit</strong>.</p>
<p>Interesting, even though it is not terribly actionable since we don&#8217;t know what those assists are. But at least we can now make sense of  <strong>&#8220;zero visits&#8221;</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/04/23/unique-visitors-0-visits-and-pages-in-web-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onsite targeting with Google Analytics</title>
		<link>http://www.michaelwhitaker.com/blog/2010/03/30/onsite-targeting-coming-to-google-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/03/30/onsite-targeting-coming-to-google-analytics/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 23:22:26 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=433</guid>
		<description><![CDATA[
			
				
			
		
A logical progression from segmenting your data in web analytics is to then be able to target those segments. For example, you might want to show a special offer only to loyal repeat customers and not to others.
In a very informative webinar last week by the Google Analytics team on custom variables, one particular example [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F03%2F30%2Fonsite-targeting-coming-to-google-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F03%2F30%2Fonsite-targeting-coming-to-google-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>A logical progression from segmenting your data in web analytics is to then be able to <strong>target those segments</strong>. For example, you might want to show a special offer only to loyal <a href="http://www.michaelwhitaker.com/blog/2010/03/29/repeat-customers/">repeat customers</a> and not to others.</p>
<p>In a very informative <a href="http://analytics.blogspot.com/2010/03/upcoming-webinar-google-analytics.html">webinar</a> last week by the Google Analytics team on <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html">custom variables</a>, one particular example caught my attention: the ability to not only <strong>set</strong> a custom variable, but also to <strong>read</strong> its value.</p>
<p>Let&#8217;s assume that I set a custom variable called <strong>CustomerType</strong> on the transaction page that has the possible values <strong>New</strong> or <strong>Repeat</strong>, then it sounds like we will be able to do something like this:</p>
<p><code>&lt;script&gt;var customertype = pageTracker._<strong>getVisitorCustomVar</strong>(1);<br />
if (customertype = 'Repeat') {<br />
display special offer on the page<br />
}<br />
&lt;/script&gt;</code></p>
<p>The method <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._getVisitorCustomVar">_getVisitorCustomVar()</a> is described in the <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html">GA code site</a>. Cool stuff!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/03/30/onsite-targeting-coming-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>google.com organic referrer update</title>
		<link>http://www.michaelwhitaker.com/blog/2010/03/30/google-com-organic-referrer-update/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/03/30/google-com-organic-referrer-update/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 13:47:44 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=422</guid>
		<description><![CDATA[
			
				
			
		
Back in April 2009 Google announced a change to search referrals coming from google.com. The old familiar format when you search on google.com
http://www.google.com/search?hl=en&#38;q=flowers&#38;btnG=Google+Search
would be replaced with:
http://www.google.com/webhp#hl=en&#38;q=flowers
Initially, some people were concerned that the use of the hashtag # in the URL would cause issues with web analytics tracking, but Google found a way to make sure [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F03%2F30%2Fgoogle-com-organic-referrer-update%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F03%2F30%2Fgoogle-com-organic-referrer-update%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Back in April 2009 Google <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">announced</a> a change to search referrals coming from google.com. The old familiar format when you search on google.com</p>
<p><a href="http://www.google.com/search?hl=en&amp;q=flowers&amp;btnG=Google+Search">http://www.google.com/search?hl=en&amp;q=flowers&amp;btnG=Google+Search</a></p>
<p>would be replaced with:</p>
<p><a href="http://www.google.com/webhp#hl=en&amp;q=flowers">http://www.google.com/webhp#hl=en&amp;q=flowers</a></p>
<p>Initially, some people were concerned that the use of the <strong>hashtag #</strong> in the URL would cause issues with web analytics tracking, but Google found a way to make sure that the referrer data would still be valid (albeit different) when visitors click on a results link. This is what the new referrer string looks like:</p>
<p><code>http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CBYQFjAA&amp;url=http%3A%2F%2Fwww.1800flowers.com%2F&amp;rct=j&amp;<br />
<strong>q=flowers</strong>&amp;ei=9EuxS5XsCI3-tQOJlo2PAQ&amp;usg=AFQjCNHgC4BdrCNZRz6VZnHa2XGbvsBKmA</code></p>
<p>In <a href="http://www.michaelwhitaker.com/blog/2009/12/22/google-keyword-ranking/">December 2009</a> I estimated the proportion of these new <strong>Google organic referrers to be 10%</strong>. It looks like that this proportion has now been bumped up to <strong>20% since early February 2010</strong>:</p>
<p><img class="alignnone size-full wp-image-425" title="newgooglereferrer" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/03/newgooglereferrer.png" alt="newgooglereferrer" width="652" height="230" /></p>
<p><img class="alignnone size-full wp-image-424" title="exactrankingjan" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/03/exactrankingjan.png" alt="exactrankingjan" width="533" height="156" /></p>
<p>So, how is this information actionable? I will admit that I primarily just wanted to make this observation about the referrer change rollout, but one thing you can do with the new referrer format is find out the <a href="http://www.michaelwhitaker.com/blog/2009/12/22/google-keyword-ranking/">exact search results ranking</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/03/30/google-com-organic-referrer-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is attribution management right for smaller online retailers?</title>
		<link>http://www.michaelwhitaker.com/blog/2010/02/04/attribution-management-for-smaller-online-retailers/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/02/04/attribution-management-for-smaller-online-retailers/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:34:43 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=376</guid>
		<description><![CDATA[
			
				
			
		
First of all, what is attribution management? If I may quote John Lovett from his paper &#8220;A Framework For Multicampaign Attribution Measurement&#8220;:
The practice of attributing credit to all marketing exposures that led to a Web site and subsequently
resulted in a conversion event, rather than attributing all credit to the exposure immediately
preceding the conversion.
Multi-campaign attribution is [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F02%2F04%2Fattribution-management-for-smaller-online-retailers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F02%2F04%2Fattribution-management-for-smaller-online-retailers%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>First of all, what is <strong>attribution management</strong>? If I may quote John Lovett from his paper &#8220;<a href="http://www.forrester.com/rb/Research/framework_for_multicampaign_attribution_measurement/q/id/48148/t/2">A Framework For Multicampaign Attribution Measurement</a>&#8220;:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The practice of attributing credit to all marketing exposures that led to a Web site and subsequently</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">resulted in a conversion event, rather than attributing all credit to the exposure immediately</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">preceding the conversion.</div>
<blockquote><p>Multi-campaign attribution is the practice of attributing credit to all marketing exposures that led to a Web site and subsequently resulted in a conversion event, rather than attributing all credit to the exposure immediately preceding the conversion.</p></blockquote>
<p>In other words, many of your customers are deliberatively making your life harder by visiting your site multiple times from multiple sources before converting and, to make matters even more complicated, it&#8217;s really hard to tell that this is actually happening! <img src='http://www.michaelwhitaker.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Here is an example:</p>
<p><img class="alignnone size-full wp-image-377" title="referralsources" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/02/referralsources.png" alt="referralsources" width="492" height="353" /></p>
<p>Standard Traffic Sources report, where one transaction is credited to Google Organic and one to Google Adwords.</p>
<p>I can also see the actual transaction:</p>
<p><img class="alignnone size-full wp-image-378" title="GAlastclick" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/02/GAlastclick.png" alt="GAlastclick" width="458" height="157" /></p>
<p>Fair enough&#8230;Google gets the credit, end of story. Or so one might think&#8230; Bear in mind that this is just the <strong>last, converting visit</strong>. We can&#8217;t really see what or if the customer came to our site before. That&#8217;s where attribution analysis comes in, and here is the salient visit history from our own <a href="http://www.monitus.net/index.php/tools/ta.html">attribution management tool</a>:</p>
<p><img class="alignnone size-full wp-image-380" title="visithistory" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/02/visithistory.png" alt="visithistory" width="525" height="69" /></p>
<p>Turns out that the referral from <strong>flyertalk.com</strong> in spot 7 in my referral list played an important role in the conversion process and should thus get at least some if not all of the credit:</p>
<p><img class="alignnone size-full wp-image-381" title="attributionmodel" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/02/attributionmodel.png" alt="attributionmodel" width="542" height="67" /></p>
<p>Useful to know, right? And from John&#8217;s same paper, &#8220;According to 275 Web site decision-makers surveyed in 2008, a full <strong>52% agree that attribution would enable them to spend marketing dollars more effectively</strong>.&#8221;</p>
<p>OK, but back to my original question: <strong>Is attribution management right for smaller online retailers?</strong></p>
<p>It&#8217;s quite a step from &#8220;useful to know&#8221; to actionable advice. The example I showed is not actionable per se. All I know is that there is more to the transaction than first meets the eye. It&#8217;s just one multi-visit trail leading to one transaction.</p>
<p>In order for attribution analysis to become interesting, we have to collect far more data to come up with aggregate purchase paths that exhibit distinct differences &#8211; kind of like segmenting in web analytics. For example, attribution analysis can tell you that many <strong>branded search terms</strong> are preceded by<strong> keywords that look like they are converting badly in your web analytics</strong>, but which provide a crucial <strong>assist</strong>.</p>
<p>The need for a lot of data could however rule out many smaller online retailers who may not have enough traffic for those patterns to emerge. Furthermore, doing any kind of decent analysis takes time and resources, possibly at the expense of other worthy initiatives, such as web analytics in general, AB and Multivariate testing, email marketing, landing page optimization, SEO and SEM, fulfilling orders, etc&#8230;</p>
<p>Has anyone looked into <strong>at what point attribution management becomes important?</strong> Is it in terms of revenue, traffic, marketing spend, or number of different channels? Could there be a simple metric that a busy retailer could use to determine whether she &#8220;needs&#8221; attribution management?</p>
<p>Is attribution management just for the big boys?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/02/04/attribution-management-for-smaller-online-retailers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google keyword rankings in web analytics</title>
		<link>http://www.michaelwhitaker.com/blog/2009/12/22/google-keyword-ranking/</link>
		<comments>http://www.michaelwhitaker.com/blog/2009/12/22/google-keyword-ranking/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:40:11 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=255</guid>
		<description><![CDATA[
			
				
			
		
In April 2009 Google announced a change to the referrer information coming from Google organic searches. The interesting bit to many people was the addition of the cd parameter, which is the actual search results position. There are a few ways you can see the keyword position in your web analytics, such as with filters, [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2009%2F12%2F22%2Fgoogle-keyword-ranking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2009%2F12%2F22%2Fgoogle-keyword-ranking%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In April 2009 Google <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">announced</a> a change to the referrer information coming from Google organic searches. The interesting bit to many people was the addition of the <strong>cd</strong> parameter, which is the <strong>actual search results position</strong>. There are a few ways you can see the keyword position in your web analytics, such as with <a href="http://yoast.com/track-seo-rankings-and-sitelinks-with-google-analytics-ii/">filters</a>, custom variables or event tracking. I personally like event tracking in Google Analytics, and before the change in referrer information we were at least able to see the <a href="http://www.michaelwhitaker.com/blog/2009/07/22/seo-ranking-and-event-tracking/">page</a> a keyword was on.</p>
<p>I thought it would be interesting to revisit this topic from a web analytics/optimization perspective.</p>
<p>1) I estimate that about <strong>10% of Google organic searches</strong> have the new referrer information. I have not detected a significant change over time.</p>
<p><img class="alignnone size-full wp-image-256" title="compnewreferrer" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2009/12/compnewreferrer.png" alt="compnewreferrer" width="555" height="258" /></p>
<p>2) <strong>Number #1 ranking gets by far the most clicks</strong>, followed by #2 and #3. Positions #4 through #8 seem to get similar clickthroughs, and from position #9 on down traffic drops significantly. Nothing too surprising here and mirrors what we see on <a href="http://monitus.blogs.com/yahoo_store/2009/09/arrange-items-using-event-tracking-analytics-data.html">e-commerce section pages</a>: visitors tend to click from top to bottom.</p>
<p><img class="alignnone size-full wp-image-257" title="listing" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2009/12/listing.png" alt="listing" width="491" height="449" /></p>
<p>A number #1 ranking however doesn&#8217;t mean much if it is <strong>unqualified traffic that doesn&#8217;t convert</strong>. From an optimization perspective, how about segmenting your data to show only traffic from top ranking keywords that doesn&#8217;t convert?</p>
<p><img class="alignnone size-full wp-image-262" title="segment" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2009/12/segment1.png" alt="segment" width="373" height="150" /></p>
<p>Then check keyword landing page combos to find such underperforming keywords and their respective landing pages.</p>
<p><img class="alignnone size-full wp-image-259" title="kw-lp-combo" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2009/12/kw-lp-combo.png" alt="kw-lp-combo" width="730" height="528" /></p>
<p>Another way to look at it is to say that you have done all you can from an SEO perspective, can&#8217;t get higher than #1 ranking. <strong>Now it&#8217;s up to your site to convert those visitors</strong>. Or you are targeting the wrong keywords in your SEO efforts.</p>
<p>Happy Holidays!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2009/12/22/google-keyword-ranking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
