<?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: Is your Google Analytics missing page views? Introducing Asynchronous Tracking</title>
	<atom:link href="http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/</link>
	<description>User Experience Design, Web Development, and Internet Marketing</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:34:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Franz</title>
		<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/#comment-32499</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Fri, 30 Jul 2010 14:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1534#comment-32499</guid>
		<description>Can anybody help me? I want to add custom variables that I extract from the site&#039;s source code. That means I cannot call _setCustomVar() before calling _trackPageview() with the asynchronous method, as the site HTML isn&#039;t loaded at that point yet.

Am I doomed or how can I solve this?</description>
		<content:encoded><![CDATA[<p>Can anybody help me? I want to add custom variables that I extract from the site&#8217;s source code. That means I cannot call _setCustomVar() before calling _trackPageview() with the asynchronous method, as the site HTML isn&#8217;t loaded at that point yet.</p>
<p>Am I doomed or how can I solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/#comment-32468</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1534#comment-32468</guid>
		<description>@Nick: Have you found PHP libraries that will log data into GA?
@pavlicko: IIS7 runs php</description>
		<content:encoded><![CDATA[<p>@Nick: Have you found PHP libraries that will log data into GA?<br />
@pavlicko: IIS7 runs php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diving deep into user behavior with Google Analytics, Event Tracking, and jQuery</title>
		<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/#comment-31482</link>
		<dc:creator>Diving deep into user behavior with Google Analytics, Event Tracking, and jQuery</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1534#comment-31482</guid>
		<description>[...] Migrate your Google Analytics tracking code to Asynchronous Tracking [...]</description>
		<content:encoded><![CDATA[<p>[...] Migrate your Google Analytics tracking code to Asynchronous Tracking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavlicko</title>
		<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/#comment-31235</link>
		<dc:creator>pavlicko</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1534#comment-31235</guid>
		<description>I just installed the new asynchronous code on one of my clients sites, and I really like the way you can add multiple tracking objects through the command array. I&#039;ll have to run some speed tests later this week, but so far so good.

and by the way, Nick - Brian&#039;s right. Using php isn&#039;t really a viable solution for the millions of sites running a MS server, either. Besides, I&#039;ve tried surfing the net w js disabled and sure its faster, but the whole web experience starts to suck pretty bad.</description>
		<content:encoded><![CDATA[<p>I just installed the new asynchronous code on one of my clients sites, and I really like the way you can add multiple tracking objects through the command array. I&#8217;ll have to run some speed tests later this week, but so far so good.</p>
<p>and by the way, Nick &#8211; Brian&#8217;s right. Using php isn&#8217;t really a viable solution for the millions of sites running a MS server, either. Besides, I&#8217;ve tried surfing the net w js disabled and sure its faster, but the whole web experience starts to suck pretty bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/#comment-31187</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Mon, 21 Dec 2009 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1534#comment-31187</guid>
		<description>Nick: People often check Google Analytics against their logs on occasion, but given that I&#039;d say 99% (throwing out a number there) of people browse with javascript turned on, I think Google Analytics provides an adequate sample.</description>
		<content:encoded><![CDATA[<p>Nick: People often check Google Analytics against their logs on occasion, but given that I&#8217;d say 99% (throwing out a number there) of people browse with javascript turned on, I think Google Analytics provides an adequate sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Yeoman</title>
		<link>http://briancray.com/2009/12/20/asynchronous-tracking-google-analytics/#comment-31184</link>
		<dc:creator>Nick Yeoman</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1534#comment-31184</guid>
		<description>I like to block javascript on my browser.  It&#039;s probably best to use a php based solution for analytics.</description>
		<content:encoded><![CDATA[<p>I like to block javascript on my browser.  It&#8217;s probably best to use a php based solution for analytics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
