<?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: Roll up reporting in Google Analytics</title>
	<atom:link href="http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/</link>
	<description>Companion site for the book Advanced Web Metrics with Google Analytics by Brian Clifton</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:50:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Clifton</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/comment-page-1/#comment-15306</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=587#comment-15306</guid>
		<description>&lt;strong&gt;Ryan&lt;/strong&gt;: The use of _setDomainName and _setAllowLinker are for tracking visitors that cross over between domains i.e. support.mysite.com and blog.mysite.com. If that is your scenario then this method of roll-up reporting is not for you (aimed at semi autonomous offices with separate sites). E-nor posted a GATC method for doing this: http://analytics.blogspot.com/2009/09/advanced-structure-your-account-with.html</description>
		<content:encoded><![CDATA[<p><strong>Ryan</strong>: The use of _setDomainName and _setAllowLinker are for tracking visitors that cross over between domains i.e. support.mysite.com and blog.mysite.com. If that is your scenario then this method of roll-up reporting is not for you (aimed at semi autonomous offices with separate sites). E-nor posted a GATC method for doing this: <a href="http://analytics.blogspot.com/2009/09/advanced-structure-your-account-with.html" rel="nofollow">http://analytics.blogspot.com/2009/09/advanced-structure-your-account-with.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/comment-page-1/#comment-15286</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=587#comment-15286</guid>
		<description>Hi Brian, really helpful post.  I&#039;m utilizing the code you&#039;ve supplied for tracking a country and a global account with the modification that can be used to simplify reports.  When tracking multiple top level domains, Google recommends adding the following code snippets.  Should we add the following code beneath var Firsttracker and var secondtracker?

pageTracker._setDomainName(&quot;none&quot;);
pageTracker._setAllowLinker(true);</description>
		<content:encoded><![CDATA[<p>Hi Brian, really helpful post.  I&#8217;m utilizing the code you&#8217;ve supplied for tracking a country and a global account with the modification that can be used to simplify reports.  When tracking multiple top level domains, Google recommends adding the following code snippets.  Should we add the following code beneath var Firsttracker and var secondtracker?</p>
<p>pageTracker._setDomainName(&#8220;none&#8221;);<br />
pageTracker._setAllowLinker(true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/comment-page-1/#comment-15193</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Fri, 18 Dec 2009 10:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=587#comment-15193</guid>
		<description>&lt;strong&gt;Parthi&lt;/strong&gt;: I don&#039;t think your question relates to this post on roll-up reporting. It sounds like you with to group your &#039;actions&#039; into &#039;categories&#039;. Event tracking can do this for you. You will need to plan the hierarchy of your events and then use the category label of the _trackEvent call. 

The current book is a little out of date now on Event Tracking as it was only just in beta when written. The new edition is much more clear on this. Stay tuned...</description>
		<content:encoded><![CDATA[<p><strong>Parthi</strong>: I don&#8217;t think your question relates to this post on roll-up reporting. It sounds like you with to group your &#8216;actions&#8217; into &#8216;categories&#8217;. Event tracking can do this for you. You will need to plan the hierarchy of your events and then use the category label of the _trackEvent call. </p>
<p>The current book is a little out of date now on Event Tracking as it was only just in beta when written. The new edition is much more clear on this. Stay tuned&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/comment-page-1/#comment-15192</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Fri, 18 Dec 2009 10:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=587#comment-15192</guid>
		<description>&lt;strong&gt;Jon&lt;/strong&gt;: The method for roll-up reporting I describe is not suitable for your situation - it is aimed at organisations that have autonomous offices/websites.

For visitors that can traverse different websites, you need to use the methods described in Ch7  of the book, Advanced Implementation. Essentially you hand over cookies from one domain to another (using _link or _linkByPost functions) so that the session information is preserved. That way, the uniqueness is also preserved. 

BTW, this post from me is also relevant for you: www.advanced-web-metrics.com/blog/2009/02/11/why-counting-uniques-is-meaningless. It doesn&#039;t mean don&#039;t use &#039;uniques&#039; in your KPI mix, rather use them in context i.e. don&#039;t give a lot of weight to them.</description>
		<content:encoded><![CDATA[<p><strong>Jon</strong>: The method for roll-up reporting I describe is not suitable for your situation &#8211; it is aimed at organisations that have autonomous offices/websites.</p>
<p>For visitors that can traverse different websites, you need to use the methods described in Ch7  of the book, Advanced Implementation. Essentially you hand over cookies from one domain to another (using _link or _linkByPost functions) so that the session information is preserved. That way, the uniqueness is also preserved. </p>
<p>BTW, this post from me is also relevant for you: <a href="http://www.advanced-web-metrics.com/blog/2009/02/11/why-counting-uniques-is-meaningless" rel="nofollow">http://www.advanced-web-metrics.com/blog/2009/02/11/why-counting-uniques-is-meaningless</a>. It doesn&#8217;t mean don&#8217;t use &#8216;uniques&#8217; in your KPI mix, rather use them in context i.e. don&#8217;t give a lot of weight to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/comment-page-1/#comment-15189</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 17 Dec 2009 11:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=587#comment-15189</guid>
		<description>Thanks Brian, great post! I&#039;ve implemented this across a few sites, and I&#039;m a little unsure as to how to interpret the Absolute Unique Visitor data.

Will the roll up be able to de-dupe visitors across the different domains included within it? 
e.g. If one visitor browses 4 of our sites in a day, will they be counted as 4 unique visitors, or 1 unique visitor in the roll up?

Is there an issue with cookies preventing this from happening?

Any info would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks Brian, great post! I&#8217;ve implemented this across a few sites, and I&#8217;m a little unsure as to how to interpret the Absolute Unique Visitor data.</p>
<p>Will the roll up be able to de-dupe visitors across the different domains included within it?<br />
e.g. If one visitor browses 4 of our sites in a day, will they be counted as 4 unique visitors, or 1 unique visitor in the roll up?</p>
<p>Is there an issue with cookies preventing this from happening?</p>
<p>Any info would be greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
