<?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>Crazy About SEO &#187; Analytics</title>
	<atom:link href="http://www.crazyaboutseo.co.uk/category/analytics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crazyaboutseo.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 01 Nov 2010 20:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracking visits between your main domain and sub domain</title>
		<link>http://www.crazyaboutseo.co.uk/tracking-visits-between-your-main-domain-and-sub-domain-440</link>
		<comments>http://www.crazyaboutseo.co.uk/tracking-visits-between-your-main-domain-and-sub-domain-440#comments</comments>
		<pubDate>Sun, 15 Aug 2010 12:46:09 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=440</guid>
		<description><![CDATA[Google Analytics is a great program to track visitors and content to your website, but by default Google Analytics can only track visits on a single domain or sub-domain. There are however many circumstances where you may wish to track visitors, between your main domain and sub-domain, they include:

Shopping Cart &#8211; Your shopping cart maybe on a sub-domain, and you may wish to track traffic from your site into your shopping cart in one report profile. You may also want to set up goal tracking and funnels all in one ...]]></description>
			<content:encoded><![CDATA[<p>Google Analytics is a great program to track visitors and content to your website, but by default Google Analytics can only track visits on a single domain or sub-domain. There are however many circumstances where you may wish to track visitors, between your main domain and sub-domain, they include:</p>
<ul>
<li>Shopping Cart &#8211; Your shopping cart maybe on a sub-domain, and you may wish to track traffic from your site into your shopping cart in one report profile. You may also want to set up goal tracking and funnels all in one profile.</li>
<li>Blog &#8211; You may have a blog on a sub-domain &#8211; You would want to track traffic to and from the blog in the same profile</li>
<li>Your site may use sub domains for site content instead of sub folders, and you want to track the traffic in one easy to manage profile</li>
<li>Many other reasons&#8230;</li>
</ul>
<p>If you don&#8217;t set up cross domain tracking your sub-domain account will produce lots of referrals from your main site, meaning that the original referrer such as Google will be lost. This means that potentially you are losing out on important data as to where your traffic is coming from when a users skips between your domains.</p>
<p>In order to track visitors between your main domain and sub-domains you will need to edit the tracking code that appears on both domains.</p>
<p>Lets suppose you want to track traffic between the www.mystore.com and cart.mystore.com. The tracking code to achieve this is indicated below:</p>
<p><strong>Asynchronous syntax</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">_gaq.push(['_setAccount', 'UA-12345-1']);
  _gaq.push(['_setDomainName', '.mystore.com']);
  _gaq.push(['_setAllowHash', false]);
  _gaq.push(['_trackPageview']);</pre></td></tr></table></div>

<p><strong>Traditional (ga.js) syntax</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">var pageTracker = _gat._getTracker(&quot;UA-12345-1&quot;);
  pageTracker._setDomainName(&quot;.mystore.com&quot;);
  pageTracker._setAllowHash(false);
  pageTracker._trackPageview();</pre></td></tr></table></div>

<p>You will notice that there is a leading &#8220;.&#8221; before the domain name, this indicates that you want to track any sub-domain of this main domain. It is important that you add this tracking code to all pages on the main domain and sub-domain in order to track everything successfully.</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Ftracking-visits-between-your-main-domain-and-sub-domain-440"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Ftracking-visits-between-your-main-domain-and-sub-domain-440" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/tracking-visits-between-your-main-domain-and-sub-domain-440/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passed Google Analytics Exam</title>
		<link>http://www.crazyaboutseo.co.uk/passed-google-analytics-exam-433</link>
		<comments>http://www.crazyaboutseo.co.uk/passed-google-analytics-exam-433#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:32:10 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=433</guid>
		<description><![CDATA[I have been using Google Analytics for years and access the software nearly everyday as part of daily job. The Google Analytics package has undertaken many development changes in that time including moving from the urchin tracker to the new asynchronous tracking code that they have recently migrated.
I consider myself to be quite advanced in Google Analytics so therefore decided to take the Google Analytics test, where you have to get over 80% to pass. I went through all the tutorials on the Google Analytics Conversion University to familiarize myself ...]]></description>
			<content:encoded><![CDATA[<p>I have been using Google Analytics for years and access the software nearly everyday as part of daily job. The Google Analytics package has undertaken many development changes in that time including moving from the urchin tracker to the new asynchronous tracking code that they have recently migrated.</p>
<p>I consider myself to be quite advanced in Google Analytics so therefore decided to take the Google Analytics test, where you have to get over 80% to pass. I went through all the tutorials on the Google Analytics Conversion University to familiarize myself with all the features before taking the exam.</p>
<p>I thought that taking the exam would be a great way of testing myself, ensuring that I know all about the many features of Google Analytics (and there are many)!</p>
<p>A few days ago I passed the exam, so I am now officially Google Analytics qualified. It&#8217;s good to know that I can prove I can use the platform at a professional level rather than just working on particular clients accounts. </p>
<p>I would suggest that anyone involved in Internet Marketing takes the test as its proof that you know what you are talking about.</p>
<p><img src="http://www.crazyaboutseo.co.uk/wp-content/uploads/2010/07/analytics-post.jpg" alt="analytics-post" title="analytics-post" width="560" height="409" class="alignleft size-full wp-image-434" /></p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fpassed-google-analytics-exam-433"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fpassed-google-analytics-exam-433" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/passed-google-analytics-exam-433/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When to use event tracking, and when to use virtual Pageviews</title>
		<link>http://www.crazyaboutseo.co.uk/when-to-use-event-tracking-and-when-to-use-irtual-vpageviews-420</link>
		<comments>http://www.crazyaboutseo.co.uk/when-to-use-event-tracking-and-when-to-use-irtual-vpageviews-420#comments</comments>
		<pubDate>Mon, 05 Jul 2010 21:30:23 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=420</guid>
		<description><![CDATA[The Google Analytics system allows users to view traffic data when a user physically views a particular page on their website. One problem users can have with Google Analytics is that they are unable to track other actions such as flash animations, downloading on PDFs, or the playing of a particular video.
To achieve this you have a choice of two different features in Google Analytics they are:

Virtual Pageviews
Event Tracking

Below I have detailed the different methods of capturing this data within Google Analytics
1. Virtual page views
The first method of tracking such ...]]></description>
			<content:encoded><![CDATA[<p>The Google Analytics system allows users to view traffic data when a user physically views a particular page on their website. One problem users can have with Google Analytics is that they are unable to track other actions such as flash animations, downloading on PDFs, or the playing of a particular video.</p>
<p>To achieve this you have a choice of two different features in Google Analytics they are:</p>
<ul>
<li>Virtual Pageviews</li>
<li>Event Tracking</li>
</ul>
<p>Below I have detailed the different methods of capturing this data within Google Analytics</p>
<p><strong>1. Virtual page views</strong></p>
<p>The first method of tracking such events is using a virtual page view. Virtual page views are a way of faking a page view after a given event, say clicking on a video or an external link. This is achieved by adding the ._trackPageview function to the link. For example if you were to tag an external link to say www.google.co.uk you could use the following call.</p>
<p>pageTracker._trackPageview(&#8217;/outgoing/google.co.uk&#8217;);</p>
<p>When a users triggers a virtual page view the data is passed to Google Analytics and is recorded will all the other page views in the system, it is a good idea to use a strong naming convention to track your virtual page views, which is why in the above example I have used the subdirectory /outgoing/.<br />
One problem with virtual page views is that it can greatly increase your overall page view figures, making it more difficult to analyse data.</p>
<p>The main reason you would use a virtual page view is so you can use the page view as a goal, and track conversions with it</p>
<p><strong>2. Event tracking</strong><br />
Another way of tracking these events is to use event tracking, which is different to a page view. With event tracking you call the _trackevent() Javascript call within a link. This allows you to add the following attributes to a link</p>
<ul>
<li>Category &#8211; The name you supply for the group of objects you want to track.</li>
<li>Action &#8211; A string that is uniquely paired with each category, and commonly used to define the type of user interaction for the web object. </li>
<li>Label &#8211; An optional string to provide additional dimensions to the event data. </li>
<li>Value &#8211; An integer that you can use to provide numerical data about the user event. </li>
</ul>
<p>As event tracking allows you to define more variables you can track more information such as page load times, how long a video is played and what buttons a user clicks. For example the below link shows how you could track a video, when someone clicks play, and the video is called &#8216;gone with the wind&#8217;.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;#&quot; onClick=_gaq.push(['_trackEvent', 'Videos',
 'Play', 'Gone With the Wind']);&quot;&gt;Play&lt;/a&gt;</pre></td></tr></table></div>

<p>You should be careful to plan which metrics you want to record, this will ensure that the data sent to Google Analytics is actionable. The advantage of event tracking over page views is that event tracking won&#8217;t ruin your overall page view data, the only disadvantage is that event tracking cannot be added into a goal which is slightly annoying. The data that you can get from this however is great and provides a huge amount of data to act on.</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fwhen-to-use-event-tracking-and-when-to-use-irtual-vpageviews-420"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fwhen-to-use-event-tracking-and-when-to-use-irtual-vpageviews-420" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/when-to-use-event-tracking-and-when-to-use-irtual-vpageviews-420/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Advanced Filters in Google Analytics</title>
		<link>http://www.crazyaboutseo.co.uk/using-advanced-filters-in-google-analytics-364</link>
		<comments>http://www.crazyaboutseo.co.uk/using-advanced-filters-in-google-analytics-364#comments</comments>
		<pubDate>Sun, 04 Apr 2010 19:19:46 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=364</guid>
		<description><![CDATA[At the end of 2009 Google added advanced filters to Google Analytics. This addition allows users to quickly filter data using a  set of parameters, it even supports regular expressions to help you remove lots of irrelevant data quickly.  The new filter can be found at the bottom of any content report. Simply drag your mouse to the bottom of the content report and you should see the filtering options (see image below)


This tool makes it easy to filter unwanted data from your content report. It achieves this ...]]></description>
			<content:encoded><![CDATA[<p>At the end of 2009 Google added advanced filters to Google Analytics. This addition allows users to quickly filter data using a  set of parameters, it even supports regular expressions to help you remove lots of irrelevant data quickly.  The new filter can be found at the bottom of any content report. Simply drag your mouse to the bottom of the content report and you should see the filtering options (see image below)</p>
<p><img class="alignleft size-full wp-image-365" title="advanced-filters" src="http://www.crazyaboutseo.co.uk/wp-content/uploads/2010/04/advanced-filters.gif" alt="advanced-filters" width="371" height="45" /></p>
<div style="clear:both"></div>
<p>This tool makes it easy to filter unwanted data from your content report. It achieves this by allowing you to filter any metric by one of the following methods:</p>
<ul>
<li>Containing &#8211; a value to include</li>
<li>Excluding &#8211; a value to exclude</li>
<li>Less than</li>
<li>Greater than &#8211; greater than a value</li>
<li>Less than or equal to</li>
<li>Equal to</li>
<li>Not equal to</li>
<li>Greater than or equal to</li>
</ul>
<p>For example I might wish to filter my results that contain the keyword &#8216;insurance&#8217; and have a conversion rate of higher than 2%. This will give me all the insurance terms that are greater than 2% conversion rate.</p>
<p>This tool would also come in useful if you were trying to remove all brand terms from a content report. You could simply use the exclude parameter and us to OR operator. For example for Marks And Spencer you could enter the following  &#8216; M&amp;S | Marks And Spencer&#8217;. This will allow you to see the traffic for non branded terms, allowing you to view the more keyword related terms you are after.</p>
<p>The filtering tool is very powerful and filters lots of data really quickly, allowing you to make quick decisions about your marketing.</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fusing-advanced-filters-in-google-analytics-364"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fusing-advanced-filters-in-google-analytics-364" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/using-advanced-filters-in-google-analytics-364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking outgoing links in Google Analytics</title>
		<link>http://www.crazyaboutseo.co.uk/tracking-outgoing-links-in-google-analytics-44</link>
		<comments>http://www.crazyaboutseo.co.uk/tracking-outgoing-links-in-google-analytics-44#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:38:31 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=44</guid>
		<description><![CDATA[Imagine you have an affiliate website, you have added Google Analytics so you now know where your traffic is coming from. This information is great and will help you target your marketing campaigns whether that be SEO or PPC to the areas which are generating leads for your site.
There is however one problem, how do you track outgoing links? For an affilate website this is very important. You need to know where your traffic is going to after it arrives on your site. If you started tracking outgoing links you ...]]></description>
			<content:encoded><![CDATA[<p>Imagine you have an affiliate website, you have added Google Analytics so you now know where your traffic is coming from. This information is great and will help you target your marketing campaigns whether that be SEO or PPC to the areas which are generating leads for your site.</p>
<p>There is however one problem, how do you track outgoing links? For an affilate website this is very important. You need to know where your traffic is going to after it arrives on your site. If you started tracking outgoing links you would then be able to know which of your affiliate sites is receiving the most traffic, and where users are clicking on your site.</p>
<p>From this information you can move your adverts around to generate the most traffic to the affiliate you want. Usually the one that pays the best commission!</p>
<p>But how do you achieve this? Please see steps below:</p>
<p><strong>Step 1</strong></p>
<p>Add the tracking code to the links you want to track, in the example below the links are being tagged as affiliate program-1.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://www.example.com&quot; onclick=&quot;javascript: 
pageTracker._trackPageview('/out/affiliate-program-1');&quot;&gt;</pre></div></div>

<p><strong>Step 2</strong></p>
<p>Next you will need to move your original  analytics tracking code to appear before the above code. It is good practice in this case to add the code to the header of the page.</p>
<p><strong>Step 3</strong></p>
<p>Well thats it! This will now fake a page view in your Google Analytics interface. To make tracking the links easier  you should add the fake page view into a Goal (see image below)</p>
<p><img class="alignnone size-full wp-image-45" title="tracking-outgoing-links" src="http://www.crazyaboutseo.co.uk/wp-content/uploads/2009/10/tracking-outgoing-links.jpg" alt="tracking-outgoing-links" width="588" height="299" /></p>
<p>Now each time a users clicks on any affiliate 1 tagged links a goal will be recorded. This makes it easy to track how many clicks each of your affiliate links is receving. The same principle can be used to track any type of out going links</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Ftracking-outgoing-links-in-google-analytics-44"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Ftracking-outgoing-links-in-google-analytics-44" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/tracking-outgoing-links-in-google-analytics-44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

