<?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: P3PC: Google Analytics</title>
	<atom:link href="http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1958</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Sun, 18 Apr 2010 22:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1958</guid>
		<description>@Eric: The new GA code was added after this blog post.</description>
		<content:encoded><![CDATA[<p>@Eric: The new GA code was added after this blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric James Soltys</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1957</link>
		<dc:creator>Eric James Soltys</dc:creator>
		<pubDate>Sun, 18 Apr 2010 22:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1957</guid>
		<description>I&#039;ve been using GA async for months, but I don&#039;t recognize Line 9 in your snippet. I don&#039;t see it on the Google Code page either.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using GA async for months, but I don&#8217;t recognize Line 9 in your snippet. I don&#8217;t see it on the Google Code page either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1883</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Tue, 30 Mar 2010 06:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1883</guid>
		<description>I&#039;m happy to see that &lt;a href=&quot;http://blogger.com/&quot; rel=&quot;nofollow&quot;&gt;Blogger&lt;/a&gt; is now using the Google Analytics async snippet!</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy to see that <a href="http://blogger.com/" rel="nofollow">Blogger</a> is now using the Google Analytics async snippet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1819</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Mon, 15 Mar 2010 00:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1819</guid>
		<description>@shawn: I wasn&#039;t able to sign up for Omniture. Can you post a URL that&#039;s using their default snippet, and point me to documentation about their snippet? (Use the &quot;contact Steve&quot; link if you want to do that offline.)

@Phil: A 204 No Content is the preferred status code to use, making the size of the beacon a non-issue. ETag and P3P response headers don&#039;t help. In fact, they might hurt in that they had more bytes to the response.</description>
		<content:encoded><![CDATA[<p>@shawn: I wasn&#8217;t able to sign up for Omniture. Can you post a URL that&#8217;s using their default snippet, and point me to documentation about their snippet? (Use the &#8220;contact Steve&#8221; link if you want to do that offline.)</p>
<p>@Phil: A 204 No Content is the preferred status code to use, making the size of the beacon a non-issue. ETag and P3P response headers don&#8217;t help. In fact, they might hurt in that they had more bytes to the response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1818</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1818</guid>
		<description>@Steve, very interesting post. Two related questions...

a) How much of an impact on performance would moving from a 1*1 beacon to a 2*1 (or 2*2) have?

List of sites that use 2*2 beacons
http://112.2o7.net/b/ (omniture)
http://omtr.d1.sc.omtrdc.net/b/
http://tracking.tigtags.com/pixel/1/1.gif
http://tracking.percentmobile.com/pixel/1

List of sites that use 1*1 beacons
http://www.google-analytics.com/__utm.gif
http://statse.webtrendslive.com/1/dcs.gif
http://data.coremetrics.com/cm?cvdone=p
http://c14.statcounter.com/t.php?sc_project=1806836&amp;security=7a639ec4
http://counter.goingup.com/badge.php?st=1&amp;b=5
http://pixel.quantserve.com/pixel
http://ad.uk.doubleclick.net/activity

b) Is their any benefit in setting a p3p or Etag for the ga.js &amp; utm.gif as these are present on Yahoo Analytics but not GA.
e.g. P3P policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;xxx&quot; and Etag &quot;xxx&quot;

Thanks

Phil.</description>
		<content:encoded><![CDATA[<p>@Steve, very interesting post. Two related questions&#8230;</p>
<p>a) How much of an impact on performance would moving from a 1*1 beacon to a 2*1 (or 2*2) have?</p>
<p>List of sites that use 2*2 beacons<br />
<a href="http://112.2o7.net/b/" rel="nofollow">http://112.2o7.net/b/</a> (omniture)<br />
<a href="http://omtr.d1.sc.omtrdc.net/b/" rel="nofollow">http://omtr.d1.sc.omtrdc.net/b/</a><br />
<a href="http://tracking.tigtags.com/pixel/1/1.gif" rel="nofollow">http://tracking.tigtags.com/pixel/1/1.gif</a><br />
<a href="http://tracking.percentmobile.com/pixel/1" rel="nofollow">http://tracking.percentmobile.com/pixel/1</a></p>
<p>List of sites that use 1*1 beacons<br />
<a href="http://www.google-analytics.com/__utm.gif" rel="nofollow">http://www.google-analytics.com/__utm.gif</a><br />
<a href="http://statse.webtrendslive.com/1/dcs.gif" rel="nofollow">http://statse.webtrendslive.com/1/dcs.gif</a><br />
<a href="http://data.coremetrics.com/cm?cvdone=p" rel="nofollow">http://data.coremetrics.com/cm?cvdone=p</a><br />
<a href="http://c14.statcounter.com/t.php?sc_project=1806836&#038;security=7a639ec4" rel="nofollow">http://c14.statcounter.com/t.php?sc_project=1806836&#038;security=7a639ec4</a><br />
<a href="http://counter.goingup.com/badge.php?st=1&#038;b=5" rel="nofollow">http://counter.goingup.com/badge.php?st=1&#038;b=5</a><br />
<a href="http://pixel.quantserve.com/pixel" rel="nofollow">http://pixel.quantserve.com/pixel</a><br />
<a href="http://ad.uk.doubleclick.net/activity" rel="nofollow">http://ad.uk.doubleclick.net/activity</a></p>
<p>b) Is their any benefit in setting a p3p or Etag for the ga.js &amp; utm.gif as these are present on Yahoo Analytics but not GA.<br />
e.g. P3P policyref=&#8221;/w3c/p3p.xml&#8221;, CP=&#8221;xxx&#8221; and Etag &#8220;xxx&#8221;</p>
<p>Thanks</p>
<p>Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1775</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1775</guid>
		<description>It would be great to see tests on the snippets from some of the other large analytics vendors, especially Omniture.  Maybe it would help them put a little more emphasis on performance. :)</description>
		<content:encoded><![CDATA[<p>It would be great to see tests on the snippets from some of the other large analytics vendors, especially Omniture.  Maybe it would help them put a little more emphasis on performance. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Dickey</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1774</link>
		<dc:creator>Mike Dickey</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1774</guid>
		<description>@Cracks: we found a problem with the 3.0.1 Mac installer and fixed it probably shortly after you downloaded.  If you re-download it should work fine, but this fix should work as well:
http://pion.org/node/173</description>
		<content:encoded><![CDATA[<p>@Cracks: we found a problem with the 3.0.1 Mac installer and fixed it probably shortly after you downloaded.  If you re-download it should work fine, but this fix should work as well:<br />
<a href="http://pion.org/node/173" rel="nofollow">http://pion.org/node/173</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1750</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1750</guid>
		<description>@jpvincent: I think 204 image response is better than XHR because it works across domains, is less code to implement, and its behavior is in the spec.

@Pat: Hi! Everyone - if you&#039;re not using Pat&#039;s &lt;a href=&quot;http://webpagetest.org/&quot; rel=&quot;nofollow&quot;&gt;WebPagetest.org&lt;/a&gt; go check it out. One of the best tools in the past year. To answer your question: Yes, I usually end up talking to these teams, either before or after. I always say that no one starts off with the goal to build a slow web site, many times they just don&#039;t know or don&#039;t have time to do the analysis. Generally, I&#039;ve found web site owners to be very receptive to my free consulting advice. And what a cool company Google is to let me do it!

@Brian: Great to hear from you. Thanks for being so willing to answer questions about the new GA snippet.</description>
		<content:encoded><![CDATA[<p>@jpvincent: I think 204 image response is better than XHR because it works across domains, is less code to implement, and its behavior is in the spec.</p>
<p>@Pat: Hi! Everyone &#8211; if you&#8217;re not using Pat&#8217;s <a href="http://webpagetest.org/" rel="nofollow">WebPagetest.org</a> go check it out. One of the best tools in the past year. To answer your question: Yes, I usually end up talking to these teams, either before or after. I always say that no one starts off with the goal to build a slow web site, many times they just don&#8217;t know or don&#8217;t have time to do the analysis. Generally, I&#8217;ve found web site owners to be very receptive to my free consulting advice. And what a cool company Google is to let me do it!</p>
<p>@Brian: Great to hear from you. Thanks for being so willing to answer questions about the new GA snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cracks</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1749</link>
		<dc:creator>Cracks</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1749</guid>
		<description>I&#039;ve been using the aSync gA since day dot. Very happy to see instant performance improvements.

Even more excited to to see the new, Google-endorsed Pion.app tagless gAnalytics integration. (http://www.atomiclabs.com/pion-web-analytics/index.php)

Would love Steve, and any of you performance Gurus, to voice your thoughts on this, so that we followers can learn. I&#039;m actually unable to get the app to run on my Mac - anyone else tried it yet?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using the aSync gA since day dot. Very happy to see instant performance improvements.</p>
<p>Even more excited to to see the new, Google-endorsed Pion.app tagless gAnalytics integration. (<a href="http://www.atomiclabs.com/pion-web-analytics/index.php" rel="nofollow">http://www.atomiclabs.com/pion-web-analytics/index.php</a>)</p>
<p>Would love Steve, and any of you performance Gurus, to voice your thoughts on this, so that we followers can learn. I&#8217;m actually unable to get the app to run on my Mac &#8211; anyone else tried it yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.stevesouders.com/blog/2010/03/03/p3pc-google-analytics/#comment-1748</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=1067#comment-1748</guid>
		<description>@Mathias @kangax

We&#039;re still considering document.body, but we&#039;re currently more interested in another replacement for that line, which we&#039;re testing right now.  DM me on twitter if you&#039;d like to discuss.</description>
		<content:encoded><![CDATA[<p>@Mathias @kangax</p>
<p>We&#8217;re still considering document.body, but we&#8217;re currently more interested in another replacement for that line, which we&#8217;re testing right now.  DM me on twitter if you&#8217;d like to discuss.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

