<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Google Analytics: merge the traffic from the whole domain</title>
	<atom:link href="http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/</link>
	<description>Abruzzo SEO specialist, .Net programming and computer stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:54:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrea Moro</title>
		<link>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/comment-page-1/#comment-1052</link>
		<dc:creator>Andrea Moro</dc:creator>
		<pubDate>Tue, 07 Feb 2012 20:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teammatelabs.com/?p=1337#comment-1052</guid>
		<description>Hi Corey

Thanks for letting me know. I made the necessary change so now the article is fixed. 
Have a good day.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;1052&#039;,&#039;Andrea Moro&#039;); return false;&quot;&gt;Rispondi&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;1052&#039;,&#039;Andrea Moro&#039;,&#039;Hi Corey\n\nThanks for letting me know. I made the necessary change so now the article is fixed. \nHave a good day.&#039;); return false;&quot;&gt;Cita&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi Corey</p>
<p>Thanks for letting me know. I made the necessary change so now the article is fixed.<br />
Have a good day.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('1052','Andrea Moro'); return false;">Rispondi</a>  &#8211; <a href="#" class="quote" onclick="quote('1052','Andrea Moro','Hi Corey\n\nThanks for letting me know. I made the necessary change so now the article is fixed. \nHave a good day.'); return false;">Cita</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/comment-page-1/#comment-1051</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Tue, 07 Feb 2012 20:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teammatelabs.com/?p=1337#comment-1051</guid>
		<description>fyi, your example code is missing the period before _setDomainName() even though your instructions include it. :)  Thanks for the tip, though.  Solves a problem for me.

