<?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>Glass Case &#187; Analytics</title>
	<atom:link href="http://www.clearcrystalmedia.com/gc/category/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clearcrystalmedia.com/gc</link>
	<description>using internet marketing to grow your business</description>
	<lastBuildDate>Fri, 02 Dec 2011 18:30:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google Analytics asynchronous tracking code</title>
		<link>http://www.clearcrystalmedia.com/gc/google-analytics-asynchronous-tracking-code/</link>
		<comments>http://www.clearcrystalmedia.com/gc/google-analytics-asynchronous-tracking-code/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 10:36:43 +0000</pubDate>
		<dc:creator>Chris Peters</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[ccm]]></category>
		<category><![CDATA[chris peters]]></category>
		<category><![CDATA[clear crystal media]]></category>
		<category><![CDATA[glass case]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tracking code]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://www.clearcrystalmedia.com/gc/?p=666</guid>
		<description><![CDATA[<p>About a year ago, <a href="http://www.google.com/analytics/">Google Analytics</a> released a <a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html">new "asynchronous" tracking code</a> to be placed on your site. It had taken me about 11 months to get around to trying it, but now that I have taken a look at it, I highly recommend switching to it <abbr title="As Soon as Possible">ASAP</abbr>.</p>
<p>Read on for reasons why.</p>]]></description>
			<content:encoded><![CDATA[<p>About a year ago, <a href="http://www.google.com/analytics/">Google Analytics</a> released a <a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html">new &#8220;asynchronous&#8221; tracking code</a> to be placed on your site. It had taken me about 11 months to get around to trying it, but now that I have taken a look at it, I highly recommend switching to it <abbr title="As Soon as Possible">ASAP</abbr>.</p>
<p>Because the new code takes advantage of more advanced JavaScript features in browsers, you get some benefits from switching:</p>
<ul>
<li>You can now place your tracking code in the <code>&lt;head&gt;</code> section of your <abbr title="Hypertext Markup Language">HTML</abbr> documents, which is a more proper way of doing it.</li>
<li>The reason why the recommended placement used to be at the end of your document was because the Google Analytics tracking code would slow down your website load time. With the new code, the browser does not stop all other processing in order to load the Google Analytics code.</li>
</ul>
<p>Google also added more tracking options that you should look into if you find yourself in one of the following situations:</p>
<ul>
<li>Need to track activity across multiple domains (i.e., example.com <em>and</em> something.com)</li>
<li>Need to track activity across multiple subdomains (i.e., www.example.com <em>and</em> store.example.com)</li>
</ul>
<p>So if your tracking code doesn&#8217;t look something like this, it&#8217;s time to update your templates!</p>
<pre>&lt;script type="text/javascript"&gt;
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);

(function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
&lt;/script&gt;</pre>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Analytics' rel='tag' target='_self'>Analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/ccm' rel='tag' target='_self'>ccm</a>, <a class='technorati-link' href='http://technorati.com/tag/chris+peters' rel='tag' target='_self'>chris peters</a>, <a class='technorati-link' href='http://technorati.com/tag/clear+crystal+media' rel='tag' target='_self'>clear crystal media</a>, <a class='technorati-link' href='http://technorati.com/tag/glass+case' rel='tag' target='_self'>glass case</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/google+analytics' rel='tag' target='_self'>google analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/javascript' rel='tag' target='_self'>javascript</a>, <a class='technorati-link' href='http://technorati.com/tag/js' rel='tag' target='_self'>js</a>, <a class='technorati-link' href='http://technorati.com/tag/tracking+code' rel='tag' target='_self'>tracking code</a>, <a class='technorati-link' href='http://technorati.com/tag/web+analytics' rel='tag' target='_self'>web analytics</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.clearcrystalmedia.com/gc/google-analytics-asynchronous-tracking-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online marketing suite: I have a dream</title>
		<link>http://www.clearcrystalmedia.com/gc/integrated-marketing-suite-dream/</link>
		<comments>http://www.clearcrystalmedia.com/gc/integrated-marketing-suite-dream/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 02:19:31 +0000</pubDate>
		<dc:creator>Chris Peters</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[ccm]]></category>
		<category><![CDATA[chris peters]]></category>
		<category><![CDATA[clear crystal media]]></category>
		<category><![CDATA[glass case]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[internet marketing suite]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[online marketing suite]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://www.clearcrystalmedia.com/gc/?p=562</guid>
		<description><![CDATA[<p>I have a dream of a glorious website system. One that will tie all channels together and show marketers a clear picture of what's happening. A system that has an opinion on what the best practices are. A system that is human compatible, not just web server compatible.</p>
<p>The analysts call it an <a href="http://www.forrester.com/Research/Document/Excerpt/0,7211,43678,00.html">online marketing suite</a>. And apparently I have quite a bit to say about online marketing suites. Read on for the opine.</p>]]></description>
			<content:encoded><![CDATA[<p>I have a dream of a glorious website system. One that will tie all channels together and show marketers a clear picture of what&#8217;s happening. A system that has an opinion on what the best practices are. A system that is human compatible, not just web server compatible.</p>
<p>The analysts call it an <a href="http://www.forrester.com/Research/Document/Excerpt/0,7211,43678,00.html">online marketing suite</a>. And once analysts put a name on something like they did with this 2 years ago, you can bet that a lot of companies are building a solution.</p>
<p>Here&#8217;s the problem: these solutions are going to be expensive. And because the word &#8220;enterprise&#8221; will more than likely be attached, these solutions will not be user friendly. They will be clunky, unintuitive, and slow. Mark my words. Try out some of the stuff that&#8217;s out there today like <a href="http://www.omniture.com/">Omniture</a> (if you have tens of thousands of dollars in your budget to implement them, that is).</p>
<p>Another problem. These suites will need to have a wide range of features:</p>
<ul>
<li>Web analytics/conversion management</li>
<li>Search keyword management</li>
<li>Content collaboration/integration/management</li>
<li>User experience management</li>
<li>Dashboards and automated reports</li>
<li>Campaign management</li>
<li>Data mining flexibility</li>
<li>E-commerce integration/management</li>
<li>Social media management</li>
<li><abbr title="Customer Relationship Management">CRM</abbr> integration/management</li>
</ul>
<p><em>Note that the word </em>management<em> indicates the need for measurable results. Not just pretty charts to look at and go &#8220;Hmm&#8230;&#8221;</em></p>
<p>The list of features could go on from there. And the list will grow as the Facebooks, Twitters, and Googles create additional channels in the online marketing landscape.</p>
<p>The root of the problem is that online marketing suite providers will bolt on additional features, not worrying much about the user experience or how marketers need to think and work to get their jobs done. And they will continue to make it all so complex that you need to hire professional services just to keep it working. Boooooo.</p>
<p>Until something affordable and effective emerges, internet marketing consultants will continue to have it sweet. Inefficient, fragmented tools will allow for more billable hours and will introduce a greater cost of entry to those who want to become experts. And this will become a problem as businesses will demand more accountability and measurable results for less money.</p>
<p>It&#8217;s a great time to be one of the few that understand how it all works. The days are numbered for the fakes who pretend that they know what they&#8217;re doing, though I must admit that there will still be quite a few days left for them.</p>
<p>The revolution will be data driven. That&#8217;s for sure. And it will require opinionated tools that get the job done without trying to cater to petty feature requests.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Analytics' rel='tag' target='_self'>Analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/ccm' rel='tag' target='_self'>ccm</a>, <a class='technorati-link' href='http://technorati.com/tag/chris+peters' rel='tag' target='_self'>chris peters</a>, <a class='technorati-link' href='http://technorati.com/tag/clear+crystal+media' rel='tag' target='_self'>clear crystal media</a>, <a class='technorati-link' href='http://technorati.com/tag/glass+case' rel='tag' target='_self'>glass case</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing+suite' rel='tag' target='_self'>internet marketing suite</a>, <a class='technorati-link' href='http://technorati.com/tag/marketing' rel='tag' target='_self'>marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/online+marketing' rel='tag' target='_self'>online marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/online+marketing+suite' rel='tag' target='_self'>online marketing suite</a>, <a class='technorati-link' href='http://technorati.com/tag/Technology' rel='tag' target='_self'>Technology</a>, <a class='technorati-link' href='http://technorati.com/tag/web+analytics' rel='tag' target='_self'>web analytics</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.clearcrystalmedia.com/gc/integrated-marketing-suite-dream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring organic traffic sent to a given page</title>
		<link>http://www.clearcrystalmedia.com/gc/measuring-organic-traffic-sent-to-page/</link>
		<comments>http://www.clearcrystalmedia.com/gc/measuring-organic-traffic-sent-to-page/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:47:25 +0000</pubDate>
		<dc:creator>Chris Peters</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[ccm]]></category>
		<category><![CDATA[chris peters]]></category>
		<category><![CDATA[clear crystal media]]></category>
		<category><![CDATA[glass case]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo reports]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://www.clearcrystalmedia.com/gc/?p=520</guid>
		<description><![CDATA[<p><a href="http://www.google.com/analytics/"><img src="/pm/wp-content/uploads/google_analytics_logo.gif" alt="Google Analytics" /></a></p>
<p>On Tuesday, I posted instructions on <a href="/gc/measuring-organic-keywords-google-analytics/">measuring organic keywords that send traffic to a given web page</a>. At the end of the post, I gave the caveat that the traffic reported to you isn't necessarily for just that page.</p>
<p>So what do you do if you want to know a more precise number of visitors referred to a given page by organic search? Fortunately, there is a way to get to that number in <a href="http://www.google.com/analytics/">Google Analytics</a>. But again, it's not very easy to get there. I will show you the way.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/analytics/"><img src="/pm/wp-content/uploads/google_analytics_logo.gif" alt="Google Analytics" /></a></p>
<p>On Tuesday, I posted instructions on <a href="/gc/measuring-organic-keywords-google-analytics/">measuring organic keywords that send traffic to a given web page</a>. At the end of the post, I gave the caveat that the traffic reported to you isn&#8217;t necessarily for just that page.</p>
<p>So what do you do if you want to know a more precise number of visitors referred to a given page by organic search? Fortunately, there is a way to get to that number in <a href="http://www.google.com/analytics/">Google Analytics</a>. But again, it&#8217;s not very easy to get there. I will show you the way.</p>
<h2>Report on number of visitors referred to a given page by organic search</h2>
<p>You don&#8217;t know if your work on SEO is really effective until you report on the traffic driven by organic search. Recording the number of visitors referred once a month is a great way to see whether or not your efforts are paying off.</p>
<p>For bonus points, if you have a Goal set up, you can also find out the conversion rate for visitors referred by organic search.</p>
<p>For this example, we will report on the number of visitors referred to the <a href="http://cfwheels.org/">home page of ColdFusion on Wheels</a> from organic search. Hey, because it&#8217;s an open source project, I won&#8217;t make anyone angry by sharing these details.</p>
<h2>How to set it up in Google Analytics</h2>
<p>This time, we&#8217;ll get a precise number of visitors by using a <strong>Traffic Sources</strong> report in Google Analytics. Start by clicking the <strong>Traffic Sources</strong> link in the left navigation.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-523" title="Google Analytics Traffic Sources" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/08/google-analytics-traffic-sources.jpg" alt="The Traffic Sources report is available in the left navigation of the Google Analytics interface." width="235" height="247" /></p>
<p>Next, click on the <strong>Search Engines</strong> link that appears in the left navigation.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-524" title="Google Analytics Search Engines" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/08/google-analytics-search-engines.jpg" alt="The Search Engines report is in the left navigation underneath the Traffic Sources section. (You must be in the Traffic Sources section for the link to be available.)" width="234" height="272" /></p>
<p>Now that we&#8217;re on the <strong>Search Engines</strong> report, find the <strong>non-paid</strong> link just below the giant line graph. Click it.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-525" title="Google Analytics Search Non-paid" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/08/google-analytics-search-non-paid.jpg" alt="The Show: non-paid link limits the data to just traffic referred by organic search." width="226" height="160" /></p>
<p>This will show you stats for how much organic traffic was sent from each search engine.</p>
<p>To show how many people landed on each page, find the drop-down marked as <strong>Dimension</strong> and set it to <strong>Landing Page</strong>.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-526" title="Google Analytics Dimension Landing Page" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/08/google-analytics-dimension-landing-page.jpg" alt="Find the Landing Page option in the drop-down labeled Dimension." width="335" height="376" /></p>
<p>Now you will finally see a list of <abbr title="Uniform Resource Locator">URL</abbr>s that visitors have landed on and how many visits there have been for your chosen date range.</p>
<p>If the page that you&#8217;re interested in doesn&#8217;t appear in the list that appears, try searching for it in the <strong>Filter Landing Page Containing</strong> search box at the bottom of the page.</p>
<p>Note that if you’re reporting on the index page of a section (index.html, index.php, home.aspx, etc.), you will need to find the backslash <code>/</code> record.</p>
<p>In our example, we can see that <strong>463 visitors</strong> have been referred to the home page by organic search over the past month.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-527" title="Google Analytics Home Page" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/08/google-analytics-home-page.jpg" alt="The home page record shows up as a forward slash in this example. It shows 463 associated visits." width="497" height="346" /></p>
<p>If you have <strong>Goals</strong> set up in Analytics (highly recommended!), we can also report on how effective that landing page is when people land there from organic search. Google Analytics can tell you how each landing page works with up to 4 different goals.</p>
<p>Taking a look at the <strong>Goal Conversion</strong> tab, we can see in the example that visitors who land on the home page from organic search download the freeware file 8.24% of the time.</p>
<p>This is a very powerful report because now I can set a goal to increase that conversion rate next month. Imagine that: actually using web analytics to drive better business results!</p>
<p><img class="alignnone size-full wp-image-528" title="Google Analytics SEO Goal Conversion" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/08/google-analytics-seo-goal-conversion.jpg" alt="If you click the Goal Conversion tab, conversion metrics appear for the different landing pages." width="639" height="318" /></p>
<h2>One of the caveats still applies</h2>
<p>I&#8217;ll repeat the first caveat from the last post. It still applies to this scenario as well.</p>
<blockquote cite="http://www.clearcrystalmedia.com/gc/measuring-organic-keywords-referring-traffic-to-a-given-web-page/">
<h3>Caveat #1: Inconsistent links on your site</h3>
<p>Unfortunately, if you have multiple links on your site that point to the same content, you could have a problem with getting to the metrics that you want.</p>
<p>For example, if you have links on your site to each of these</p>
<ul>
<li><kbd>/products</kbd></li>
<li><kbd>/Products</kbd></li>
<li><kbd>/products/index.html</kbd></li>
<li><kbd>/products/</kbd></li>
</ul>
<p>then those <abbr title="Uniform Resource Locator">URL</abbr>s are going to show up separately in Google Analytics. This applies to mixed case variants.</p>
<p>The best way to avoid this problem is to go through your site and use a consistent linking convention. I prefer all lowercase with a trailing slash, as in <code>&lt;a href="/products/"&gt;Products&lt;/a&gt;</code>. If this is too painstaking, you may just want to see which version of the <abbr title="Uniform Resource Locator">URL</abbr> that Google search results are sending users to, for starters.</p></blockquote>
<p>I hope you find these reports useful and another way to drill down to measure the performance of your search marketing efforts. Please consider subscribing by <a href="http://feeds.clearcrystalmedia.com/glass-case"><abbr title="Really Simple Syndication">RSS</abbr></a> or <a href="http://www.clearcrystalmedia.com/gc/email/">email</a> to be alerted when I post more tips in the future.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Analytics' rel='tag' target='_self'>Analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/ccm' rel='tag' target='_self'>ccm</a>, <a class='technorati-link' href='http://technorati.com/tag/chris+peters' rel='tag' target='_self'>chris peters</a>, <a class='technorati-link' href='http://technorati.com/tag/clear+crystal+media' rel='tag' target='_self'>clear crystal media</a>, <a class='technorati-link' href='http://technorati.com/tag/glass+case' rel='tag' target='_self'>glass case</a>, <a class='technorati-link' href='http://technorati.com/tag/google+analytics' rel='tag' target='_self'>google analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/keywords' rel='tag' target='_self'>keywords</a>, <a class='technorati-link' href='http://technorati.com/tag/search+engine+optimization' rel='tag' target='_self'>search engine optimization</a>, <a class='technorati-link' href='http://technorati.com/tag/seo' rel='tag' target='_self'>seo</a>, <a class='technorati-link' href='http://technorati.com/tag/seo+reports' rel='tag' target='_self'>seo reports</a>, <a class='technorati-link' href='http://technorati.com/tag/web+analytics' rel='tag' target='_self'>web analytics</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.clearcrystalmedia.com/gc/measuring-organic-traffic-sent-to-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Measuring organic keywords referring traffic to a given web page</title>
		<link>http://www.clearcrystalmedia.com/gc/measuring-organic-keywords-referring-traffic-to-a-given-web-page/</link>
		<comments>http://www.clearcrystalmedia.com/gc/measuring-organic-keywords-referring-traffic-to-a-given-web-page/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 23:04:59 +0000</pubDate>
		<dc:creator>Chris Peters</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[ccm]]></category>
		<category><![CDATA[chris peters]]></category>
		<category><![CDATA[clear crystal media]]></category>
		<category><![CDATA[glass case]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[organic search]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.clearcrystalmedia.com/gc/?p=517</guid>
		<description><![CDATA[<p><a href="http://www.google.com/analytics/"><img src="/pm/wp-content/uploads/google_analytics_logo.gif" alt="Google Analytics" /></a></p>
<p>Let's say that you optimized a page for [blue widgets], are now ranking for the term, and you want to see if it's driving any traffic.</p>
<p>Google AdWords lets you measure your <abbr title="pay per click">PPC</abbr> keyword traffic easily, but it's not so obvious how to do the same for organic keywords in <a href="http://www.google.com/analytics/">Google Analytics</a>. Let me show you what I think is the best path to setting up a report.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/analytics/"><img src="/pm/wp-content/uploads/google_analytics_logo.gif" alt="Google Analytics" /></a></p>
<p>Every now and then, it&#8217;s good to report on the keywords that are referring users to a given page on your site. Let&#8217;s say that you optimized a page for [blue widgets], are now ranking for the term, and you want to see if it&#8217;s driving any traffic.</p>
<p>Google AdWords lets you measure your <abbr title="pay per click">PPC</abbr> keyword traffic easily, but it&#8217;s not so obvious how to do the same for organic keywords in <a href="http://www.google.com/analytics/">Google Analytics</a>. Let me show you what I think is the best path to setting up a report.</p>
<h2>Report on organic key phrases used to get to a given web page</h2>
<p>My organic <abbr title="search engine optimization">SEO</abbr> work has focused on taking a single web page and optimizing it for a key phrase or two. I&#8217;ve wanted to take a given page and see what keywords searchers have been using to get to that page. If the page is ranking well for a given key phrase and my reporting shows no traffic generated by that phrase, then it would be an indicator that I&#8217;d probably want to try something else (or figure out why no one is clicking to get to my page)!</p>
<p>For example&#8217;s sake, let&#8217;s say that I&#8217;ve optimized <a title="Chris Peters Web Marketer" href="/gc/">my blog&#8217;s home page</a> for the key phrase [chris peters]. (Imagine that!)</p>
<h2>How to set it up in Google Analytics</h2>
<p>There are many different ways to approach reporting on your metrics in Google Analytics, so let me show you the best path to take in reporting on organic keywords.</p>
<p>Once you&#8217;re in your site in Google Analytics, click the <strong>Content</strong> link in the <strong>left navigation</strong>.</p>
<p style="text-align: center"><img style="border: 1px solid #000000; float: none" title="The Content link is in the left navgiation under Traffic Sources" src="/pm/wp-content/uploads/google_analytics_content_link.jpg" alt="The Content link is in the left navgiation under Traffic Sources" /></p>
<p>Next, click <strong>Content Drilldown</strong>.</p>
<p style="text-align: center"><img style="border: 1px solid #000000; float: none" title="The Content Drilldown link is underneath the Content by Title link in the left navigation." src="/pm/wp-content/uploads/google_analytics_content_drilldown.jpg" alt="The Content Drilldown link is underneath the Content by Title link in the left navigation." /></p>
<p>If the page you&#8217;re interested in reporting on doesn&#8217;t appear in the <strong>Content Performance</strong> area, go ahead and search for the folder name in the <strong>Find <abbr title="Uniform Resource Locator">URL</abbr></strong> search box at the bottom.</p>
<p>Once you&#8217;ve found the page you want to report on, click on it. (Note that if you&#8217;re reporting on the index page of a section (index.html, index.php, home.aspx, etc.), you will need to click the actual backslash &#8220;/&#8221; link to pull up the correct page.)</p>
<p style="text-align: center"><img style="border: 1px solid #000000; float: none" title="If you want to know traffic for the root file of a folder, click the / link." src="/pm/wp-content/uploads/google_analytics_slash_link.jpg" alt="If you want to know traffic for the root file of a folder, click the / link." /></p>
<p>You should be on a report called <strong>Content Detail: [Your URL here]</strong>. There is a drop-down called <strong>Analyze</strong> that defaults to &#8220;Content Detail.&#8221; In that drop-down, select &#8220;Entrance Keywords.&#8221;</p>
<p style="text-align: center"><img style="border: 1px solid #000000; float: none" title="The Entrance Keywords link is in the Analyze: Content Detail drop-down." src="/pm/wp-content/uploads/google_analytics_entrance_keywords.jpg" alt="The Entrance Keywords link is in the Analyze: Content Detail drop-down." /></p>
<p>On the <strong>Entrance Keywords: [Your URL here]</strong> report, click on the <strong>Show: non-paid</strong> link to the right underneath the main graph.</p>
<p style="text-align: center"><img style="border: 1px solid #000000; float: none" title="The non-paid link appears after the Show: total | paid links." src="/pm/wp-content/uploads/google_analytics_non-paid_link.jpg" alt="The non-paid link appears after the Show: total | paid links." /></p>
<p>At this point, you will see a list of keywords searchers have used to arrive at a given page, along with traffic metrics. If you look at my example, you&#8217;ll see that I&#8217;m pulling a decent amount of traffic for my name. (Considering that not too many people are looking for me.)</p>
<p style="text-align: center"><img style="border: 1px solid #000000; float: none" title="This Google Analytics report shows you how much traffic you've been getting for search terms." src="/pm/wp-content/uploads/google_analytics_report.jpg" alt="This Google Analytics report shows you how much traffic you've been getting for search terms." /></p>
<p>If you would like to automate this particular report, you can click the <strong>Email button</strong> at the top of the report to have it sent to you daily, weekly, monthly or quarterly.</p>
<p>Keep in mind that Analytics allows a limited number of automated reports, so you may end up in a situation where you&#8217;ll want to prioritize which reports you want to automate.</p>
<h2>Caveats to organic keyword reporting in Google Analytics</h2>
<h3>Caveat #1: Inconsistent links on your site</h3>
<p>Unfortunately, if you have multiple links on your site that point to the same content, you could have a problem with getting to the metrics that you want.</p>
<p>For example, if you have links on your site to each of these</p>
<ul>
<li><kbd>/products</kbd></li>
<li><kbd>/Products</kbd></li>
<li><kbd>/products/index.html</kbd></li>
<li><kbd>/products/</kbd></li>
</ul>
<p>then those <abbr title="Uniform Resource Locator">URL</abbr>s are going to show up separately in Google Analytics. This applies to mixed case variants.</p>
<p>The best way to avoid this problem is to go through your site and use a consistent linking convention. I prefer all lowercase with a trailing slash, as in <code>&lt;a href="/products/"&gt;Products&lt;/a&gt;</code>. If this is too painstaking, you may just want to see which version of the <abbr title="Uniform Resource Locator">URL</abbr> that Google search results are sending users to, for starters.</p>
<h3>Caveat #2: Keyword reports in Content area aren&#8217;t just for a single <abbr title="Uniform Resource Locator">URL</abbr></h3>
<p>Content reports in Google Analytics behave a little strangely. When you report on keywords for a particular page like this, it doesn&#8217;t just show you keywords that caused the user to land directly on that page from search engines.</p>
<p>So if a visitor searched for your company name and somehow ended up on the target page, then that keyword is counted in this report. If you see anything that doesn&#8217;t make sense in your report, try searching for that word and seeing which page does come up.</p>
<p>Just a couple things to keep in mind.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Analytics' rel='tag' target='_self'>Analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/ccm' rel='tag' target='_self'>ccm</a>, <a class='technorati-link' href='http://technorati.com/tag/chris+peters' rel='tag' target='_self'>chris peters</a>, <a class='technorati-link' href='http://technorati.com/tag/clear+crystal+media' rel='tag' target='_self'>clear crystal media</a>, <a class='technorati-link' href='http://technorati.com/tag/glass+case' rel='tag' target='_self'>glass case</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/google+analytics' rel='tag' target='_self'>google analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/keywords' rel='tag' target='_self'>keywords</a>, <a class='technorati-link' href='http://technorati.com/tag/organic+search' rel='tag' target='_self'>organic search</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Marketing' rel='tag' target='_self'>Search Marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/seo' rel='tag' target='_self'>seo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.clearcrystalmedia.com/gc/measuring-organic-keywords-referring-traffic-to-a-given-web-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blogging and being in the right place at the right time</title>
		<link>http://www.clearcrystalmedia.com/gc/blogging-right-place-right-time/</link>
		<comments>http://www.clearcrystalmedia.com/gc/blogging-right-place-right-time/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:29:04 +0000</pubDate>
		<dc:creator>Chris Peters</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[cfwheels]]></category>
		<category><![CDATA[coldfusion on wheels]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[social media marketing]]></category>

		<guid isPermaLink="false">http://www.clearcrystalmedia.com/gc/?p=488</guid>
		<description><![CDATA[<p>A couple weeks ago, I stumbled upon a slightly controversial <a href="http://www.advantexllc.com/blog/post.cfm/how-oo-almost-destroyed-my-business">blog post about an industry issue</a> just after it was posted. It generated 108 comments, and I'm sure that thousands of people viewed it. Many people read some of the comments, and mine was there first. My comment also included a link to <a href="http://www.cfwheels.org/blog/index.cfm/2009/5/24/How-OO-Almost-Destroyed-a-Business">my blog post in response</a>, which I drafted up as quickly as possible.</p>
<p>Read on for actual results of what this did for the open source project that I manage.</p>]]></description>
			<content:encoded><![CDATA[<p>You may or may not know that I manage the community and run the website for the <a href="http://www.cfwheels.org/">ColdFusion on Wheels</a> open source project. It definitely helps me sharpen my software marketing skillz. Plus I just can&#8217;t let go of my roots. <img src='http://www.clearcrystalmedia.com/gc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A couple weeks ago, I stumbled upon a slightly controversial <a href="http://www.advantexllc.com/blog/post.cfm/how-oo-almost-destroyed-my-business">blog post about an industry issue</a> just after it was posted. It generated 108 comments, and I&#8217;m sure that thousands of people viewed it. Many people read some of the comments, and mine was there first. My comment also included a link to <a href="http://www.cfwheels.org/blog/index.cfm/2009/5/24/How-OO-Almost-Destroyed-a-Business">my blog post in response</a>, which I drafted up as quickly as possible.</p>
<p>What&#8217;s cool about running this project is that I can share some of the analytics and marketing results with you. I don&#8217;t think I&#8217;ll get into trouble with anyone for doing that.</p>
<p>Can you tell when my comment was made by looking at this graph of daily visits?</p>
<p><img class="alignnone size-full wp-image-489" title="CFWheels Visits" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/06/cfwheels-visits.jpg" alt="CFWheels Visits" width="500" height="114" /></p>
<p>Lots of extra exposure, as you can see. And exposure is exactly what the project needs.</p>
<p>What about conversions, which are downloads of the actual framework code (the primary goal of the site)?</p>
<p><img class="alignnone size-full wp-image-490" title="CFWheels Conversions" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/06/cfwheels-conversions.jpg" alt="CFWheels Conversions" width="500" height="114" /></p>
<p>As you can see, we&#8217;ve only had 1 zero-download day since then. Discussion in the community forum has been picking up as well. There were even a couple comments on that blog post with people praising the project.</p>
<p>So here&#8217;s a testament to doing social media the right way. It&#8217;s not about blasting your me-me-me&#8217;s on Twitter or Facebook. It&#8217;s about being timely and relevant <em>when the opportunity presents itself</em>.</p>
<p>And this was a measurable way of evaluating results as well, which a lot of marketers have a lot of trouble dealing with these days.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Blogging' rel='tag' target='_self'>Blogging</a>, <a class='technorati-link' href='http://technorati.com/tag/cfwheels' rel='tag' target='_self'>cfwheels</a>, <a class='technorati-link' href='http://technorati.com/tag/coldfusion+on+wheels' rel='tag' target='_self'>coldfusion on wheels</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/marketing' rel='tag' target='_self'>marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/open+source' rel='tag' target='_self'>open source</a>, <a class='technorati-link' href='http://technorati.com/tag/Social+Media' rel='tag' target='_self'>Social Media</a>, <a class='technorati-link' href='http://technorati.com/tag/social+media+marketing' rel='tag' target='_self'>social media marketing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.clearcrystalmedia.com/gc/blogging-right-place-right-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web analytics: key performance indicators</title>
		<link>http://www.clearcrystalmedia.com/gc/web-analytics-key-performance-indicators/</link>
		<comments>http://www.clearcrystalmedia.com/gc/web-analytics-key-performance-indicators/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 13:00:13 +0000</pubDate>
		<dc:creator>Chris Peters</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[ccm]]></category>
		<category><![CDATA[chris peters]]></category>
		<category><![CDATA[clear crystal media]]></category>
		<category><![CDATA[glass case]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[omniture]]></category>
		<category><![CDATA[omniture sitecatalyst]]></category>
		<category><![CDATA[sitecatalyst]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://www.clearcrystalmedia.com/gc/?p=63</guid>
		<description><![CDATA[Web analytics can be very powerful, but only if customized to meet your site's unique needs. Many believe that it's just a tool to see how many people visited, which becomes quite trite after looking at that data a couple times. You'll probably say, "Hmm, 500 people visited this week." But how does knowing that <em>really</em> help?]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-305" style="margin: 20px;" title="Bar Graph" src="http://www.clearcrystalmedia.com/gc/wp-content/uploads/2009/01/bar-graph-300x299.jpg" alt="Bar Graph" width="202" height="201" />Web analytics can be very powerful, but only if customized to meet your site&#8217;s unique needs. Many believe that it&#8217;s just a tool to see how many people visited, which becomes quite trite after looking at that data a couple times. You&#8217;ll probably say, &#8220;Hmm, 500 people visited this week.&#8221; But how does knowing that <em>really</em> help?</p>
<p>Web analytics becomes powerful when you start matching the reports to your site&#8217;s goals. If your ultimate goal is to sell something, most analytics software can be configured to let you report on how all of the different metrics influence sales.</p>
<p>Let&#8217;s call this sample goal of sales a <em>key performance indicator</em> or <em><abbr title="Key Performance Indicator">KPI</abbr></em>. (That&#8217;s what the experts call it!). You should be defining a few <abbr title="Key Performance Indicator">KPI</abbr>s for your site and focusing on improving those metrics. Increasing the number of visitors to your site does not help if those extra visits are not leading to sales!</p>
<p>Google Analytics calls a <abbr title="Key Performance Indicator">KPI</abbr> a &#8220;Goal&#8221;, and Omniture SiteCatalyst calls it &#8220;Conversion Tracking.&#8221; If you&#8217;re using something else, the functionality is probably named similarly.</p>
<p>With goals set up, you can go from this scenario:</p>
<blockquote><p>These are the top 5 Google searches that refer people to my site. Hmm! Interesting?</p></blockquote>
<p>To this scenario:</p>
<blockquote><p>These are the top 5 Google searches that lead to sales. I should probably make sure that we continue ranking for those searches!</p></blockquote>
<p>See the difference?</p>
<p><em>Photo credit: <a href="http://www.flickr.com/photos/31796655@N07/2974942783/">Bar Graph</a> by <a title="Link to kevinzhengli's photostream" href="http://www.flickr.com/photos/31796655@N07/">kevinzhengli</a>. <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Some rights reserved</a>.</em><a title="Link to kevinzhengli's photostream" href="http://www.flickr.com/photos/31796655@N07/"><br />
</a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Analytics' rel='tag' target='_self'>Analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/ccm' rel='tag' target='_self'>ccm</a>, <a class='technorati-link' href='http://technorati.com/tag/chris+peters' rel='tag' target='_self'>chris peters</a>, <a class='technorati-link' href='http://technorati.com/tag/clear+crystal+media' rel='tag' target='_self'>clear crystal media</a>, <a class='technorati-link' href='http://technorati.com/tag/glass+case' rel='tag' target='_self'>glass case</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/google+analytics' rel='tag' target='_self'>google analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/marketing' rel='tag' target='_self'>marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/omniture' rel='tag' target='_self'>omniture</a>, <a class='technorati-link' href='http://technorati.com/tag/omniture+sitecatalyst' rel='tag' target='_self'>omniture sitecatalyst</a>, <a class='technorati-link' href='http://technorati.com/tag/sitecatalyst' rel='tag' target='_self'>sitecatalyst</a>, <a class='technorati-link' href='http://technorati.com/tag/web+analytics' rel='tag' target='_self'>web analytics</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.clearcrystalmedia.com/gc/web-analytics-key-performance-indicators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

