<?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>Leo Fogarty .com &#187; Keywords</title>
	<atom:link href="http://www.leofogarty.com/tag/keywords/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leofogarty.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 20:02:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to track keywords, rankings and landing pages in Google Analytics</title>
		<link>http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html</link>
		<comments>http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:38:23 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[landing pages]]></category>
		<category><![CDATA[Rankings]]></category>

		<guid isPermaLink="false">http://www.leofogarty.com/?p=641</guid>
		<description><![CDATA[<a href="http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html"><img align="left" hspace="5" width="150" height="150" src="http://www.leofogarty.com/wp-content/google-filter-150x150.png" class="alignleft wp-post-image tfe" alt="google-filter" title="google-filter" /></a>When relying on search engine optimisation for your affiliate sites it helps if you can understand, analyse and make decisions based on the data you have for your sites. Google Analytics is a fantastic package for presenting your data regarding traffic to your site but it doesn&#8217;t offer everything you need right out of the [...]]]></description>
			<content:encoded><![CDATA[<p>When relying on search engine optimisation for your affiliate sites it helps if you can understand, analyse and make decisions based on the data you have for your sites. Google Analytics is a fantastic package for presenting your data regarding traffic to your site but it doesn&#8217;t offer everything you need right out of the box.  But don&#8217;t worry Google Analytics is totally customizable and allows you to create filters and use expressions to get the data you need.</p>
<p>Some of the most important metrics I believe required to monitor your SEO efforts would be the ability to monitor Keywords, Rankings and Landing Pages. This data can always be manipulated with &#8220;Links to your site&#8221; data from Webmaster Central to monitor effects of link building.</p>
<p>There have been a couple of solutions on how to do this on the internet. Yoast had a post on how to <a href="http://yoast.com/track-seo-rankings-google-analytics/">track what page of google traffic came from along with keywords</a>. This was good but it was still a bit awkward to read, i.e. the ranking report displays page 1 results as unset, (page: ), page 2 results as (page: 10) or (page: 11). Damon Gudaitis wrote a <a href="http://www.damongudaitis.com/analytics/serp-report-google-analytics.html">post</a> on how to use Yoasts technique but how to make it more presentable, i.e. Page 1, Page 2, etc.</p>
<p>Again this was better but not quite there, it wasn&#8217;t actually tracking the ranking position. But then Google modified it&#8217;s referrer string for search queries and this was spotted by <a href="http://www.blogstorm.co.uk/google-adds-ranking-data-to-referrer-string/">Patrick Altoft</a> who immediatley realised it was now possible to track ranking positions.</p>
<p>Expanding on Patricks information using an example from <a href="http://jamesmorell.com/track-keyword-rank-landing-page-google-analytics/">James Morell</a>, I&#8217;m going to show you how to setup Analytics to track keyword, ranking and landing page:</p>
<ul>
<li>Create a new profile in Google Analytics, and call it something like ‘SERP result and landing page.’</li>
</ul>
<ul>
<li>Hit ‘Edit’ and add a new filter. There will be four filters in total.</li>
</ul>
<ul>
<li>The first filter is for Google Traffic only. Set it up as follows</li>
</ul>
<p><img class="aligncenter size-full wp-image-643" title="google-filter" src="http://www.leofogarty.com/wp-content/google-filter.png" alt="google-filter" width="600" height="384" /></p>
<ol>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Include’ radio button<br />
Select Campaign Source in the Filter Field dropdown<br />
Type ‘google’ into the Filter Pattern<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</ol>
<ul>
<li>Next, Create another filter called ’search term and rank filter’</li>
</ul>
<p><img class="aligncenter size-full wp-image-650" title="search-term-and-rank-filter" src="http://www.leofogarty.com/wp-content/search-term-and-rank-filter.png" alt="search-term-and-rank-filter" width="600" height="465" /></p>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Advanced’ radio button<br />
Select Campaign Term in the Field A -&gt; Extract A box. Enter <strong>(.*)</strong> in the text box<br />
Select Referral in the Field B -&gt; Extract B box. Enter <strong>(\?|&amp;)(cd)=([^&amp;]*)</strong> in the text box<br />
Select Custom Field 1 in the Output To -&gt; Constructor box. Enter <strong>$A1 | rank: $B3</strong> in the text box<br />
Select ‘yes’ from the ‘Field A Required’ radio buttons<br />
Select ‘yes’ from the ‘Field B Required’ radio buttons<br />
Select ‘yes’ from the ‘Override Output Field’ radio buttons<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</p>
<ul>
<li>Create a filter called ‘landing page’ to search for the landing page people are getting to:</li>
</ul>
<p><img class="aligncenter size-full wp-image-651" title="landing-page" src="http://www.leofogarty.com/wp-content/landing-page.png" alt="landing-page" width="600" height="463" /></p>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Advanced’ radio button<br />
Select Referral in the Field A -&gt; Extract A box. Enter <strong>(\?|&amp;)(url)=([^&amp;]*)</strong> in the text box<br />
Leave the Field B -&gt; Extract B box empty.<br />
Select Custom Field 2 in the Output To -&gt; Constructor box. Enter <strong>$A3</strong> in the text box<br />
Select ‘yes’ from the ‘Field A Required’ radio buttons<br />
Select ‘no’ from the ‘Field B Required’ radio buttons<br />
Select ‘yes’ from the ‘Override Output Field’ radio buttons<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</p>
<ul>
<li>Finally, merge the last two filters together with one called ‘keyword, rank and landing page.’</li>
</ul>
<p><img class="aligncenter size-full wp-image-652" title="keyword-rank-landing-page" src="http://www.leofogarty.com/wp-content/keyword-rank-landing-page.png" alt="keyword-rank-landing-page" width="600" height="462" /></p>
<p style="padding-left: 90px;">Select filter type: Custom filter<br />
Check the ‘Advanced’ radio button<br />
Select Custom Field 1 in the Field A -&gt; Extract A box. Enter <strong>(.*)</strong> in the text box<br />
Select Custom Field 2 in the Field B -&gt; Extract B box. Enter <strong>(.*)</strong> in the text box<br />
Select User Defined in the Output To -&gt; Constructor box. Enter <strong>$A1, LP: $B1</strong> in the text box<br />
Select ‘yes’ from the ‘Field A Required’ radio buttons<br />
Select ‘yes’ from the ‘Field B Required’ radio buttons<br />
Select ‘yes’ from the ‘Override Output Field’ radio buttons<br />
Select ‘no’ from the ‘Case Sensitive’ radio buttons</p>
<p>To get value out of this report, go to Traffic sources, Keywords and select User Defined Value in the Dimension drop down. This will give you something like this once it has run for a few days:</p>
<p><img class="aligncenter size-full wp-image-653" title="filter-results" src="http://www.leofogarty.com/wp-content/filter-results.png" alt="filter-results" width="600" height="431" /></p>
<p>So try it for yourself and see if it helps in monitoring your SEO efforts!</p>
<img src="http://www.leofogarty.com/?ak_action=api_record_view&id=641&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.leofogarty.com/search-engine-optimisation/web-analytics/google-analytics/how-to-track-keywords-rankings-and-landing-pages-in-google-analytics.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

