<?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>AdVantage SEO &#187; analytics</title>
	<atom:link href="http://www.advantageseo.sg/blog/tag/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.advantageseo.sg/blog</link>
	<description>SEO &#124; PPC &#124; Social Media &#124; Search Engine Marketing</description>
	<lastBuildDate>Sat, 31 Jul 2010 06:27:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Get Past Last-Touch Attribution With Google Analytics</title>
		<link>http://www.advantageseo.sg/blog/how-to-get-past-last-touch-attribution-with-google-analytics/</link>
		<comments>http://www.advantageseo.sg/blog/how-to-get-past-last-touch-attribution-with-google-analytics/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:52:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.advantageseo.sg/blog/how-to-get-past-last-touch-attribution-with-google-analytics/</guid>
		<description><![CDATA[Posted by willcritchlow
In last week&#8217;s Whiteboard Friday &#8220;Kill the Head or Chase the Tail&#8221;, Rand and I started by discussing how to gain true insight into what kind of keywords are leading people to discover your brand and ultimately driving conversions for your business (clue: it&#8217;s probably not branded search phrases, despite what your analytics [...]


Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/new-google-analytics-features-inject-intelligence-into-marketing/' rel='bookmark' title='Permanent Link: New Google Analytics Features Inject Intelligence Into Marketing'>New Google Analytics Features Inject Intelligence Into Marketing</a></li><li><a href='http://www.advantageseo.sg/blog/google-analytics-now-tracks-feed-item%c2%a0clicks/' rel='bookmark' title='Permanent Link: Google Analytics Now Tracks Feed Item Clicks'>Google Analytics Now Tracks Feed Item Clicks</a></li><li><a href='http://www.advantageseo.sg/blog/google-turns-to-your-past-emails-to-make-ads-more-relevant/' rel='bookmark' title='Permanent Link: Google Turns to Your Past Emails to Make Ads More Relevant'>Google Turns to Your Past Emails to Make Ads More Relevant</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Posted by <a href="http://www.seomoz.org/users/view/21379">willcritchlow</a></p>
<p>In last week&#8217;s Whiteboard Friday <a href="http://www.seomoz.org/blog/whiteboard-friday-keyword-strategies-kill-the-head-or-chase-the-tail">&#8220;Kill the Head or Chase the Tail&#8221;</a>, Rand and I started by discussing how to gain true insight into what kind of keywords are leading people to discover your brand and ultimately driving conversions for your business (clue: it&#8217;s probably not branded search phrases, despite what your analytics reports are telling you). Today, I&#8217;m going to demonstrate one way of measuring this more accurately in Google Analytics.</p>
<p>The problem is well described by the ever-excellent Avinash Kaushik in his post entitled <a href="http://www.kaushik.net/avinash/2009/02/paid-search-analytics-measuring-upper-funnel-keywords.html">Measuring Upper Funnel Keywords</a> (although nominally about paid search, his description applies perfectly well to natural search except you aren&#8217;t paying for traffic in the same way). It can be summarised by thinking about all those reports we have all seen showing branded search terms being the best-converting. While this is true in the sense that the individual finally converted after searching for the brand, it&#8217;s clearly not the way they found out about your services. For the purposes of setting strategy, you need to understand in better detail your &#8220;visitor acquisition&#8221; channels that <em>eventually</em> lead to conversions. Sam&#8217;s superb post on <a href="http://www.seomoz.org/blog/11-conversion-lessons-learned-2009">SEOmoz&#8217;s conversion rate lessons from 2009</a> touches on this in point 2.</p>
<p>Enter multi-touch analytics tracking.</p>
<p>Most analytics packages use <strong>last-touch attribution </strong>by default meaning that conversions are allocated to the most recent source of a visit for that visitor. We are interested here in <strong>first-touch attribution </strong>or even <strong>multi-touch attribution models</strong> to understand how visitors are influenced over time by repeated visits to the site. If you are interested in analytics packages that can track multiple touches &#8216;out of the box&#8217;, I recommend reading <a href="http://www.johnsantangelo.me/">John Santangelo</a>&#8217;s YOUmoz post on <a href="http://www.seomoz.org/ugc/google-analytics-alternatives-measuring-beyond-last-click-wins">Google Analytics alternatives</a>.</p>
<h2>First-touch tracking in Google Analytics</h2>
<p>Patrick at Blogstorm has written about <a href="http://www.blogstorm.co.uk/how-to-override-google-analytics-last-click-wins-behaviour/">over-riding last click attribution</a> (something I also discussed in my presentation <a href="http://www.scribd.com/doc/20309533/Will-Critchlow-Analytics-Every-SEO-Should-Know">Analytics Every SEO Should Know</a> that Scott linked to from the Whiteboard Friday). But this method only works when you can specify the exact URL of the landing page including parameters as it relies on the <strong>utm_nooverride</strong> parameter. This works fine for email and PPC traffic, but doesn&#8217;t help with tracking organic search traffic.</p>
<p>For this, we need a slightly more involved method.</p>
<p>In my presentation, I touched on the function <strong>setVar</strong> and a custom function called <a href="http://www.lunametrics.com/blog/2008/04/17/stuff-more-than-one-value-in-gas-user-defined-segment/">superSetVar</a>, but in the updates announced in October last year, the GA team released a new function called <strong>setCustomVar</strong> that is now the best functionality to use. For this purpose we want to track <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#visitorLevel">variables at the visitor level</a>.</p>
<p>In your GA tracking code, you want to check for the presence of the <strong>__utma</strong> cookie which will be present only if the user is a returning visitor. If it is not present, use the JavaScript variable <strong>document.referrer</strong> to set a visitor-level custom variable (named something like &#8220;original referrer&#8221;) and use <strong>location.pathname</strong> to set a second visitor-level custom variable (named something like &#8220;original landing page&#8221;). Take care not to re-use custom variable slots you are using elsewhere in your analytics.</p>
<p>You will probably then want to add a filter to your analytics profile to convert the raw referrer into referring keywords using a filter like this one for <a href="http://www.ga-experts.com/blog/2006/11/how-to-get-detailed-ppc-keyword-data-from-google-analytics/">getting detailed PPC keyword information</a> (obviously not filtering only PPC traffic). You might also want to pull out the original source (which you can work out from the referrer and landing page) into a separate variable.</p>
<p>With this all set up, you will be able to run conversion reports by <strong>original keyword</strong> for a given <strong>original source </strong>and see conversion information based on <strong>first click attribution</strong>. I would expect that you would see the long-tail contributing far more than it does in the standard reports and branded search much less (not zero of course &#8211; there will still be first-touch branded searches driven by PR, offline marketing etc.).</p>
<h2>Multi-touch attribution modelling</h2>
<p>If you are feeling especially hardcore, you can dig even deeper into this whole mess by attempting to capture multiple touch-points. The idea here is that you want to give attribution for conversions not only to first- and last-touches but also give so-called <strong>assists</strong> to touch-points along the way (e.g. a conversion path could look like <strong>long-tail keyword &gt; head keyword &gt; branded search &gt; direct visit</strong> &#8211; under this scenario, you might want to give the head and branded searches some attribution for the conversion).</p>
<p>This becomes especially important if you have different departments contributing to the marketing &#8211; you would like to be able to give some credit to the departments that bring the visitor in, some to the channels that keep the visitor returning and to the channel that finally converts them.</p>
<p>I haven&#8217;t set this up with the new GA functions, but the basic process would involve something similar to the <a href="http://www.lunametrics.com/blog/2008/04/17/stuff-more-than-one-value-in-gas-user-defined-segment/">superSetVar</a> function for the new <strong>setCustomVar</strong>. The idea here would be to stuff repeat visit information into the custom variables. This information is almost certainly unusable via the interface and you will likely need to export to Excel and play there (most likely with <a href="http://www.distilled.co.uk/conference-calls/recordings.html">Pivot Tables</a> &#8211; you all know how much I love them &#8211; it&#8217;s a little while since we ran a conference call (that link is to a recording of the one I did on Excel) but I&#8217;m planning the next one so go and <a href="http://www.distilled.co.uk/conference-calls.html">sign up</a> if you aren&#8217;t already on that mailing list).</p>
<p>If you&#8217;re hardcore enough to really want this information, you can probably work out the details! If anyone has done it and wants to write up detailed instructions, I&#8217;ll happily update this post with a link to your explanation.</p>
<h2>View-through conversions</h2>
<p>The missing piece of the puzzle if you are doing multi-touch attribution modelling is giving &#8216;assists&#8217; to branding events such as the <strong>viewing of a display advert (without a clickthrough)</strong>. Rich, our PPC guru at Distilled, wrote an introduction to <a href="http://www.distilled.co.uk/blog/ppc/measuring-the-effectiveness-of-branding/">Google&#8217;s viewthrough conversion metric</a>.</p>
<p>There are all kinds of privacy concerns in extending this further &#8211; but the data is out there to gather this kind of data across whole platforms (e.g. understanding search funnels that led to your site in the end). The signs are there that we are going to get ever more information like this &#8211; particularly out of Google who are obviously always looking for ways to persuade their customers to spend in areas outside (the generally cheaper) branded search!</p>
<hr size="2" />I love analytics and statistics, so I&#8217;d love to hear your favourite tips and tricks in the comments.</p>
<p>I&#8217;m sure future conference calls in my schedule will involve analytics tips and tricks so go ahead and <a href="http://www.distilled.co.uk/conference-calls.html">sign up</a> if you&#8217;d like to hear when they are running. You also might be interested in a post I wrote about <a href="http://searchengineland.com/how-to-segment-google-website-optimizer-tests-33341">integrating Google Website Optimizer with Google Analytics</a> on SearchEngineLand.</p>
<p>Do you like this post? <a href="http://www.seomoz.org/thumbs/add/blog/8449/1/0">Yes</a> <a href="http://www.seomoz.org/thumbs/add/blog/8449/0/0">No</a></p>
<div><a href="http://feeds.feedburner.com/~ff/seomoz?a=ZqtVoXjHLxY:LH2wrkDyJOs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=yIl2AUoC8zA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=ZqtVoXjHLxY:LH2wrkDyJOs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=7Q72WNTAKBA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=ZqtVoXjHLxY:LH2wrkDyJOs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seomoz?i=ZqtVoXjHLxY:LH2wrkDyJOs:F7zBnMyn0Lo" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=ZqtVoXjHLxY:LH2wrkDyJOs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/seomoz?i=ZqtVoXjHLxY:LH2wrkDyJOs:V_sGLiPBpWU" border="0" alt="" /></a></div>
<p><img src="http://feeds.feedburner.com/~r/seomoz/~4/ZqtVoXjHLxY" alt="" width="1" height="1" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="Digg"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="del.icio.us"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;t=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="Facebook"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;h=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="NewsVine"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="Reddit"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="StumbleUpon"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="Google"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;submitHeadline=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics&amp;submitSummary=Posted%20by%20willcritchlow%0D%0A%0D%0AIn%20last%20week%27s%20Whiteboard%20Friday%20%22Kill%20the%20Head%20or%20Chase%20the%20Tail%22%2C%20Rand%20and%20I%20started%20by%20discussing%20how%20to%20gain%20true%20insight%20into%20what%20kind%20of%20keywords%20are%20leading%20people%20to%20discover%20your%20brand%20and%20ultimately%20driving%20conve&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F" title="Technorati"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="Live"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;title=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics&amp;source=AdVantage+SEO+SEO+%7C+PPC+%7C+Social+Media+%7C+Search+Engine+Marketing&amp;summary=Posted%20by%20willcritchlow%0D%0A%0D%0AIn%20last%20week%27s%20Whiteboard%20Friday%20%22Kill%20the%20Head%20or%20Chase%20the%20Tail%22%2C%20Rand%20and%20I%20started%20by%20discussing%20how%20to%20gain%20true%20insight%20into%20what%20kind%20of%20keywords%20are%20leading%20people%20to%20discover%20your%20brand%20and%20ultimately%20driving%20conve" title="LinkedIn"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhow-to-get-past-last-touch-attribution-with-google-analytics%2F&amp;t=How%20To%20Get%20Past%20Last-Touch%20Attribution%20With%20Google%20Analytics" title="MySpace"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/new-google-analytics-features-inject-intelligence-into-marketing/' rel='bookmark' title='Permanent Link: New Google Analytics Features Inject Intelligence Into Marketing'>New Google Analytics Features Inject Intelligence Into Marketing</a></li><li><a href='http://www.advantageseo.sg/blog/google-analytics-now-tracks-feed-item%c2%a0clicks/' rel='bookmark' title='Permanent Link: Google Analytics Now Tracks Feed Item Clicks'>Google Analytics Now Tracks Feed Item Clicks</a></li><li><a href='http://www.advantageseo.sg/blog/google-turns-to-your-past-emails-to-make-ads-more-relevant/' rel='bookmark' title='Permanent Link: Google Turns to Your Past Emails to Make Ads More Relevant'>Google Turns to Your Past Emails to Make Ads More Relevant</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.advantageseo.sg/blog/how-to-get-past-last-touch-attribution-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrating the Long Tail</title>
		<link>http://www.advantageseo.sg/blog/illustrating-the-long-tail/</link>
		<comments>http://www.advantageseo.sg/blog/illustrating-the-long-tail/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:27:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.advantageseo.sg/blog/illustrating-the-long-tail/</guid>
		<description><![CDATA[Posted by randfish
The long tail of search demand has been around since the dawn of web search and, since that time, search marketers have been attempting to tap into the powerful stream that high quantities of unique content can provide. I recently came across some great data from Hitwise (about 1 year old, but still [...]


Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/3-steps-for-optimizing-content-for-long-tail-keywords/' rel='bookmark' title='Permanent Link: 3 Steps for Optimizing Content for Long Tail Keywords'>3 Steps for Optimizing Content for Long Tail Keywords</a></li><li><a href='http://www.advantageseo.sg/blog/is-it-really-crazy-to-block-google/' rel='bookmark' title='Permanent Link: Is it Really Crazy to Block Google?'>Is it Really Crazy to Block Google?</a></li><li><a href='http://www.advantageseo.sg/blog/open-site-explorer-is-pretty-slick/' rel='bookmark' title='Permanent Link: Open Site Explorer is Pretty Slick'>Open Site Explorer is Pretty Slick</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Posted by <a href="http://www.seomoz.org/users/view/63">randfish</a></p>
<p>The long tail of search demand has been around since the dawn of web search and, since that time, search marketers have been attempting to tap into the powerful stream that high quantities of unique content can provide. I recently came across some great data from Hitwise (about 1 year old, but still highly relevant) showing off just how substantive the long tail can be. Bill Tancer&#8217;s post &#8211; <a href="http://weblogs.hitwise.com/bill-tancer/2008/11/sizing_up_the_long_tail_of_sea.html">Sizing Up the Long Tail</a> &#8211; gives some stats:</p>
<blockquote dir="ltr"><p>&#8230;the head and body together only account for 3.25% of all search traffic! In fact, the top terms don’t account for much traffic:</p>
<p>• Top 100 terms: 5.7% of the all search traffic<br />
• Top 500 terms: 8.9% of the all search traffic<br />
• Top 1,000 terms: 10.6% of the all search traffic<br />
• Top 10,000 terms: 18.5% of the all search traffic</p>
<p>This means if you had a monopoly over the top 1,000 search terms across all search engines (which is impossible), you’d still be missing out on 89.4% of all search traffic. There’s so much traffic in the tail it is hard to even comprehend. To illustrate, if search were represented by a tiny lizard with a one-inch head, the tail of that lizard would stretch for 221 miles.</p>
<p align="center"><strong>Top 10,000 Search Terms by Percentage of All Search Traffic<br />
</strong><img src="http://weblogs.hitwise.com/bill-tancer/dw3.png" alt="" /></p>
<p>The truth is my research is still greatly understating the true size of the tail because:<br />
• The Hitwise sample contains 10 million U.S. Internet users and a complete data set would uncover much larger portions of the long tail.<br />
• The data set I used filtered out adult searches.<br />
• I only looked at 3-months worth of data (which were some of the slower months for search engines).</p></blockquote>
<p>To help put this in perspective, I made a few spiffy charts that can help to illustrate these points:</p>
<p align="center"><a href="http://www.seomoz.org/img/upload/long-tail.gif"><img src="http://www.seomoz.org/img/upload/kw-longtail-percent.gif" alt="Long Tail Search Traffic Distribution" width="600" height="383" /></a></p>
<p>In this first chart, you can see a representation of Hitwise&#8217;s data from the four chunks Bill broke down.</p>
<p align="center"><a href="http://www.seomoz.org/img/upload/search-demand-curve%281%29.gif"><img src="http://www.seomoz.org/img/upload/search-demand-chart-colors.gif" alt="The Search Demand Curve" width="600" height="520" /></a></p>
<p>In this next representation, I&#8217;m showing the classic &#8220;long tail&#8221; style curve, but color-coded to help show the various areas of keyword demand. Note that you could conceptually say that the 9,000 of the top 10,000 terms should technically fit into the chunky middle. Bill classified them thusly in his post, but I tend to think that at those demand levels, we&#8217;re still talking about &#8220;head&#8221; of the curve figures.</p>
<p>For both of these graphics, there&#8217;s a large, high-res version available by clicking the chart. You can find lots, lots more on our <a href="http://www.seomoz.org/dp/free-charts">Free Charts</a> page <img src='http://www.advantageseo.sg/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Do you like this post? <a href="http://www.seomoz.org/thumbs/add/blog/8055/1/0">Yes</a> <a href="http://www.seomoz.org/thumbs/add/blog/8055/0/0">No</a></p>
<div><a href="http://feeds.feedburner.com/~ff/seomoz?a=cs6MGUgkoXE:5oQqQY1lVGs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=yIl2AUoC8zA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=cs6MGUgkoXE:5oQqQY1lVGs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=7Q72WNTAKBA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=cs6MGUgkoXE:5oQqQY1lVGs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seomoz?i=cs6MGUgkoXE:5oQqQY1lVGs:F7zBnMyn0Lo" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=cs6MGUgkoXE:5oQqQY1lVGs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/seomoz?i=cs6MGUgkoXE:5oQqQY1lVGs:V_sGLiPBpWU" border="0" alt="" /></a></div>
<p><img src="http://feeds.feedburner.com/~r/seomoz/~4/cs6MGUgkoXE" alt="" width="1" height="1" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail" title="Digg"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail" title="del.icio.us"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;t=Illustrating%20the%20Long%20Tail" title="Facebook"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;h=Illustrating%20the%20Long%20Tail" title="NewsVine"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail" title="Reddit"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail" title="StumbleUpon"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail" title="Google"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;submitHeadline=Illustrating%20the%20Long%20Tail&amp;submitSummary=Posted%20by%20randfish%0D%0A%0D%0AThe%20long%20tail%20of%20search%20demand%20has%20been%20around%20since%20the%20dawn%20of%20web%20search%20and%2C%20since%20that%20time%2C%20search%20marketers%20have%20been%20attempting%20to%20tap%20into%20the%20powerful%20stream%20that%20high%20quantities%20of%20unique%20content%20can%20provide.%20I%20recent&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F" title="Technorati"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail" title="Live"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;title=Illustrating%20the%20Long%20Tail&amp;source=AdVantage+SEO+SEO+%7C+PPC+%7C+Social+Media+%7C+Search+Engine+Marketing&amp;summary=Posted%20by%20randfish%0D%0A%0D%0AThe%20long%20tail%20of%20search%20demand%20has%20been%20around%20since%20the%20dawn%20of%20web%20search%20and%2C%20since%20that%20time%2C%20search%20marketers%20have%20been%20attempting%20to%20tap%20into%20the%20powerful%20stream%20that%20high%20quantities%20of%20unique%20content%20can%20provide.%20I%20recent" title="LinkedIn"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fillustrating-the-long-tail%2F&amp;t=Illustrating%20the%20Long%20Tail" title="MySpace"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/3-steps-for-optimizing-content-for-long-tail-keywords/' rel='bookmark' title='Permanent Link: 3 Steps for Optimizing Content for Long Tail Keywords'>3 Steps for Optimizing Content for Long Tail Keywords</a></li><li><a href='http://www.advantageseo.sg/blog/is-it-really-crazy-to-block-google/' rel='bookmark' title='Permanent Link: Is it Really Crazy to Block Google?'>Is it Really Crazy to Block Google?</a></li><li><a href='http://www.advantageseo.sg/blog/open-site-explorer-is-pretty-slick/' rel='bookmark' title='Permanent Link: Open Site Explorer is Pretty Slick'>Open Site Explorer is Pretty Slick</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.advantageseo.sg/blog/illustrating-the-long-tail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Link: Command &#8211; Busting the Myths</title>
		<link>http://www.advantageseo.sg/blog/google-link-command-busting-the-myths/</link>
		<comments>http://www.advantageseo.sg/blog/google-link-command-busting-the-myths/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:26:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[SEO tools]]></category>

		<guid isPermaLink="false">http://www.advantageseo.sg/blog/google-link-command-busting-the-myths/</guid>
		<description><![CDATA[Posted by randfish
I&#8217;m a big Google fan &#8211; my wife often sleeps in their t-shirts, I speak on panels with Googlers all the time and I&#8217;ve even got a Google water bottle for working out (which happens all of once a month these days). However, I am NOT a fan of the Google link command, [...]


Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/link-building-for-bing-rankings-dos-and-donts/' rel='bookmark' title='Permanent Link: Link Building for Bing Rankings: Dos and Don&#8217;ts'>Link Building for Bing Rankings: Dos and Don&#8217;ts</a></li><li><a href='http://www.advantageseo.sg/blog/advanced-link-analysis-charts/' rel='bookmark' title='Permanent Link: Advanced Link Analysis Charts'>Advanced Link Analysis Charts</a></li><li><a href='http://www.advantageseo.sg/blog/duplicate-content-owners-catch-a-new-break-from-google-2/' rel='bookmark' title='Permanent Link: Duplicate Content Owners Catch a New Break from Google'>Duplicate Content Owners Catch a New Break from Google</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Posted by <a href="http://www.seomoz.org/users/view/63">randfish</a></p>
<p>I&#8217;m a big Google fan &#8211; my wife often sleeps in their t-shirts, I speak on panels with Googlers all the time and I&#8217;ve even got a Google water bottle for working out (which happens all of once a month these days). However, I am NOT a fan of the Google link command, and I&#8217;m shocked by the number of folks who operate in and around the SEO, webdev and technology industries who haven&#8217;t realized this.</p>
<p>Here&#8217;s what Google themselves <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=55281">have to say on the matter</a>:</p>
<blockquote dir="ltr"><p>You can perform a Google search using the link: operator to find a sampling of links to any site. For instance, [link:www.google.com] will list web pages that have links pointing to the Google home page. Note there can be no space between the &#8220;link:&#8221; and the web page URL.</p>
<p>To see a much larger sampling of links to any verified site in Webmaster Tools:</p>
<ol>
<li>On the Webmaster Tools Home page, click the site you want.</li>
<li>Under <strong>Your site on the web</strong>, click <strong>Links to your site</strong>.</li>
</ol>
<p>Note: Not all links to your site may be listed. This is normal.</p></blockquote>
<p>Here&#8217;s what <a href="http://www.youtube.com/watch?v=TjQ2QVQpaK0&amp;feature=player_embedded">Matt Cutts (head of Google&#8217;s Webspam team) had to say in a video</a> on the subject:</p>
<blockquote dir="ltr"><p>The short answer is that historically, we only had room for a very small percentage of backlinks because web search was the main part and we didn&#8217;t have a ton of servers for link colon queries and so, we have doubled or increased the amount of backlinks that we show over time for link colon, but it is still a sub-sample. It&#8217;s a relatively small percentage. And I think that that&#8217;s a pretty good balance, because if you just automatically show a ton of backlinks for any website then spammers or competitors can use that to try to reverse engineer someone&#8217;s rankings.</p></blockquote>
<p>Google themselves is telling us not to pay too much attention to the link command, but that doesn&#8217;t seem to be stopping folks. Let the myth busting commence.</p>
<p><strong>Myth #1 &#8211; The Google Link Command Returns Accurate Numbers</strong></p>
<p>Nope. Not even close. Google themselves say the numbers aren&#8217;t accurate and that they&#8217;re showing a small sub-sample. The numbers show this as well. Check your link counts with the Google link command vs. the number inside Google&#8217;s Webmaster Tools (when you verify your account, you&#8217;ll see them shown). Here&#8217;s the stats for SEOmoz, for example:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/google-link-command-seomoz.gif" alt="Google's link command for SEOmoz" width="600" height="94" /></p>
<p>Google&#8217;s link command claims 1,590 links. Let&#8217;s see what Webmaster Tools says:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/gg-wm-tools-seomoz.gif" alt="Google's Webmaster Tools Link Count for SEOmoz" width="600" height="220" /></p>
<p>Hmm&#8230; 381,403 seems slightly larger than 1,590. In fact, the link command is showing me 0.4% of what Webmaster Tools says exists. Running this analysis on another few domains that we have access to in Webmaster Tools, I saw numbers ranging from 0.1% to 4.4% (meaning there&#8217;s not even any consistency between in the percentage of links from the two counts).</p>
<p><strong>Myth #2 &#8211; The Google Link Command Returns Important Links</strong></p>
<p>Tragically, a long time ago (pre-2004), Google did show only important links via the link: command, which created the myth that exists to this day. In fact, the links shown in the link: command have no particular importance or relevance. They are truly a random sample, including links that are nofollowed, links from pages that have had PageRank penalties applied to them as well as links that do pass link juice and value.</p>
<p><strong>Myth #3 &#8211; The Google Link Command Returns Links in Some Kind of Order</strong></p>
<p>No one in SEO has been able to show any ordering of any kind in the Google link: command&#8217;s results. Important, well-known websites may be listed on page 2 or page 20 of the results, and it is likewise with spam, scrapers and low quality sites that Google&#8217;s likely not counting. In <a href="http://siteexplorer.search.yahoo.com">Site Explorer</a> and the web results, <a href="http://search.yahoo.com">Yahoo!</a> appears to do some type of ordering, tending to show more important links, pages and sites before less important ones (though not with great consistency). Unfortunately, many SEOs suspect that, should Microsoft&#8217;s deal to power Yahoo! with Bing results go through, Yahoo! is unlikely to maintain their own web index (and thus, link, linkdomain and site explorer will be gone).</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/google-link-command-yahoo.gif" alt="Google's Link Command Results for Yahoo.com" width="400" height="402" /></p>
<p>As exemplified above, Google appears to be very random indeed when showing link: results.</p>
<p><strong>Myth #4 &#8211; The Google Link Command Returns a Numerically Representative Count of Links</strong></p>
<p>This is possibly the myth that&#8217;s most disturbing of all, primarily because so many operators in the SEO field belive it and track the link: command count as a reliable, useful metric. Nothing could be further from the truth &#8211; and here&#8217;s some data to help back it up:</p>
<table border="1" cellspacing="0" cellpadding="4" width="600">
<tbody>
<tr>
<td>
<p align="center"><strong>Root Domain</strong></p>
</td>
<td>
<p align="center"><strong>Google Link: #<br />
</strong>(external + internal?)</td>
<td>
<p align="center"><strong>Yahoo! Linkdomain #<br />
</strong>(external only)</td>
<td>
<p align="center"><strong>Linkscape Count<br />
</strong>(external only)</td>
</tr>
<tr>
<td>Yahoo.com</td>
<td>3,650</td>
<td>331,000,000</td>
<td>201,681,667</td>
</tr>
<tr>
<td>Recovery.gov</td>
<td>7,550</td>
<td>328,000</td>
<td>155,780</td>
</tr>
<tr>
<td>Facebook.com</td>
<td>165,000</td>
<td>567,000,000</td>
<td>116,748,934</td>
</tr>
<tr>
<td>Real.com</td>
<td>11,400</td>
<td>4,600,000</td>
<td>5,596,165</td>
</tr>
<tr>
<td>Adobe.com</td>
<td>51,200</td>
<td>124,000,000</td>
<td>78,550,468</td>
</tr>
<tr>
<td>Reddit.com</td>
<td>18,300</td>
<td>128,000,000</td>
<td>29,071,291</td>
</tr>
<tr>
<td>Twitter.com</td>
<td>224,000</td>
<td>515,000,000</td>
<td>132,528,763</td>
</tr>
<tr>
<td>Salon.com</td>
<td>12,300</td>
<td>3,420,000</td>
<td>1,535,342</td>
</tr>
<tr>
<td>SEOmoz.org</td>
<td>1,590</td>
<td>957,000</td>
<td>486,405</td>
</tr>
<tr>
<td>NYTimes.com</td>
<td>7,990</td>
<td>21,200,000</td>
<td>12,884,758</td>
</tr>
<tr>
<td>TurkeyDayRun.com</td>
<td>3</td>
<td>68</td>
<td>22</td>
</tr>
<tr>
<td>Ninme.com</td>
<td>539</td>
<td>42,000</td>
<td>3,149</td>
</tr>
<tr>
<td>Burgerking.com</td>
<td>942</td>
<td>106,000</td>
<td>23,761</td>
</tr>
<tr>
<td>Alaskaair.com</td>
<td>1,010</td>
<td>44,000</td>
<td>38,358</td>
</tr>
<tr>
<td>Smashingmagazine.com</td>
<td>8,730</td>
<td>1,130,000</td>
<td>592,054</td>
</tr>
<tr>
<td>Smithsonian.org</td>
<td>4,860</td>
<td>25,700</td>
<td>14,545</td>
</tr>
</tbody>
</table>
<p>I collected the data above spur of the moment, so I won&#8217;t try to claim great statistical integrity. However, looking at Google&#8217;s link: command results, the best I can say is that Google has some relationship to the others within 1-2 orders of magnitude, though they may be directionally inaccurate much of the time as well. Just look at the NYTimes.com for example &#8211; Google claims they have 2/3rds the links that Salon.com has, yet Yahoo! and Linkscape agree that, in fact, NYTimes.com has 6X+ Salon.com&#8217;s link total.</p>
<p>These are not numbers you want to hang your hat (or any crucial business decisions) on.</p>
<p><strong>Myth #5 &#8211; The Google Link Command Tracks Accurately Over Time</strong></p>
<p>Unfortunately, I don&#8217;t have data points I can show, but our observations over time indicate that Google&#8217;s link count in Webmaster Tools might rise, along with the Yahoo! and Linkscape link counts, yet the Google link: command will show lower numbers. The reverse is sometimes also the case. Without directional consistency, even when compared against their own counts, it&#8217;s very hard to take the Google link: count seriously.</p>
<p><strong>Myth #6 &#8211; The Google Link Command is Up to Date</strong></p>
<p>Most SEOs &amp; webmasters have noticed that the Google link: counts update infrequently, inconsistently and most often in correlation with toolbar PageRank updates (another data point I&#8217;ll need to takcle in a future post). These updates from Google occur every 2-10 months with little warning about when they&#8217;re coming or have happened. If you watch sites like <a href="http://www.seroundtable.com"></a> closely, they&#8217;ll report many of these as they occur.</p>
<hr />The next time someone tells you their Google link: command numbers as a metric for SEO, competitive analysis or anything else, make sure they read this post. Google&#8217;s not nearly as up-front with the information as they should be (honestly, removing the link command would save so much time and effort for poor site owners who get needlessly confused), but hopefully as a community, we can help build more awareness around this issue.</p>
<p>Do you like this post? <a href="http://www.seomoz.org/thumbs/add/blog/8049/1/0">Yes</a> <a href="http://www.seomoz.org/thumbs/add/blog/8049/0/0">No</a></p>
<div><a href="http://feeds.feedburner.com/~ff/seomoz?a=8g9-WV7BdiA:J4CDjBSzJCI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=yIl2AUoC8zA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=8g9-WV7BdiA:J4CDjBSzJCI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=7Q72WNTAKBA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=8g9-WV7BdiA:J4CDjBSzJCI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seomoz?i=8g9-WV7BdiA:J4CDjBSzJCI:F7zBnMyn0Lo" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=8g9-WV7BdiA:J4CDjBSzJCI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/seomoz?i=8g9-WV7BdiA:J4CDjBSzJCI:V_sGLiPBpWU" border="0" alt="" /></a></div>
<p><img src="http://feeds.feedburner.com/~r/seomoz/~4/8g9-WV7BdiA" alt="" width="1" height="1" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="Digg"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="del.icio.us"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;t=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="Facebook"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;h=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="NewsVine"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="Reddit"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="StumbleUpon"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="Google"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;submitHeadline=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths&amp;submitSummary=Posted%20by%20randfish%0D%0A%0D%0AI%27m%20a%20big%20Google%20fan%20-%20my%20wife%20often%20sleeps%20in%20their%20t-shirts%2C%20I%20speak%20on%20panels%20with%20Googlers%20all%20the%20time%20and%20I%27ve%20even%20got%20a%20Google%20water%20bottle%20for%20working%20out%20%28which%20happens%20all%20of%20once%20a%20month%20these%20days%29.%20However%2C%20I%20am%20NO&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F" title="Technorati"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="Live"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;title=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths&amp;source=AdVantage+SEO+SEO+%7C+PPC+%7C+Social+Media+%7C+Search+Engine+Marketing&amp;summary=Posted%20by%20randfish%0D%0A%0D%0AI%27m%20a%20big%20Google%20fan%20-%20my%20wife%20often%20sleeps%20in%20their%20t-shirts%2C%20I%20speak%20on%20panels%20with%20Googlers%20all%20the%20time%20and%20I%27ve%20even%20got%20a%20Google%20water%20bottle%20for%20working%20out%20%28which%20happens%20all%20of%20once%20a%20month%20these%20days%29.%20However%2C%20I%20am%20NO" title="LinkedIn"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fgoogle-link-command-busting-the-myths%2F&amp;t=Google%20Link%3A%20Command%20-%20Busting%20the%20Myths" title="MySpace"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/link-building-for-bing-rankings-dos-and-donts/' rel='bookmark' title='Permanent Link: Link Building for Bing Rankings: Dos and Don&#8217;ts'>Link Building for Bing Rankings: Dos and Don&#8217;ts</a></li><li><a href='http://www.advantageseo.sg/blog/advanced-link-analysis-charts/' rel='bookmark' title='Permanent Link: Advanced Link Analysis Charts'>Advanced Link Analysis Charts</a></li><li><a href='http://www.advantageseo.sg/blog/duplicate-content-owners-catch-a-new-break-from-google-2/' rel='bookmark' title='Permanent Link: Duplicate Content Owners Catch a New Break from Google'>Duplicate Content Owners Catch a New Break from Google</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.advantageseo.sg/blog/google-link-command-busting-the-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hulu is Seeing Record Numbers</title>
		<link>http://www.advantageseo.sg/blog/hulu-is-seeing-record-numbers/</link>
		<comments>http://www.advantageseo.sg/blog/hulu-is-seeing-record-numbers/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:25:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.advantageseo.sg/blog/hulu-is-seeing-record-numbers/</guid>
		<description><![CDATA[comScore Video Metrix has released its monthly look at the performance of online video content properties. As usual, Google sites dominate the picture, largely because of YouTube, which gets 99% of Google&#8217;s video views.
The real story, however, is that Hulu is achieving record numbers. The site ranked number 2 (though significantly behind Google with 3.1% [...]


Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/hulu-captions-search-a-preview-of-general-video-search-to-come-2/' rel='bookmark' title='Permanent Link: Hulu Captions Search a Preview of General Video Search to Come?'>Hulu Captions Search a Preview of General Video Search to Come?</a></li><li><a href='http://www.advantageseo.sg/blog/hulu-again-considers-monthly-fee/' rel='bookmark' title='Permanent Link: Hulu (Again) Considers Monthly Fee'>Hulu (Again) Considers Monthly Fee</a></li><li><a href='http://www.advantageseo.sg/blog/youtube-partner-program-turns-two/' rel='bookmark' title='Permanent Link: YouTube Partner Program Turns Two'>YouTube Partner Program Turns Two</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.comscore.com/Products_Services/Product_Index/Video_Metrix">comScore Video Metrix</a> has released its monthly look at the performance of online video content properties. As usual, Google sites dominate the picture, largely because of YouTube, which gets 99% of Google&#8217;s video views.</p>
<p>The real story, however, is that Hulu is achieving record numbers. The site ranked number 2 (though significantly behind Google with 3.1% market share compared to Google&#8217;s 37.7) during the month of October, with an all time high of 856 million videos viewed.</p>
<p>On top of that, the average Hulu viewer watched 20.1 videos during the month, representing another record for the site. This amounts to about 2 hours of videos per viewer.</p>
<p>Here&#8217;s a look at the top ten online video content properties for the month of October:</p>
<p><img title="Video Sites in October" src="http://images.ientrymail.com/webpronews/article_pics/top-video-oct.jpg" alt="Video Sites in October" /></p>
<p>Some other highlights (not Hulu-specific) from comScore&#8217;s findings:</p>
<blockquote><p>- The top video ad networks in terms of their actual delivered reach were: BrightRoll Video Network with 16.5 percent penetration of online video viewers, Tremor Media Video Network with 15.5 percent, and BBE with 13.6 percent.</p>
<p>- 84.4 percent of the total U.S. Internet audience viewed online video.</p>
<p>- The average online video viewer watched 10.8 hours of video.</p>
<p>- 125.3 million viewers watched nearly 10.4 billion videos on YouTube.com (83.1 videos per viewer).</p>
<p>- 41.1 million viewers watched 313.5 million videos on MySpace.com (7.6 videos per viewer).</p>
<p>- The duration of the average online video was 3.9 minutes.</p></blockquote>
<p>It is worth noting that Nielsen <a href="http://www.webpronews.com/topnews/2009/11/18/facebook-catapults-into-third-place-among-video-sites">released some data last week</a>, which put Facebook in third place among video sites, just behind YouTube and Hulu. According to them, Facebook had about 217.8 million streams in October. Make of that what you will.</p>
<p><strong>Related Articles:</strong></p>
<p><span><span>&gt; </span></span><a href="http://www.webpronews.com/topnews/2009/11/18/facebook-catapults-into-third-place-among-video-sites"><span><span>Facebook Catapults Into Third Place Among Video Sites</span></span></a></p>
<p><span><span>&gt; </span></span><a href="http://www.webpronews.com/topnews/2009/11/18/hulu-gets-feet-wet-in-the-music-video-pool"><span><span>Hulu Gets Feet Wet in the Music Video Pool</span></span></a></p>
<p><span><span>&gt; </span></span><a href="http://www.webpronews.com/topnews/2009/11/02/youtube-and-hulu-see-record-high-video-views"><span><span>YouTube And Hulu See Record High Video Views</span></span></a></p>
<div><a href="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?a=wlomRoTWbBw:Wa0ZluXvwhw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?d=yIl2AUoC8zA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?a=wlomRoTWbBw:Wa0ZluXvwhw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?d=dnMXMwOfBR0" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?a=wlomRoTWbBw:Wa0ZluXvwhw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?d=7Q72WNTAKBA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?a=wlomRoTWbBw:Wa0ZluXvwhw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?i=wlomRoTWbBw:Wa0ZluXvwhw:V_sGLiPBpWU" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?a=wlomRoTWbBw:Wa0ZluXvwhw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WebpronewsTopNewsRssFeed?d=qj6IDK7rITs" border="0" alt="" /></a></div>
<p><img src="http://feeds.feedburner.com/~r/WebpronewsTopNewsRssFeed/~4/wlomRoTWbBw" alt="" width="1" height="1" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers" title="Digg"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers" title="del.icio.us"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;t=Hulu%20is%20Seeing%20Record%20Numbers" title="Facebook"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;h=Hulu%20is%20Seeing%20Record%20Numbers" title="NewsVine"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers" title="Reddit"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers" title="StumbleUpon"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers" title="Google"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;submitHeadline=Hulu%20is%20Seeing%20Record%20Numbers&amp;submitSummary=comScore%20Video%20Metrix%20has%20released%20its%20monthly%20look%20at%20the%20performance%20of%20online%20video%20content%20properties.%20As%20usual%2C%20Google%20sites%20dominate%20the%20picture%2C%20largely%20because%20of%20YouTube%2C%20which%20gets%2099%25%20of%20Google%27s%20video%20views.%0D%0A%0D%0AThe%20real%20story%2C%20however%2C%20is&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F" title="Technorati"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers" title="Live"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;title=Hulu%20is%20Seeing%20Record%20Numbers&amp;source=AdVantage+SEO+SEO+%7C+PPC+%7C+Social+Media+%7C+Search+Engine+Marketing&amp;summary=comScore%20Video%20Metrix%20has%20released%20its%20monthly%20look%20at%20the%20performance%20of%20online%20video%20content%20properties.%20As%20usual%2C%20Google%20sites%20dominate%20the%20picture%2C%20largely%20because%20of%20YouTube%2C%20which%20gets%2099%25%20of%20Google%27s%20video%20views.%0D%0A%0D%0AThe%20real%20story%2C%20however%2C%20is" title="LinkedIn"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fhulu-is-seeing-record-numbers%2F&amp;t=Hulu%20is%20Seeing%20Record%20Numbers" title="MySpace"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/hulu-captions-search-a-preview-of-general-video-search-to-come-2/' rel='bookmark' title='Permanent Link: Hulu Captions Search a Preview of General Video Search to Come?'>Hulu Captions Search a Preview of General Video Search to Come?</a></li><li><a href='http://www.advantageseo.sg/blog/hulu-again-considers-monthly-fee/' rel='bookmark' title='Permanent Link: Hulu (Again) Considers Monthly Fee'>Hulu (Again) Considers Monthly Fee</a></li><li><a href='http://www.advantageseo.sg/blog/youtube-partner-program-turns-two/' rel='bookmark' title='Permanent Link: YouTube Partner Program Turns Two'>YouTube Partner Program Turns Two</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.advantageseo.sg/blog/hulu-is-seeing-record-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Link Analysis Charts</title>
		<link>http://www.advantageseo.sg/blog/advanced-link-analysis-charts/</link>
		<comments>http://www.advantageseo.sg/blog/advanced-link-analysis-charts/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 07:19:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[SEO tools]]></category>

		<guid isPermaLink="false">http://www.advantageseo.sg/blog/advanced-link-analysis-charts/</guid>
		<description><![CDATA[Posted by willcritchlow
Bored of sorting massive lists of links in all kinds of different directions to understand the link profile of a new site?
Struggle to understand how to gather actual insights about link profiles from lists of thousands of links and persuade management of the actions needed?
Don&#8217;t panic. Help is at hand.
I&#8217;m going to share [...]


Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/google-link-command-busting-the-myths/' rel='bookmark' title='Permanent Link: Google Link: Command &#8211; Busting the Myths'>Google Link: Command &#8211; Busting the Myths</a></li><li><a href='http://www.advantageseo.sg/blog/xenus-link-sleuth-more-than-just-a-broken-links-finder/' rel='bookmark' title='Permanent Link: Xenu&#8217;s Link Sleuth &#8211; More Than Just A Broken Links Finder'>Xenu&#8217;s Link Sleuth &#8211; More Than Just A Broken Links Finder</a></li><li><a href='http://www.advantageseo.sg/blog/what-makes-a-link-worthy-post-part-2/' rel='bookmark' title='Permanent Link: What Makes a Link Worthy Post &#8211; Part 2'>What Makes a Link Worthy Post &#8211; Part 2</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Posted by <a href="http://www.seomoz.org/users/view/21379">willcritchlow</a></p>
<p>Bored of sorting massive lists of links in all kinds of different directions to understand the link profile of a new site?</p>
<p>Struggle to understand how to gather actual insights about link profiles from lists of thousands of links and persuade management of the actions needed?</p>
<p>Don&#8217;t panic. Help is at hand.</p>
<p>I&#8217;m going to share some data visualisation tips today that I reckon I could use to beat up on Rand in a presentation-off (umm, <a href="http://www.seomoz.org/img/upload/048-Will-Critchlow-beat-Rand-Fishkin-shirt.jpg">again</a>). We have recently been doing some deep dives into clients&#8217; and prospects&#8217; link profiles which gave me an excuse to mash up some <a href="http://www.seomoz.org/api">Linkscape API</a> data in Excel. I&#8217;ve used Linkscape data, but you could use any link analysis tool you like as long as you can get some metric to sort the linking domain by (I have used domain mozTrust in most of the examples below). Equally, I&#8217;ve used Excel, but you can use any data analysis package you like. If you want to use Excel, you will need the <a href="http://office.microsoft.com/en-us/excel/HP011277241033.aspx">Data Analysis Toolpak</a> (for the <a href="http://office.microsoft.com/en-us/excel/HA011109481033.aspx">histogram function</a>).</p>
<p>I&#8217;ll get into how to make the charts in a minute, but first I&#8217;m going to just show you some pretty pictures:</p>
<p><strong>Impress the boss</strong></p>
<p>This one is of questionable use (I think there are better ways of actually visualising the data) but it&#8217;s pretty, and bosses like pretty (allegedly). This is a surface chart of number of linking domains by domain mozTrust shown across 4 data points &#8211; all links, links to the homepage and links to the next two strongest pages:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/boss2.png" alt="Impress your boss with surface charts" width="537" height="305" /></p>
<p>The bit of insight this does give us at a glance is that the vast majority of the site&#8217;s very low DmT links go to the homepage and that the most trusted domains linking to the site (DmT &gt;= <img src='http://www.advantageseo.sg/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> don&#8217;t link to the homepage or the next two strongest pages.</p>
<p>The same chart just showing links to the homepage compared to all links which shows the top end a litle more clearly:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/boss3.png" alt="Smaller chart to impress your boss" width="473" height="259" /></p>
<p><strong>Gathering insights</strong></p>
<p>I think this data is actually easier to see as a line chart like this (locations A and B are the top two strongest pages on the site after the homepage):</p>
<p align="center"><strong><img src="http://www.seomoz.org/img/upload/Image/lines.png" alt="More detail about links shown with a line graph" width="539" height="354" /><br />
</strong></p>
<p>What we just about see here is some bumps up at the top end of the DmT scale in the light blue line which is the same bit of insight I mentioned above.</p>
<p><strong>Drilling down</strong></p>
<p>Diving into this data to show only the top end of the DmT scale, we get:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/lines4.png" alt="Drilling down into link data" width="544" height="356" /></p>
<p>And we see that although the homepage and these top two location pages are the most powerful pages on the site, they are not the ones with the links from the biggest / most trusted sites. This is an area for further examination that would be hard to discover by looking at endless lists of links.</p>
<p>This is just an example of the kind of insight you can gather. I&#8217;m showing off tools and techniques here rather than specific insights. I&#8217;ll leave you to do your own playing to discover interesting things about your clients and competitors. I didn&#8217;t know what I was going to find when I started diving into the data for this site. You likely won&#8217;t know either, but graphs are great discovery tools. Sometimes, of course you find nothing of interest:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/lines3.png" alt="Comparing top pages" width="537" height="355" /></p>
<p>Comparing just the top two pages doesn&#8217;t give us any very meaningful insights except that the big links out at 6.5-7 DmT to location A probably explain why it&#8217;s more powerful than B. It might be more insightful at a lower granularity.</p>
<p>Equally, I haven&#8217;t yet learnt to understand the meaning that I am sure is buried in charts like this one:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/individual-links.png" alt="Individual links chart" width="539" height="328" /></p>
<p>This is the number of links to a whole site by the mR of the linking page. Like the mythical guys who can understand network traffic by watching LEDs blink on routers, I&#8217;d love to be able to look at this kind of chart and really understand things. The closest I&#8217;ve got so far is that I think these charts should look roughly smooth in the absence of manipulation. If we assume that the difficulty of acquiring a link is roughly correlated to its strength and that we get links at a rate inversely proportional to their difficulty, then I think this chart should look roughly like a Poisson distribution:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/poisson.png" alt="Poisson distribution" width="455" height="269" /></p>
<p>Which this one does, so I&#8217;m happy.</p>
<p><strong>Persuading management / bosses</strong></p>
<p>The next thing that some of these charts helps with is making the case to management when you know something is true, but they need more persuading. This next example takes two different sites (neither of them is the site above) that are in different industries but have remarkably similar link characteristics at the macro level (don&#8217;t ask me how I found these sites &#8211; I am just that sad). The spider chart shows how similar they are:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/spider-comparison.png" alt="Spider comparison - almost identical sites" width="463" height="387" /></p>
<p>However, if we dig in a little further, we find quite a difference behind the scenes:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/site-comparison.png" alt="Site comparison side by side" width="531" height="339" /></p>
<p>The red site seems to have loads more decent links (mR 4, 5, 6) than the blue site. So how does the blue site end up with similar domain metrics?</p>
<p>It&#8217;s all about the relatively small number of very powerful links the blue site has. Zooming in on mR 6 &amp; 7 links:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/powerfullinks1.png" alt="Powerful links comparison" width="536" height="345" /></p>
<p>If you were just to look at this chart, you might imagine that the red site was getting more juice passed via these links than the blue site is. However, you&#8217;d be being fooled by the logarithmic scale. In terms of total juice passed by just these mR 6 and 7 links, the actual story is:</p>
<p align="center"><img src="http://www.seomoz.org/img/upload/powerfullinks2.png" alt="Powerful links through logarithm scale" width="531" height="339" /></p>
<p>In other words, the blue site is competing almost purely on the basis of the big mR 7 links it has that the red site doesn&#8217;t. That&#8217;s kinda interesting in terms of strategy generation isn&#8217;t it?</p>
<p><strong>How do you do this analysis?</strong></p>
<p>Pretty much everything in this post was generated using the histogram function in Excel running over Linkscape API data. It&#8217;s pretty straightforward with the online help. The only gotchas I noticed that you might need to know about were:</p>
<ol>
<li>Align the &#8216;bins&#8217; (which are the x-axis values on most of the charts above) either with mR / mT intervals (e.g. 1, 2, 3, 4, &#8230;) or go <strong>much</strong> more granular (e.g. 0.1, 0.2, 0.3, &#8230;.). Anything in between tends to generate artifacts</li>
<li>The bin range has to be on the same sheet as the data &#8211; if you try to pull in a bin range from another sheet, it fails silently</li>
<li>If you want to do the surface chart, you need to do some interpolation between your points. In the examples above, I just did a linear interpolation (i.e. drawing a straight line between the different page levels) &#8211; so if the homepage has 100 mR 2 links and the next page has 50 mR 2 links, I just created 10 imaginary pages with 55, 60, 65, 70&#8230; mR 2 links to spread the surface out far enough to see it. This may not be the best way of doing things. I&#8217;d love to hear from anyone who has a better method</li>
</ol>
<hr size="2" />
<blockquote><p><em>Thanks to <a href="http://foliovision.com/2009/10/23/seo-expert-training-london">foliovision</a> for the photo from the ProSEO seminar.</em></p></blockquote>
<h2>Technorati Tags</h2>
<p><a rel="tag" href="http://technorati.com/tag/linkbuilding">linkbuilding</a>, <a rel="tag" href="http://technorati.com/tag/analysis"> analysis</a>, <a rel="tag" href="http://technorati.com/tag/visualisation"> visualisation</a>, <a rel="tag" href="http://technorati.com/tag/visualization"> visualization</a>, <a rel="tag" href="http://technorati.com/tag/data"> data</a></p>
<p>Do you like this post? <a href="http://www.seomoz.org/thumbs/add/blog/7888/1/0">Yes</a> <a href="http://www.seomoz.org/thumbs/add/blog/7888/0/0">No</a></p>
<div><a href="http://feeds.feedburner.com/~ff/seomoz?a=aPECieTqKMg:8bvyKL8Moqs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=yIl2AUoC8zA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=aPECieTqKMg:8bvyKL8Moqs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/seomoz?d=7Q72WNTAKBA" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=aPECieTqKMg:8bvyKL8Moqs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seomoz?i=aPECieTqKMg:8bvyKL8Moqs:F7zBnMyn0Lo" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/~ff/seomoz?a=aPECieTqKMg:8bvyKL8Moqs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/seomoz?i=aPECieTqKMg:8bvyKL8Moqs:V_sGLiPBpWU" border="0" alt="" /></a></div>
<p><img src="http://feeds.feedburner.com/~r/seomoz/~4/aPECieTqKMg" alt="" width="1" height="1" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts" title="Digg"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts" title="del.icio.us"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;t=Advanced%20Link%20Analysis%20Charts" title="Facebook"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;h=Advanced%20Link%20Analysis%20Charts" title="NewsVine"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts" title="Reddit"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts" title="StumbleUpon"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts" title="Google"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;submitHeadline=Advanced%20Link%20Analysis%20Charts&amp;submitSummary=Posted%20by%20willcritchlow%0D%0A%0D%0ABored%20of%20sorting%20massive%20lists%20of%20links%20in%20all%20kinds%20of%20different%20directions%20to%20understand%20the%20link%20profile%20of%20a%20new%20site%3F%0D%0A%0D%0AStruggle%20to%20understand%20how%20to%20gather%20actual%20insights%20about%20link%20profiles%20from%20lists%20of%20thousands%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F" title="Technorati"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts" title="Live"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;title=Advanced%20Link%20Analysis%20Charts&amp;source=AdVantage+SEO+SEO+%7C+PPC+%7C+Social+Media+%7C+Search+Engine+Marketing&amp;summary=Posted%20by%20willcritchlow%0D%0A%0D%0ABored%20of%20sorting%20massive%20lists%20of%20links%20in%20all%20kinds%20of%20different%20directions%20to%20understand%20the%20link%20profile%20of%20a%20new%20site%3F%0D%0A%0D%0AStruggle%20to%20understand%20how%20to%20gather%20actual%20insights%20about%20link%20profiles%20from%20lists%20of%20thousands%20" title="LinkedIn"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fadvanced-link-analysis-charts%2F&amp;t=Advanced%20Link%20Analysis%20Charts" title="MySpace"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/google-link-command-busting-the-myths/' rel='bookmark' title='Permanent Link: Google Link: Command &#8211; Busting the Myths'>Google Link: Command &#8211; Busting the Myths</a></li><li><a href='http://www.advantageseo.sg/blog/xenus-link-sleuth-more-than-just-a-broken-links-finder/' rel='bookmark' title='Permanent Link: Xenu&#8217;s Link Sleuth &#8211; More Than Just A Broken Links Finder'>Xenu&#8217;s Link Sleuth &#8211; More Than Just A Broken Links Finder</a></li><li><a href='http://www.advantageseo.sg/blog/what-makes-a-link-worthy-post-part-2/' rel='bookmark' title='Permanent Link: What Makes a Link Worthy Post &#8211; Part 2'>What Makes a Link Worthy Post &#8211; Part 2</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.advantageseo.sg/blog/advanced-link-analysis-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Analytics Features Inject Intelligence Into Marketing</title>
		<link>http://www.advantageseo.sg/blog/new-google-analytics-features-inject-intelligence-into-marketing/</link>
		<comments>http://www.advantageseo.sg/blog/new-google-analytics-features-inject-intelligence-into-marketing/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 07:18:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[analytics]]></category>

		<guid isPermaLink="false">http://www.advantageseo.sg/blog/new-google-analytics-features-inject-intelligence-into-marketing/</guid>
		<description><![CDATA[Amy Chang, Group Product Manager for Google Analytics, notes that when GA was bought and launched by Google, it was &#8220;all about democratizing web analytics,&#8221; bringing more powerful web analytics functionality to a wider audience of businesses than ever before. Mission accomplished. Books will soon be filled with tales of Google&#8217;s awesome data management capacity [...]


Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/google-analytics-now-tracks-feed-item%c2%a0clicks/' rel='bookmark' title='Permanent Link: Google Analytics Now Tracks Feed Item Clicks'>Google Analytics Now Tracks Feed Item Clicks</a></li><li><a href='http://www.advantageseo.sg/blog/how-to-get-past-last-touch-attribution-with-google-analytics/' rel='bookmark' title='Permanent Link: How To Get Past Last-Touch Attribution With Google Analytics'>How To Get Past Last-Touch Attribution With Google Analytics</a></li><li><a href='http://www.advantageseo.sg/blog/email-marketing-budgets-set-for-increase-in-2010/' rel='bookmark' title='Permanent Link: Email Marketing Budgets Set For Increase In 2010'>Email Marketing Budgets Set For Increase In 2010</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Amy Chang, Group Product Manager for Google Analytics, notes that when GA was bought and launched by Google, it was &#8220;all about democratizing web analytics,&#8221; bringing more powerful web analytics functionality to a wider audience of businesses than ever before. Mission accomplished. Books will soon be filled with tales of Google&#8217;s awesome data management capacity (they&#8217;ll be dry books&#8230; but books, nonetheless). Providing such a massive exercise in computing to so many millions of customers &#8212; with multilayered segmentation capabilities &#8212; is a task nearly no competitor could accomplish, least of all for free.</p>
<p>Today Google <a href="http://analytics.blogspot.com/2009/10/google-analytics-now-more-powerful.html">continues its aggressive pace of development for GA</a>, releasing a long list of enhancements. They&#8217;ll delight power users and laypersons alike. Chang notes that the more customized (as opposed to customizable) features continue to be part of the trend of analytics moving out of its old role as the sole preserve of IT departments, and putting intelligence directly in the hands of marketers and managers.</p>
<p>On the power user front, we get more custom variable capability. This was available in the past, but it&#8217;s becoming easier to use. To take an example, GA is now making it easier to track segments like session attributes (logged-in vs. not-logged-in users) or visitor characteristics (member vs. non-member, or even demographics like gender). Don&#8217;t expect setting this up to be easy, but it&#8217;s getting a lot easier.</p>
<p>For the rest of us, Analytics Intelligence is evidently the culmination of extensive product development. Rather than having to customize a &#8220;what&#8217;s changed&#8221; type of report yourself, or having the canned report be limited to vanilla categories, this alert functionality is tuned so that it&#8217;s better at predicting which change alerts are the most likely to cause a marketing department, specifically, go &#8220;eeek!&#8221; (or in other cases, trade high-fives around the M&amp;M&#8217;s dispenser). Note the slider in the screen shot below: you can set the &#8220;alert sensitivity&#8221; to &#8220;high&#8221; or &#8220;low&#8221;. As Google aptly notes: &#8220;Now, you can spend your time actually taking action, instead of trying to figure out what needs to be done.&#8221;</p>
<p>Other new toys include the ability to set 20 goals instead of 4, and custom engagement metrics considered as potential goals, as opposed to clunky custom segments you had to cook up from scratch.</p>
<p><a href="http://www.traffick.com/uploaded_images/intelligence-traffick-analytics-756510.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 345px;" src="http://www.traffick.com/uploaded_images/intelligence-traffick-analytics-756506.jpg" border="0" alt="" /></a><br />
And that good old IT person who formerly had the only set of keys to your marketing statistics, and sent them to you in whatever format she felt appropriate? Expect a lifelike facsmile to be staring vacantly into the camera for the Official GA Photographer, looking every bit like the lonely Maytag repairman.</p>
<div>
<p>&#8212;&#8211;</p>
<p><a href="http://www.pagezero.com/publications/google-adwords-guide.php">Download<br />
a FREE E-Book by Andrew Goodman:<br />
Google AdWords: A Brave New World</a></p>
<p>Are you new to search marketing and looking to come up to speed quickly to Google<br />
AdWords? Or maybe you’ve just fallen a tiny bit behind, and you’re looking to<br />
re-engage with the latest thinking. If so, Andrew&#8217;s free e-book is for you.</p>
<p><img src="https://blogger.googleusercontent.com/tracker/3608466-860637910281676312?l=www.traffick.com%2Fdefault.asp" alt="" width="1" height="1" /></div>
<p><img src="http://feeds.feedburner.com/~r/Traffickdotcom/~4/pdcSc1AKi8E" alt="" width="1" height="1" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="Digg"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="del.icio.us"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;t=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="Facebook"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;h=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="NewsVine"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="Reddit"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="StumbleUpon"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="Google"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;submitHeadline=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing&amp;submitSummary=Amy%20Chang%2C%20Group%20Product%20Manager%20for%20Google%20Analytics%2C%20notes%20that%20when%20GA%20was%20bought%20and%20launched%20by%20Google%2C%20it%20was%20%22all%20about%20democratizing%20web%20analytics%2C%22%20bringing%20more%20powerful%20web%20analytics%20functionality%20to%20a%20wider%20audience%20of%20businesses%20than%20eve&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F" title="Technorati"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="Live"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;title=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing&amp;source=AdVantage+SEO+SEO+%7C+PPC+%7C+Social+Media+%7C+Search+Engine+Marketing&amp;summary=Amy%20Chang%2C%20Group%20Product%20Manager%20for%20Google%20Analytics%2C%20notes%20that%20when%20GA%20was%20bought%20and%20launched%20by%20Google%2C%20it%20was%20%22all%20about%20democratizing%20web%20analytics%2C%22%20bringing%20more%20powerful%20web%20analytics%20functionality%20to%20a%20wider%20audience%20of%20businesses%20than%20eve" title="LinkedIn"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.advantageseo.sg%2Fblog%2Fnew-google-analytics-features-inject-intelligence-into-marketing%2F&amp;t=New%20Google%20Analytics%20Features%20Inject%20Intelligence%20Into%20Marketing" title="MySpace"><img src="http://www.advantageseo.sg/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.advantageseo.sg/blog/google-analytics-now-tracks-feed-item%c2%a0clicks/' rel='bookmark' title='Permanent Link: Google Analytics Now Tracks Feed Item Clicks'>Google Analytics Now Tracks Feed Item Clicks</a></li><li><a href='http://www.advantageseo.sg/blog/how-to-get-past-last-touch-attribution-with-google-analytics/' rel='bookmark' title='Permanent Link: How To Get Past Last-Touch Attribution With Google Analytics'>How To Get Past Last-Touch Attribution With Google Analytics</a></li><li><a href='http://www.advantageseo.sg/blog/email-marketing-budgets-set-for-increase-in-2010/' rel='bookmark' title='Permanent Link: Email Marketing Budgets Set For Increase In 2010'>Email Marketing Budgets Set For Increase In 2010</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.advantageseo.sg/blog/new-google-analytics-features-inject-intelligence-into-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
