<?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: Non-Blocking Google Analytics Integration</title>
	<atom:link href="http://925html.com/code/non-blocking-google-analytics-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://925html.com/code/non-blocking-google-analytics-integration/</link>
	<description>For those of us who work with the web daily.</description>
	<lastBuildDate>Thu, 17 Jun 2010 13:48:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Ingram</title>
		<link>http://925html.com/code/non-blocking-google-analytics-integration/comment-page-1/#comment-183</link>
		<dc:creator>Andrew Ingram</dc:creator>
		<pubDate>Mon, 20 Apr 2009 21:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=12#comment-183</guid>
		<description>that sounds great, I look forward to it!</description>
		<content:encoded><![CDATA[<p>that sounds great, I look forward to it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://925html.com/code/non-blocking-google-analytics-integration/comment-page-1/#comment-182</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=12#comment-182</guid>
		<description>&lt;strong&gt;@Andrew&lt;/strong&gt; I could imagine implementing a generic method on my script which you&#039;d pass a &lt;a href=&quot;http://code.google.com/apis/analytics/docs/gaJS/gaJSApi.html&quot; rel=&quot;nofollow&quot;&gt;Google Analytics API&lt;/a&gt; method name and the arguments you&#039;d want to pass to that method. This would require some re-work of the queue&#039;s storage and emptying.

I&#039;ll look into implementing this next time I do a round of coding on this script. I&#039;ll ping you if I come up with something that seems like it would be useful to you.</description>
		<content:encoded><![CDATA[<p><strong>@Andrew</strong> I could imagine implementing a generic method on my script which you&#8217;d pass a <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApi.html" rel="nofollow">Google Analytics API</a> method name and the arguments you&#8217;d want to pass to that method. This would require some re-work of the queue&#8217;s storage and emptying.</p>
<p>I&#8217;ll look into implementing this next time I do a round of coding on this script. I&#8217;ll ping you if I come up with something that seems like it would be useful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Ingram</title>
		<link>http://925html.com/code/non-blocking-google-analytics-integration/comment-page-1/#comment-181</link>
		<dc:creator>Andrew Ingram</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=12#comment-181</guid>
		<description>Looks good, but it seems to only exposes the track functionality. We have a very integrated GA setup with ecommerce tracking and events which required method calls inaccessible through this script.

Is there some way to expose the whole API but still queue the method calls until after GA.js has fully loaded?</description>
		<content:encoded><![CDATA[<p>Looks good, but it seems to only exposes the track functionality. We have a very integrated GA setup with ecommerce tracking and events which required method calls inaccessible through this script.</p>
<p>Is there some way to expose the whole API but still queue the method calls until after GA.js has fully loaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://925html.com/code/non-blocking-google-analytics-integration/comment-page-1/#comment-63</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=12#comment-63</guid>
		<description>@Alex You&#039;re correct, that would be the intended usage. By assigning your var to the result of calling config you&#039;re insured that queuing will work as expected.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Let me know if anything comes up during your integration. </description>
		<content:encoded><![CDATA[<p>@Alex You&#039;re correct, that would be the intended usage. By assigning your var to the result of calling config you&#039;re insured that queuing will work as expected.</p>
<p>Let me know if anything comes up during your integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://925html.com/code/non-blocking-google-analytics-integration/comment-page-1/#comment-62</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 13 Mar 2009 11:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=12#comment-62</guid>
		<description>Thanks for this code. I would really like to use this in our site to track ajax calls. Just one question: can I assign the &quot;ga().config({ id:&#039;UA-xxxxxxx-x&#039; });&quot; part to a variable in the main template and then call &quot;variable_name.track(&#039;ajax_url&#039;);&quot; in other places without breaking queuing? </description>
		<content:encoded><![CDATA[<p>Thanks for this code. I would really like to use this in our site to track ajax calls. Just one question: can I assign the &quot;ga().config({ id:&#039;UA-xxxxxxx-x&#039; });&quot; part to a variable in the main template and then call &quot;variable_name.track(&#039;ajax_url&#039;);&quot; in other places without breaking queuing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 925 HTML &#187; Blog Archive &#187; Using Google&#8217;s Ajax APIs</title>
		<link>http://925html.com/code/non-blocking-google-analytics-integration/comment-page-1/#comment-5</link>
		<dc:creator>925 HTML &#187; Blog Archive &#187; Using Google&#8217;s Ajax APIs</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=12#comment-5</guid>
		<description>[...] Google has an asynchronous loading tool, google.load , which is used to load the code of APIs and Libraries. Asynchronous loading of additional JavaScript files is really important for the page&#8217;s DOM to be ready as quickly as possible (the reason I created a way to load Google Analytics asynchronously). [...]</description>
		<content:encoded><![CDATA[<p>[...] Google has an asynchronous loading tool, google.load , which is used to load the code of APIs and Libraries. Asynchronous loading of additional JavaScript files is really important for the page&#8217;s DOM to be ready as quickly as possible (the reason I created a way to load Google Analytics asynchronously). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
