<?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; Web Analytics</title>
	<atom:link href="http://www.michaelwhitaker.com/blog/category/web-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>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>Yahoo! Store trackable links and web analytics</title>
		<link>http://www.michaelwhitaker.com/blog/2010/05/10/yahoo-store-trackable-links-and-web-analytics/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/05/10/yahoo-store-trackable-links-and-web-analytics/#comments</comments>
		<pubDate>Mon, 10 May 2010 21:41:11 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Yahoo! Store]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=470</guid>
		<description><![CDATA[
			
				
			
		
(This post applies only to Yahoo! Store merchants).
If you are using Trackable Links you can make a small change in the trackable link URL that allows you to track it directly in web analytics too.
When you set up a trackable link it looks something like:

http://store.yahoo.com/cgi-bin/clink?yhst-12345678910+VQASpg+index.html+testit
When you click on a link like this one (which 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%2F05%2F10%2Fyahoo-store-trackable-links-and-web-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F05%2F10%2Fyahoo-store-trackable-links-and-web-analytics%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>(This post applies only to Yahoo! Store merchants).</p>
<p>If you are using <a href="http://help.yahoo.com/l/us/yahoo/smallbusiness/store/promote/tools/tools-39.html">Trackable Links</a> you can make a small change in the trackable link URL that allows you to track it directly in web analytics too.</p>
<p>When you set up a <strong>trackable link</strong> it looks something like:</p>
<p><img class="alignnone size-full wp-image-471" title="linksetup" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/05/linksetup.png" alt="linksetup" width="586" height="365" /></p>
<p><code>http://store.yahoo.com/cgi-bin/clink?yhst-12345678910+VQASpg+index.html+testit</code></p>
<p>When you click on a link like this one (which is a non-working sample link), you are redirected to the landing page &#8211; in this case the homepage. <strong>What if you want to track this link also in web analytics?</strong> In this case you might be tempted to add a tracking parameter at the end of the page you are linking to, e.g.:</p>
<p><code>http://store.yahoo.com/cgi-bin/clink?yhst-12345678910+VQASpg+pageid.html?<strong>coupon=testit</strong>+testit</code></p>
<p>Unfortunately, this tracking parameter will be stripped during the redirect to the landing page and your web analytics tool will just count another pageview for the page.</p>
<p>There is however a simple solution, which involves using the<strong> full URL to the page</strong>:</p>
<p><code>http://store.yahoo.com/cgi-bin/clink?yhst-12345678910+VQASpg+<strong>http://www.yourdomain.com/pageid.html?coupon=testit</strong>+testit</code></p>
<p>In this case the tracking parameter is preserved and can be read by your web analytics tool:</p>
<p><img class="alignnone size-full wp-image-472" title="ywa-ga" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/05/ywa-ga.png" alt="ywa-ga" width="638" height="140" /></p>
<p>allowing you to do advanced web analysis of the performance of these trackable links.</p>
<p>You might therefore wonder: <strong>Why use trackable links at all?</strong> Would it not be more elegant to send visitors from your paid campaigns directly to your desired landing pages using URL tracking parameters?</p>
<p>There is one good reason in my opinion: When you use a trackable link in conjunction with coupons, <strong>clicking on the trackable link automatically applies the coupon</strong>!</p>
<p><img class="alignnone size-full wp-image-473" title="couponapplied" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/05/couponapplied.png" alt="couponapplied" width="438" height="41" /></p>
<p>How about that for being nice to your customers?</p>
<p>I should also add that you can send visitors straight to your cart page if you want.</p>
<p><code>http://store.yahoo.com/cgi-bin/clink?yhst-12345678910+VQASpg+<strong>https://order.store.yahoo.net/cgi-bin/wg-order?<span style="color: #ff0000;">catalog=</span>yhst-12345678910&amp;coupon=testit</strong>+testit</code></p>
<p>Just note that if you are using tracking parameters you must use the parameter <strong>catalog=storeid</strong> otherwise it won&#8217;t work. If you want to use multiple tracking parameters, just separate them by ampersands &#8220;&amp;&#8221;, e.g.:</p>
<p><code>coupon=testit<strong>&amp;</strong>campaign=email</code></p>
<p>Finally, I just realized that the fine folks at <strong>YWA </strong>have already written a help document about <a href="http://help.yahoo.com/l/us/yahoo/smallbusiness/store/analytics/reports/reports-30.html">tracking trackable links</a>! They also rightly point out that you should <a href="http://www.w3schools.com/tags/ref_urlencode.asp">encode the full URL</a> of the page you are linking to.</p>
<p>Happy tracking of trackable links!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/05/10/yahoo-store-trackable-links-and-web-analytics/feed/</wfw:commentRss>
		<slash:comments>1</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>Repeat Customers</title>
		<link>http://www.michaelwhitaker.com/blog/2010/03/29/repeat-customers/</link>
		<comments>http://www.michaelwhitaker.com/blog/2010/03/29/repeat-customers/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:42:01 +0000</pubDate>
		<dc:creator>Michael Whitaker</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Yahoo! Store]]></category>

		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/?p=416</guid>
		<description><![CDATA[
			
				
			
		
What&#8217;s the only thing better than customers? Repeat Customers. According to the book Flip the Funnel the conventional wisdom is that it is far more expensive to acquire new customers than it is to retain existing ones. Many companies now base their strategy on increasing purchases from repeat customers, which in the case of Zappos [...]]]></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%2F29%2Frepeat-customers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.michaelwhitaker.com%2Fblog%2F2010%2F03%2F29%2Frepeat-customers%2F&amp;source=monitus&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>What&#8217;s the only thing better than customers? <strong>Repeat Customers</strong>. According to the book <a href="http://www.amazon.com/Flip-Funnel-Existing-Customers-Gain/dp/0470487852">Flip the Funnel</a> the conventional wisdom is that it is far more expensive to acquire new customers than it is to retain existing ones. Many companies now base their strategy on increasing purchases from repeat customers, which in the case of Zappos is 75% of their business (again from the book Flip the Funnel).</p>
<p>You should be able to get repeat customer metrics directly in your e-commerce order system. If you have a Yahoo! Store, you can get a baseline metric by pulling up the <strong>Repeats</strong> report. This will show you the number of customers who have placed multiple orders. You can then divide this number by the number of total orders to get the percentage of repeat orders.</p>
<p><img class="alignnone size-full wp-image-418" title="repeats" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/03/repeats.png" alt="repeats" width="497" height="235" /></p>
<p>In this example, 159/3511 = 5% of orders came from repeat customers. This metric will probably not change that much over short time periods, but I would check it from time to time &#8211; perhaps on a monthly or quarterly basis. <strong>Are you able to do a better job of retaining your existing customers?</strong></p>
<p>From a web analytics perspective, what I would like to examine is the <strong>behavior</strong> of repeat customers vs one-time customers vs non-customers. Are repeat customer behaving differently than other segments? Is there anything I can do to target one-time customers to get them to become loyal customers?</p>
<p>To address some of those questions in your web analytics you&#8217;ll have to be able to query your e-commerce order system and tag your visitors appropriately, eg as &#8220;new customer&#8221; or &#8220;repeat customer&#8221;, at the time of ordering. Implementation approaches will vary depending on your e-commerce platform, but web analytics tools such as Yahoo! Web Analytics or Google Analytics allow you to set custom variables so that you can track these customer segments.</p>
<p>Once you have set up your tracking, what does the data tell you? One of the first questions I would ask is <strong>how repeat customers come back to your site</strong>. Are they coming back because they know your brand and therefore type in your brand name in a search engine or visit your site directly?</p>
<p>My take so far is that <strong>unless you proactively target and try to get more repeat customers, don&#8217;t expect repeat customers to behave differently than one-time customers</strong>. You will have to work just as hard as getting new customers to get repeat customers in your search marketing campaigns. You will have to earn their business again every time by competing for non-branded terms:</p>
<p><img class="alignnone size-full wp-image-419" title="newcustomer" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/03/newcustomer.png" alt="newcustomer" width="542" height="151" /></p>
<p><img class="alignnone size-full wp-image-420" title="repeatcustomer" src="http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/03/repeatcustomer.png" alt="repeatcustomer" width="540" height="151" /></p>
<p>In this example, the new and repeat customer segments show virtually no difference.</p>
<p>Could you be doing a better job of targeting your one-time customers either directly on your site or via email campaigns so that they become loyal repeat customers? Do you have a great process in place once customers place an order or when they call your customer support number?</p>
<p>Hopefully over time you will find that loyal customers will come back directly to your site thereby lowering your direct SEM costs. And finally I should mention that I have not even taken into account other advantages such as word of mouth and referrals from your loyal customers that should help to lower your overall marketing costs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelwhitaker.com/blog/2010/03/29/repeat-customers/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>
