<?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>Nathan Jackson &#187; google</title>
	<atom:link href="http://www.njackson.co.uk/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.njackson.co.uk</link>
	<description>Website Analyst / Developer Yorkshire</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:10:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tracking events with Google Analytics</title>
		<link>http://www.njackson.co.uk/2009/02/tracking-hyperlink-presses-with-google-analytics/</link>
		<comments>http://www.njackson.co.uk/2009/02/tracking-hyperlink-presses-with-google-analytics/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:51:56 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=75</guid>
		<description><![CDATA[So, we had some hyperlinked images on one of our websites, each leading to the same page, but with a different $_GET which identifies which button this was. As far as my knowledge goes, that would have made the page duplicate (in google robot&#8217;s eyes), which then would have a minor impact on the organic [...]]]></description>
			<content:encoded><![CDATA[<p>So, we had some hyperlinked images on one of our websites, each leading to the same page, but with a different $_GET which identifies which button this was. As far as my knowledge goes, that would have made the page duplicate (in google robot&#8217;s eyes), which then would have a minor impact on the organic page rankings.</p>
<p>And because organic page ranking is quite important, I thought I&#8217;d do some digging regarding to tracking hyperlinks with Google Analytics. I found lots of information regarding to tracking form buttons, flash files and allsorts but most were crowded with extra information.</p>
<p>The line of code that tracks this event is quite simple, and all you need to do is add it into your &lt;a&gt; or your &lt;input type=&#8217;button&#8217;&gt;</p>
<p>onClick=&#8221;pageTracker._trackEvent(<strong>category</strong>, <strong>action</strong>, <strong>optional_label</strong>, <strong>optional_value</strong>)&#8221;</p>
<p><strong>Category</strong> in this case was the general name for the event which happened to be &#8216;Buttons&#8217;.<br />
<strong>Action</strong> in this case was what they&#8217;d done, so I named it &#8216;Click&#8217;.<br />
<strong>Optional_Label</strong> in this case wa a numerical indicator dependant on which button was clicked.<br />
<strong>Optional Value</strong> I didn&#8217;t acually use, as I didn&#8217;t see any point in assigning the button a value, as each was equal as each other.</p>
<p>It should look something like this:<br />
<code>&lt;a onclick="”pageTracker._trackEvent('buttons'," href="/page.htm"&gt;Link text here&lt;/a&gt;</code></p>
<p>Sorted! Just log into your Google Analytics account, go to the website report -&gt; Content -&gt; Event Tracking and within a few days you&#8217;ll see some numbers <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Need a hand? Just post a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2009/02/tracking-hyperlink-presses-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A new Google Favicon?</title>
		<link>http://www.njackson.co.uk/2009/01/a-new-google-favicon/</link>
		<comments>http://www.njackson.co.uk/2009/01/a-new-google-favicon/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:40:58 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=69</guid>
		<description><![CDATA[So, I&#8217;ve just noticed a new Google Favicon&#8230; I&#8217;m not sure if i like it! Looks too busy :/ What do you people think? At least it doesn&#8217;t impact any functionality]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve just noticed a new Google Favicon&#8230; I&#8217;m not sure if i like it! Looks too busy :/ What do you people think? At least it doesn&#8217;t impact any functionality <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 170px"><a href="http://www.njackson.co.uk/wp-content/uploads/2009/01/googlefavicon.jpg"><img class="size-full wp-image-70" title="google-favicon" src="http://www.njackson.co.uk/wp-content/uploads/2009/01/googlefavicon.jpg" alt="Google Favicon as of 9th January 2009" width="160" height="19" /></a><p class="wp-caption-text">Google Favicon as of 9th January 2009</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2009/01/a-new-google-favicon/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some useful SEO / Marketing resources</title>
		<link>http://www.njackson.co.uk/2009/01/some-useful-seo-marketing-resources/</link>
		<comments>http://www.njackson.co.uk/2009/01/some-useful-seo-marketing-resources/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:19:58 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[marketing resources]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=9</guid>
		<description><![CDATA[At work I find myself trying to find more and more information about SEO and online Marketing. I don&#8217;t consider myself to be awesome at SEO, so instead of preaching I&#8217;ll direct you to those who can / do There are many websites that aid me in the daily task of this, most of which [...]]]></description>
			<content:encoded><![CDATA[<p>At work I find myself trying to find more and more information about SEO and online Marketing. I don&#8217;t consider myself to be awesome at SEO, so instead of preaching I&#8217;ll direct you to those who can / do <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  There are many websites that aid me in the daily task of this, most of which that I&#8217;ve found by using <a title="Google Reader" href="http://reader.google.com" target="_blank">Google Reader</a>.</p>
<p>First off, Google Reader is one of the most useful tools I use in a day, instead of looking around on the various sites (some which may not have updates), I just subscribe to the various news feeds via Google Reader and every time there&#8217;s a new post, It picks up on this and give me a title and a short description of the new news story. If i deem the story interesting, i click the link and there I am&#8230;onto the page &#8211; awaiting the information overload!</p>
<p>Why search through loads of different sites when you can just get given the latest news from the ones you pick? You&#8217;d be silly not to.</p>
<p>So, what you should do is to sign up to <a title="Google Reader" href="http://reader.google.com" target="_blank">Google Reader</a> and subscribe to a few of the following sites: (In no paticular order</p>
<ul>
<li><a title="Microsoft Adcenter Developers Blog" href="http://adcenterdev.spaces.live.com/feed.rss" target="_blank">Microsoft Adcenter Dev Blog </a></li>
<li><a title="Microsoft Adcenter Blog" href="http://adcenterblog.spaces.live.com/feed.rss" target="_blank">Microsoft Adcenter Blog </a></li>
<li><a title="Google Adwords API Blog" href="http://adwordsapi.blogspot.com/atom.xml" target="_blank">Google Adwords API Blog </a></li>
<li><a title="Retail Adwords Tips" href="http://feeds.feedburner.com/AdwordsRetailTips" target="_blank">Retail Google Adwords Tips </a></li>
<li><a title="Chris Baggots SEO Blog" href="http://exacttarget.typepad.com/chrisbaggott/atom.xml" target="_blank">Chris Baggots Blog</a></li>
<li><a title="The Google Analytics Blog" href="http://analytics.blogspot.com/atom.xml" target="_blank">Google Analytics Blog </a></li>
<li><a title="The Google Sightseeing blog" href="http://googlesightseeing.com/feed/" target="_blank">Google Sightseeing </a></li>
<li><a title="The Google Adsense Blog" href="http://adsense.blogspot.com/atom.xml" target="_blank">Google Adsense Blog </a></li>
<li><a title="The Google Adwords Blog" href="http://adwords.blogspot.com/atom.xml" target="_blank">Google Adwords Blog</a></li>
<li><a title="Microsoft Research Blog" href="http://research.microsoft.com/rss/news.xml" target="_blank">Microsoft Research Blog </a></li>
<li><a title="A Google Blog" href="http://googleblog.blogspot.com/atom.xml" target="_blank">Google Blog </a></li>
<li><a title="Google Reader Blog" href="http://googlereader.blogspot.com/atom.xml" target="_blank">Google Reader Blog </a></li>
<li><a title="Google Webmaster Blog" href="http://googlewebmastercentral.blogspot.com/atom.xml" target="_blank">Google Webmaster Blog</a></li>
<li><a title="Search Engine Land" href="http://feeds.searchengineland.com/searchengineland" target="_blank">SearchEngineLand.com</a></li>
<li><a title="Search Engine Watch" href="http://feeds.searchenginewatch.com/sew" target="_blank">SearchEngineWatch.com</a></li>
<li><a title="The PPC Book" href="http://theppcbook.com/feed/" target="_blank">ThePPCBook.com</a></li>
<li><a title="PPC Hero" href="http://www.ppchero.com/rss-feeds/" target="_blank">PPC Hero</a></li>
</ul>
<p>If you have anything to add, go ahead and reply in the comments! I look forward to hearing from people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2009/01/some-useful-seo-marketing-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for ( lolnathanlol www.njackson.co.uk/tag/google/feed/ ) in 0.06900 seconds, on Jul 29th, 2010 at 11:36 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jul 29th, 2010 at 12:36 pm UTC -->