<?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>Advanced Technology &#187; traffic</title>
	<atom:link href="http://blog.teammatelabs.com/tag/traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teammatelabs.com</link>
	<description>Abruzzo SEO specialist, .Net programming and computer stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:53:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Analytics: merge the traffic from the whole domain</title>
		<link>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/</link>
		<comments>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:27:39 +0000</pubDate>
		<dc:creator>Andrea Moro</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://blog.teammatelabs.com/?p=1337</guid>
		<description><![CDATA[The solution you need for case like this is very simple: all you need is one line of code into the GA tracking script for all your pages for both the main and subdomain website.    A normal GA code looks like this  try { var pageTracker = _gat._getTracker("UA-XXXXXXX-1"); pageTracker._trackPageview(); } catch (err) { }   that you must change into  try { var pageTracker = _gat._getTracker("UA-XXXXXXX-1"); pageTracker_setDomainName(&#8220;.yourdomain.tld&#8221;); pageTracker._trackPageview(); } catch (err) { }  Basically introducing the following line pageTracker._setDomainName(&#8220;.yourdomain.tld&#8221;);  This will make every sub domain (www, subdomains) part of the same account, thus preventing any entry into the referrers&#8217; list. <p>Questo e' un post di <a href="http://blog.teammatelabs.com/?utm_source=feedburner&utm_medium=url&utm_campaign=feed">Advanced Technology</a></p>

Posts a cui potresti essere interessato:<ol>
<li><a href='http://blog.teammatelabs.com/2010/04/16/buy-ppc-ads-when-rank-organically/' rel='bookmark' title='Should I buy PPC ads if I rank organically?'>Should I buy PPC ads if I rank organically?</a></li>
<li><a href='http://blog.teammatelabs.com/2009/10/28/how-google-and-other-ses-crawl-and-ranks-pdf-files/' rel='bookmark' title='How Google (and other SEs) crawl and ranks PDF files?'>How Google (and other SEs) crawl and ranks PDF files?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

