<?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>The Direct Approach &#187; Google Analytics</title>
	<atom:link href="http://thedirectapproach.ca/category/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedirectapproach.ca</link>
	<description>Opinionated discussions, tips, tricks and advice for those interested in interactive marketing, or learning more about the online space.</description>
	<lastBuildDate>Tue, 29 Sep 2009 15:10:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Use Filters In Google Analytics To Remove Your Own Data</title>
		<link>http://thedirectapproach.ca/2009/03/how-to-use-filters-in-google-analytics-to-remove-your-own-data/</link>
		<comments>http://thedirectapproach.ca/2009/03/how-to-use-filters-in-google-analytics-to-remove-your-own-data/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 12:11:00 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Filters]]></category>
		<category><![CDATA[mintblogger]]></category>
		<category><![CDATA[Rajeev Edmonds]]></category>

		<guid isPermaLink="false">http://74.53.81.146/~directa/?p=122</guid>
		<description><![CDATA[The following guest post is from Rajeev Edmonds, also known as mintblogger. His blog was one of my favourites long before I got to know him through the Authority Blogger Forum. His vast technical knowledge of what you can do with Google Blogger and Google Analytics definitely surpasses my own. Today he discusses how to [...]<p><a href="http://thedirectapproach.ca/2009/03/how-to-use-filters-in-google-analytics-to-remove-your-own-data/">How To Use Filters In Google Analytics To Remove Your Own Data</a> is a post from: <a href="http://thedirectapproach.ca">The Direct Approach</a> Blog owner: Rebecca Atkinson (Muller)</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://4.bp.blogspot.com/_X3yN3-Mk7jk/ScOLcCvmULI/AAAAAAAAAKc/vGUadGLJgaI/s1600-h/rajeev-edmonds.jpg"><img id="BLOGGER_PHOTO_ID_5315245299116429490" style="float: right; margin: 0px 0px 10px 10px; width: 62px; cursor: hand; height: 80px;" src="http://4.bp.blogspot.com/_X3yN3-Mk7jk/ScOLcCvmULI/AAAAAAAAAKc/vGUadGLJgaI/s200/rajeev-edmonds.jpg" border="0" alt="" /></a>The following guest post is from Rajeev Edmonds, also known as <a href="http://twitter.com/mintblogger">mintblogger</a>. His <a href="http://www.mintblogger.com/">blog</a> was one of my favourites long before I got to know him through the <a href="http://forum.authorityblogger.com/">Authority Blogger Forum</a>. His vast technical knowledge of what you can do with Google Blogger and Google Analytics definitely surpasses my own. Today he discusses how to properly use filters in GA to exclude your own internal data (among other things). Enjoy!<br />
************************************</p>
<p>Are you happy you&#8217;ve met the traffic goals at the end of the month? Hold on, the data displayed on your Analytics dashboard also includes the <strong>internal traffic</strong> (visits from staff/internal office network) on your web site. You may have hired some web developers living on the other side of the globe working on your web site. What about their visits while they work on your site? Their visits are also counted in your traffic. So, are you getting the true picture of actual number of genuine visitors coming to your site?</p>
<p><span id="more-122"></span></p>
<p>Here comes the role of <strong>filters</strong> that can be used to exclude visits from specific sources on your web site. Power users are able to harness the true power of filters with the help of custom regular expressions. In our case, we will see how to exclude visits from selective sources so that they do not count in our traffic statistics.</p>
<p><strong>Excluding visits from a network</strong></p>
<p>Let&#8217;s assume your company has two offices in different locations. One network has the IP range of <strong>3.67.232.1</strong> to <strong>3.67.232.189</strong> and the other has the IP range of <strong>10.17.115.1</strong> to <strong>10.17.115.137</strong>. Now you want to exclude all visits from these two networks to get a better estimate about the actual number of visitors coming to your web site.</p>
<p>To achieve this, simply create a filter as shown below. I&#8217;m assuming you are currently in your Analytics dashboard.</p>
<p><strong>1. </strong>Go to <strong>Analytics Settings -&gt; Filter Manager -&gt; Add Filter</strong>.<br />
<strong>2. </strong>Give an appropriate name to the filter (for exp: ABC Inc Internal Traffic).<br />
<strong>3. </strong>Select <strong>&#8216;Exclude all traffic from an IP address&#8217;</strong> from the drop down list of <strong>Filter type</strong> option.<br />
<strong>4. </strong>Now for first IP range our regular expression will be:</p>
<p><strong>^3\.67\.232\.([1-9][1-9][0-9]1([0-8][0-9]))$</strong></p>
<p>For second IP range, the regular expression will be:</p>
<p><strong>^10\.17\.115\.([1-9][1-9][0-9]1([0-2][0-9]3[0-7]))$</strong></p>
<p>For specifying more than one range, we have to separate both expressions with a <strong>&#8221;</strong> pipe symbol. So the final expression becomes:</p>
<p><strong>^3\.67\.232\.([1-9][1-9][0-9]1([0-8][0-9]))$^10\.17\.115\.([1-9][1-9][0-9]1([0-2][0-9]3[0-7]))$</strong></p>
<p>Write this regular expression in the <strong>IP address</strong> field. If you find it difficult to create these expressions for your IP range, here is a <strong><a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55572">handy tool to create regular expressions for a given IP range</a></strong>.</p>
<p><strong>Note:</strong> <em>In Google Analytics, the maximum allowable length of a regular expression is 255 characters. If your company has large number of networks, you have may have to create several filters to accommodate all IP ranges.</em></p>
<p><strong>5. </strong>Next, you have to select the web site profiles on which this filter should be applied. Select the sites from the left side table and click <strong>Add &gt;&gt;</strong>. Click <strong>Save Changes</strong> to complete the filter creation process.</p>
<p>Now all visits from these networks will not be counted in your traffic and you will be able to get a better and clearer picture about the actual performance of your web site.</p>
<p><strong>Excluding visit from a single IP</strong></p>
<p>To reduce the complexity, I&#8217;m not discussing about excluding traffic from dynamic IP addresses. The process of excluding traffic from a single IP is same as shown above. All the steps are the same except the regular expression. Suppose, you want to exclude all traffic from IP address 10.31.119.45.</p>
<p>The regular expression for this IP will be <strong>10\.31\.119\.45</strong></p>
<p><strong>Regular Expression Primer</strong></p>
<p>The table shown below will help you in experimenting and creating your own regular expressions.</p>
<p><strong>?</strong> -match zero or one of the previous item<br />
<strong>. (dot)</strong> -match any single character<br />
<strong>()</strong> -remember contents of parenthesis as item<br />
<strong>-</strong> -create a range in a list<br />
<strong>*</strong> -match zero or more of the previous item<br />
<strong></strong>-or<br />
<strong>^</strong> -match to the beginning of the field<br />
<strong>$</strong> -match to the end of the field<br />
<strong>[]</strong> -match one item in this list<br />
<strong>+</strong> -match one or more of the previous item<br />
<strong>\</strong> -escape any of the above</p>
<p>If you are hungry for more, here is an excellent tutorial to learn <strong><a href="http://www.lunametrics.com/blog/2007/02/23/regular-expressions-for-google-analytics-ok-i-did-it/">regular expressions for Google Analytics</a></strong>. So what are you waiting for? Go ahead and use this extremely powerful feature of Google Analytics.</p>
<div class="blogger-post-footer"><a target="_blank">DiggIt!</a> <a target="_blank">Del.icio.us</a></div>
<p><a href="http://thedirectapproach.ca/2009/03/how-to-use-filters-in-google-analytics-to-remove-your-own-data/">How To Use Filters In Google Analytics To Remove Your Own Data</a> is a post from: <a href="http://thedirectapproach.ca">The Direct Approach</a> Blog owner: Rebecca Atkinson (Muller)</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;partner=sociable" title="Print"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data&amp;bodytext=The%20following%20guest%20post%20is%20from%20Rajeev%20Edmonds%2C%20also%20known%20as%20mintblogger.%20His%20blog%20was%20one%20of%20my%20favourites%20long%20before%20I%20got%20to%20know%20him%20through%20the%20Authority%20Blogger%20Forum.%20His%20vast%20technical%20knowledge%20of%20what%20you%20can%20do%20with%20Google%20Blogger%20and%20G" title="Digg"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F" title="Sphinn"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data&amp;notes=The%20following%20guest%20post%20is%20from%20Rajeev%20Edmonds%2C%20also%20known%20as%20mintblogger.%20His%20blog%20was%20one%20of%20my%20favourites%20long%20before%20I%20got%20to%20know%20him%20through%20the%20Authority%20Blogger%20Forum.%20His%20vast%20technical%20knowledge%20of%20what%20you%20can%20do%20with%20Google%20Blogger%20and%20G" title="del.icio.us"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;t=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data" title="Facebook"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data" title="Mixx"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data&amp;annotation=The%20following%20guest%20post%20is%20from%20Rajeev%20Edmonds%2C%20also%20known%20as%20mintblogger.%20His%20blog%20was%20one%20of%20my%20favourites%20long%20before%20I%20got%20to%20know%20him%20through%20the%20Authority%20Blogger%20Forum.%20His%20vast%20technical%20knowledge%20of%20what%20you%20can%20do%20with%20Google%20Blogger%20and%20G" title="Google Bookmarks"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data&amp;link=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F" title="FriendFeed"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data&amp;source=The+Direct+Approach+Opinionated+discussions%2C+tips%2C+tricks+and+advice+for+those+interested+in+interactive+marketing%2C+or+learning+more+about+the+online+space.&amp;summary=The%20following%20guest%20post%20is%20from%20Rajeev%20Edmonds%2C%20also%20known%20as%20mintblogger.%20His%20blog%20was%20one%20of%20my%20favourites%20long%20before%20I%20got%20to%20know%20him%20through%20the%20Authority%20Blogger%20Forum.%20His%20vast%20technical%20knowledge%20of%20what%20you%20can%20do%20with%20Google%20Blogger%20and%20G" title="LinkedIn"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data&amp;body=The%20following%20guest%20post%20is%20from%20Rajeev%20Edmonds%2C%20also%20known%20as%20mintblogger.%20His%20blog%20was%20one%20of%20my%20favourites%20long%20before%20I%20got%20to%20know%20him%20through%20the%20Authority%20Blogger%20Forum.%20His%20vast%20technical%20knowledge%20of%20what%20you%20can%20do%20with%20Google%20Blogger%20and%20G" title="Ping.fm"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://thedirectapproach.ca/feed/" title="RSS"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F&amp;title=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data" title="StumbleUpon"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20To%20Use%20Filters%20In%20Google%20Analytics%20To%20Remove%20Your%20Own%20Data%20-%20http%3A%2F%2Fthedirectapproach.ca%2F2009%2F03%2Fhow-to-use-filters-in-google-analytics-to-remove-your-own-data%2F" title="Twitter"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://thedirectapproach.ca/2009/03/how-to-use-filters-in-google-analytics-to-remove-your-own-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Analytics &#8211; Not Just a Toy Any More</title>
		<link>http://thedirectapproach.ca/2008/10/google-analytics-not-just-a-toy-any-more/</link>
		<comments>http://thedirectapproach.ca/2008/10/google-analytics-not-just-a-toy-any-more/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 13:00:00 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Omniture]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics tools]]></category>
		<category><![CDATA[Web Trends]]></category>

		<guid isPermaLink="false">http://74.53.81.146/~directa/?p=95</guid>
		<description><![CDATA[The big excitement in the web analytics world this week was Google&#8217;s announcement of the changes that took place to their Analytics Software recently. You can read more detail in some of the posts that have since spawned here and here. What&#8217;s most interesting about this is how the big guys must be shaking in [...]<p><a href="http://thedirectapproach.ca/2008/10/google-analytics-not-just-a-toy-any-more/">Google Analytics &#8211; Not Just a Toy Any More</a> is a post from: <a href="http://thedirectapproach.ca">The Direct Approach</a> Blog owner: Rebecca Atkinson (Muller)</p>
]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_X3yN3-Mk7jk/SP_yjvGFUSI/AAAAAAAAAFY/Ps0utVO3Czs/s1600-h/logo_ga.gif"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 184px; height: 47px;" src="http://1.bp.blogspot.com/_X3yN3-Mk7jk/SP_yjvGFUSI/AAAAAAAAAFY/Ps0utVO3Czs/s200/logo_ga.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5260189585543352610" /></a>The big excitement in the web analytics world this week was <a href="http://www.Google.com">Google&#8217;s</a> announcement of the <a href="http://analytics.blogspot.com/2008/10/more-enterprise-class-features-added-to.html">changes</a> that took place to their Analytics Software recently. </p>
<p>You can read more detail in some of the posts that have since spawned <a href="http://www.blog.lgr.ca/2008/10/google-analytics-new-features.html">here</a> and <a href="http://www.onedegree.ca/2008/10/significant-goo.html">here.</a></p>
<p>What&#8217;s most interesting about this is how the big guys must be shaking in their boots. Let&#8217;s not forget, Google is still free. With these enhancements &#8211; especially the advanced segmentation features (I&#8217;m drooling), suddenly Google has just entered the major leagues.</p>
<p>Analytics tools like <a href="http://www.omniture.com">Omniture</a> and <a href="http://www.webtrends.com">Web Trends</a> have been charging tidy sums of money for these kinds of services for years and now they are free.</p>
<p>Let&#8217;s not forget that the ability to custom reports, more complex data extraction (API) and fun &#8220;dancing&#8221; bubble charts have always been the claim to fame for some of these companies. It&#8217;s been their unique and differentiating factor from Google. They could give us something Google couldn&#8217;t. And implementing these things were so complex that they required huge internal tech team coordination and support staff/client care reps whose job it was to keep you so confused that you didn&#8217;t think you could live without paying for their services.</p>
<p>Now don&#8217;t get me wrong, I&#8217;m not saying the pay-for analytics models don&#8217;t have a place or that they aren&#8217;t any good. In fact, many of these tools still have their own unique factors and still offer much more robust services than Google does &#8211; which for the biggest of biggest clients &#8211; is definitely required. </p>
<p>But these companies will need to get better at explaining why it costs so much for their services and why you need them vs. the freebie.</p>
<p>For companies &#8211; it will become increasingly important to create vendor RFPs designed to understand and evaluate which service or company can <b><i>best</i></b> deliver on your analytics objectives and needs.</p>
<p>Looks like times are changing &#8211; and with the current economic crisis, I&#8217;m inclined to think a lot of the small-mid sized companies are going to be looking long and hard at which analytics system best fits their needs.
<div class="blogger-post-footer"><a expr:href='"http://digg.com/submit?phase=2&amp;url=" +       data:post.url + "&amp;title=" + data:post.title'        target='_blank'>DiggIt!</a>  <a expr:href='"http://del.icio.us/post?url=" +       data:post.url + "&amp;title=" + data:post.title'          target='_blank'>Del.icio.us</a></div>
<p><a href="http://thedirectapproach.ca/2008/10/google-analytics-not-just-a-toy-any-more/">Google Analytics &#8211; Not Just a Toy Any More</a> is a post from: <a href="http://thedirectapproach.ca">The Direct Approach</a> Blog owner: Rebecca Atkinson (Muller)</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;partner=sociable" title="Print"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More&amp;bodytext=The%20big%20excitement%20in%20the%20web%20analytics%20world%20this%20week%20was%20Google%27s%20announcement%20of%20the%20changes%20that%20took%20place%20to%20their%20Analytics%20Software%20recently.%20You%20can%20read%20more%20detail%20in%20some%20of%20the%20posts%20that%20have%20since%20spawned%20here%20and%20here.What%27s%20most%20int" title="Digg"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F" title="Sphinn"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More&amp;notes=The%20big%20excitement%20in%20the%20web%20analytics%20world%20this%20week%20was%20Google%27s%20announcement%20of%20the%20changes%20that%20took%20place%20to%20their%20Analytics%20Software%20recently.%20You%20can%20read%20more%20detail%20in%20some%20of%20the%20posts%20that%20have%20since%20spawned%20here%20and%20here.What%27s%20most%20int" title="del.icio.us"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;t=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More" title="Facebook"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More" title="Mixx"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More&amp;annotation=The%20big%20excitement%20in%20the%20web%20analytics%20world%20this%20week%20was%20Google%27s%20announcement%20of%20the%20changes%20that%20took%20place%20to%20their%20Analytics%20Software%20recently.%20You%20can%20read%20more%20detail%20in%20some%20of%20the%20posts%20that%20have%20since%20spawned%20here%20and%20here.What%27s%20most%20int" title="Google Bookmarks"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More&amp;link=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F" title="FriendFeed"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More&amp;source=The+Direct+Approach+Opinionated+discussions%2C+tips%2C+tricks+and+advice+for+those+interested+in+interactive+marketing%2C+or+learning+more+about+the+online+space.&amp;summary=The%20big%20excitement%20in%20the%20web%20analytics%20world%20this%20week%20was%20Google%27s%20announcement%20of%20the%20changes%20that%20took%20place%20to%20their%20Analytics%20Software%20recently.%20You%20can%20read%20more%20detail%20in%20some%20of%20the%20posts%20that%20have%20since%20spawned%20here%20and%20here.What%27s%20most%20int" title="LinkedIn"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More&amp;body=The%20big%20excitement%20in%20the%20web%20analytics%20world%20this%20week%20was%20Google%27s%20announcement%20of%20the%20changes%20that%20took%20place%20to%20their%20Analytics%20Software%20recently.%20You%20can%20read%20more%20detail%20in%20some%20of%20the%20posts%20that%20have%20since%20spawned%20here%20and%20here.What%27s%20most%20int" title="Ping.fm"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://thedirectapproach.ca/feed/" title="RSS"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F&amp;title=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More" title="StumbleUpon"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Google%20Analytics%20-%20Not%20Just%20a%20Toy%20Any%20More%20-%20http%3A%2F%2Fthedirectapproach.ca%2F2008%2F10%2Fgoogle-analytics-not-just-a-toy-any-more%2F" title="Twitter"><img src="http://thedirectapproach.ca/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://thedirectapproach.ca/2008/10/google-analytics-not-just-a-toy-any-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