pageTracker._setDomainName(&quot;.yourdomain.tld&quot;);&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;1051&#039;,&#039;Corey&#039;); return false;&quot;&gt;Rispondi&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;1051&#039;,&#039;Corey&#039;,&#039;fyi, your example code is missing the period before _setDomainName() even though your instructions include it. :)  Thanks for the tip, though.  Solves a problem for me.\r\n\r\npageTracker._setDomainName(\&quot;.yourdomain.tld\&quot;);&#039;); return false;&quot;&gt;Cita&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>fyi, your example code is missing the period before _setDomainName() even though your instructions include it. <img src='http://blog.teammatelabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thanks for the tip, though.  Solves a problem for me.</p>
<p>pageTracker._setDomainName(&#8220;.yourdomain.tld&#8221;);
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('1051','Corey'); return false;">Rispondi</a>  &#8211; <a href="#" class="quote" onclick="quote('1051','Corey','fyi, your example code is missing the period before _setDomainName() even though your instructions include it. :)  Thanks for the tip, though.  Solves a problem for me.\r\n\r\npageTracker._setDomainName(\&quot;.yourdomain.tld\&quot;);'); return false;">Cita</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Moro</title>
		<link>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/comment-page-1/#comment-354</link>
		<dc:creator>Andrea Moro</dc:creator>
		<pubDate>Tue, 23 Mar 2010 19:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teammatelabs.com/?p=1337#comment-354</guid>
		<description>Hi Garry,

and thanks for your comment.

This is a typical case in which you can use this technique for merging subdomain traffic. However, take on mind that if you will have duplicate file name between subdomains, your traffic won&#039;t be properly identified until you dont differentiate the source.

You can solve this attaching the hostname to the Request URI with an advanced filter: 
Field A: Hostname -&gt; Extract A: (.*)
Field B: Request URI -&gt; Extract B: (.*)
Output To: Request URI -&gt; Constructor: $A1$B1

Hope this helps.
Andrea&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;354&#039;,&#039;Andrea Moro&#039;); return false;&quot;&gt;Rispondi&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;354&#039;,&#039;Andrea Moro&#039;,&#039;Hi Garry,\n\nand thanks for your comment.\n\nThis is a typical case in which you can use this technique for merging subdomain traffic. However, take on mind that if you will have duplicate file name between subdomains, your traffic won\&#039;t be properly identified until you dont differentiate the source.\n\nYou can solve this attaching the hostname to the Request URI with an advanced filter: \nField A: Hostname -&gt; Extract A: (.*)\nField B: Request URI -&gt; Extract B: (.*)\nOutput To: Request URI -&gt; Constructor: $A1$B1\n\nHope this helps.\nAndrea&#039;); return false;&quot;&gt;Cita&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi Garry,</p>
<p>and thanks for your comment.</p>
<p>This is a typical case in which you can use this technique for merging subdomain traffic. However, take on mind that if you will have duplicate file name between subdomains, your traffic won&#8217;t be properly identified until you dont differentiate the source.</p>
<p>You can solve this attaching the hostname to the Request URI with an advanced filter:<br />
Field A: Hostname -> Extract A: (.*)<br />
Field B: Request URI -> Extract B: (.*)<br />
Output To: Request URI -> Constructor: $A1$B1</p>
<p>Hope this helps.<br />
Andrea
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('354','Andrea Moro'); return false;">Rispondi</a>  &#8211; <a href="#" class="quote" onclick="quote('354','Andrea Moro','Hi Garry,\n\nand thanks for your comment.\n\nThis is a typical case in which you can use this technique for merging subdomain traffic. However, take on mind that if you will have duplicate file name between subdomains, your traffic won\'t be properly identified until you dont differentiate the source.\n\nYou can solve this attaching the hostname to the Request URI with an advanced filter: \nField A: Hostname -&gt; Extract A: (.*)\nField B: Request URI -&gt; Extract B: (.*)\nOutput To: Request URI -&gt; Constructor: $A1$B1\n\nHope this helps.\nAndrea'); return false;">Cita</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://blog.teammatelabs.com/2010/03/10/google-analytics-merge-all-the-traffic-from-the-whole-domain/comment-page-1/#comment-353</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teammatelabs.com/?p=1337#comment-353</guid>
		<description>So, should I continue to set up new analytics for new subdomains?

My employer&#039;s website has 2 or 3 new subdomains per week, it&#039;s a bit of a pain setting up individual analytics for each one.

If I can, I&#039;d be inclined to just put the one piece of tracking code into the template for the micro-sites and let the rest take care of itself, would that work? would I still need to create a new analytics entry for the new subdomain, and edit the template?&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;353&#039;,&#039;Garry&#039;); return false;&quot;&gt;Rispondi&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;353&#039;,&#039;Garry&#039;,&#039;So, should I continue to set up new analytics for new subdomains?\r\n\r\nMy employer\&#039;s website has 2 or 3 new subdomains per week, it\&#039;s a bit of a pain setting up individual analytics for each one.\r\n\r\nIf I can, I\&#039;d be inclined to just put the one piece of tracking code into the template for the micro-sites and let the rest take care of itself, would that work? would I still need to create a new analytics entry for the new subdomain, and edit the template?&#039;); return false;&quot;&gt;Cita&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>So, should I continue to set up new analytics for new subdomains?</p>
<p>My employer&#8217;s website has 2 or 3 new subdomains per week, it&#8217;s a bit of a pain setting up individual analytics for each one.</p>
<p>If I can, I&#8217;d be inclined to just put the one piece of tracking code into the template for the micro-sites and let the rest take care of itself, would that work? would I still need to create a new analytics entry for the new subdomain, and edit the template?
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('353','Garry'); return false;">Rispondi</a>  &#8211; <a href="#" class="quote" onclick="quote('353','Garry','So, should I continue to set up new analytics for new subdomains?\r\n\r\nMy employer\'s website has 2 or 3 new subdomains per week, it\'s a bit of a pain setting up individual analytics for each one.\r\n\r\nIf I can, I\'d be inclined to just put the one piece of tracking code into the template for the micro-sites and let the rest take care of itself, would that work? would I still need to create a new analytics entry for the new subdomain, and edit the template?'); return false;">Cita</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>

