<?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"
	>
<channel>
	<title>Comments on: Google Analytics Integration with jQuery</title>
	<atom:link href="http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/</link>
	<description>Rounder. Smoother. Rollier?</description>
	<pubDate>Fri, 05 Sep 2008 21:41:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Happy Tarot &#187; Code &#187; Google Analytics Made Spiffy with jQuery</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-293</link>
		<dc:creator>Happy Tarot &#187; Code &#187; Google Analytics Made Spiffy with jQuery</dc:creator>
		<pubDate>Wed, 06 Aug 2008 02:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-293</guid>
		<description>[...] Huck makes Google Analytics even easier to implement thanks to jQuery. Currently the plugin does the [...]</description>
		<content:encoded><![CDATA[<p>[...] Huck makes Google Analytics even easier to implement thanks to jQuery. Currently the plugin does the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wheel 2.0: Jason Huck&#8217;s Devblog &#187; Expanded Google Analytics Plugin</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-230</link>
		<dc:creator>Wheel 2.0: Jason Huck&#8217;s Devblog &#187; Expanded Google Analytics Plugin</dc:creator>
		<pubDate>Wed, 02 Jul 2008 22:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-230</guid>
		<description>[...] numerous requests, I have either been too busy or too lazy, or both, to update my gaTracker plugin to support the new ga.js script from Google Analytics. Hence, I am very interested in trying out [...]</description>
		<content:encoded><![CDATA[<p>[...] numerous requests, I have either been too busy or too lazy, or both, to update my gaTracker plugin to support the new ga.js script from Google Analytics. Hence, I am very interested in trying out [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jGoogleAnalytics - Google Analytics integration for jQuery &#171; dvdsmpsn&#8217;s blog</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-226</link>
		<dc:creator>jGoogleAnalytics - Google Analytics integration for jQuery &#171; dvdsmpsn&#8217;s blog</dc:creator>
		<pubDate>Wed, 18 Jun 2008 10:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-226</guid>
		<description>[...] all the features of Jason Huck&#8217;s GA jQuery integration [...]</description>
		<content:encoded><![CDATA[<p>[...] all the features of Jason Huck&#8217;s GA jQuery integration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-222</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-222</guid>
		<description>So...can we get a FULL  example sometime with both an .aspx or something showing both a regular post and an extensions post?</description>
		<content:encoded><![CDATA[<p>So&#8230;can we get a FULL  example sometime with both an .aspx or something showing both a regular post and an extensions post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-221</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-221</guid>
		<description>In regards to the last post, it "appears" that you "don't" need an onclick event on your hyperlinks and that all you have to do iis to make sure this is in every page:

        $(document).ready(function(){
        $.gaTracker('');
        });

or just

        $.gaTracker('');

I've tried both above with just the hyperlink example I gave in the previous post.  The         $.gaTracker(''); creates a GET but not for download hyperlinks or other related (mailto, etc.).

So I'm confused here on how the download links are to be implemented in regards to your plugin code here: http://plugins.jquery.com/files/jquery.gatracker.js_0.txt</description>
		<content:encoded><![CDATA[<p>In regards to the last post, it &#8220;appears&#8221; that you &#8220;don&#8217;t&#8221; need an onclick event on your hyperlinks and that all you have to do iis to make sure this is in every page:</p>
<p>        $(document).ready(function(){<br />
        $.gaTracker(&#8221;);<br />
        });</p>
<p>or just</p>
<p>        $.gaTracker(&#8221;);</p>
<p>I&#8217;ve tried both above with just the hyperlink example I gave in the previous post.  The         $.gaTracker(&#8221;); creates a GET but not for download hyperlinks or other related (mailto, etc.).</p>
<p>So I&#8217;m confused here on how the download links are to be implemented in regards to your plugin code here: <a href="http://plugins.jquery.com/files/jquery.gatracker.js_0.txt" rel="nofollow">http://plugins.jquery.com/files/jquery.gatracker.js_0.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-220</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-220</guid>
		<description>The instructions here are very misleading.  Sure, I've poured over the JQuery ga plugin on the JQuery site but again this lacks in description.

First off, I don't understand if I need some sort of onclick event in all my hyperlinks that I define on my page in order for the extentions to work or what.  I've tried just a simple link such as this in my .aspx page in my web project: &lt;a href="../../downloads/test_googleanalytics.pdf" rel="nofollow"&gt;TestPDF for Google Analytics&lt;/a&gt;

I don't know JQuery that well, but if I were to add an onclick (if needed) how would that be formed in relation to your function call?

Ok, and once I click it, I get no GET in the request.  When my page loads, I do get a GET, but just not when trying out the hyperlinks for resources such as pdfs, etc. that this plugin is supposed to support.  

Can you give us an example both on the .aspx or html side showing how your plugin works?</description>
		<content:encoded><![CDATA[<p>The instructions here are very misleading.  Sure, I&#8217;ve poured over the JQuery ga plugin on the JQuery site but again this lacks in description.</p>
<p>First off, I don&#8217;t understand if I need some sort of onclick event in all my hyperlinks that I define on my page in order for the extentions to work or what.  I&#8217;ve tried just a simple link such as this in my .aspx page in my web project: <a href="../../downloads/test_googleanalytics.pdf" rel="nofollow">TestPDF for Google Analytics</a></p>
<p>I don&#8217;t know JQuery that well, but if I were to add an onclick (if needed) how would that be formed in relation to your function call?</p>
<p>Ok, and once I click it, I get no GET in the request.  When my page loads, I do get a GET, but just not when trying out the hyperlinks for resources such as pdfs, etc. that this plugin is supposed to support.  </p>
<p>Can you give us an example both on the .aspx or html side showing how your plugin works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-217</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Mon, 09 Jun 2008 18:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-217</guid>
		<description>&#62;&#62;&#62;Unless you‚Äôve been living under a rock

Wow that's funny.  Not all of us code all night.  Some of us have lives ;)

I'm not nerdy enough? I find that comment interesting in a negative way in that it just shows the "Ego" that makes developers and IT a less than desirable work environment</description>
		<content:encoded><![CDATA[<p>&gt;&gt;&gt;Unless you‚Äôve been living under a rock</p>
<p>Wow that&#8217;s funny.  Not all of us code all night.  Some of us have lives <img src='http://devblog.jasonhuck.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m not nerdy enough? I find that comment interesting in a negative way in that it just shows the &#8220;Ego&#8221; that makes developers and IT a less than desirable work environment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renan</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-214</link>
		<dc:creator>Renan</dc:creator>
		<pubDate>Thu, 29 May 2008 14:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-214</guid>
		<description>Hi Jason.

This a awesome plugin, but older.
When you use the new GA version?


Thanks and don't stop this job!</description>
		<content:encoded><![CDATA[<p>Hi Jason.</p>
<p>This a awesome plugin, but older.<br />
When you use the new GA version?</p>
<p>Thanks and don&#8217;t stop this job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-180</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 23 May 2008 16:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-180</guid>
		<description>@someone:

[quote]You should see the ‚ÄúonClick‚Äù event modified in the source code of the page, isn‚Äôt it ?[/quote]

Not really. "View Source" for sure will not show it. I'm not even seeing it in Firebug in a site I checked just now, which surprised me, but I checked my Google Analytics and everything is definitely being tracked. Just keep an eye on your analytics account. Sometimes it takes a day or two before the results show up.</description>
		<content:encoded><![CDATA[<p>@someone:</p>
<p>[quote]You should see the ‚ÄúonClick‚Äù event modified in the source code of the page, isn‚Äôt it ?[/quote]</p>
<p>Not really. &#8220;View Source&#8221; for sure will not show it. I&#8217;m not even seeing it in Firebug in a site I checked just now, which surprised me, but I checked my Google Analytics and everything is definitely being tracked. Just keep an eye on your analytics account. Sometimes it takes a day or two before the results show up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone from the network</title>
		<link>http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-177</link>
		<dc:creator>someone from the network</dc:creator>
		<pubDate>Fri, 23 May 2008 10:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2007/11/19/google-analytics-integration-with-jquery/#comment-177</guid>
		<description>Hi,

You should see the "onClick" event modified in the source code of the page, isn't it  ?

I'm trying to use your plugin without success (surely I'm doing something wrong)

What I've done:

1) put the .js code for the application.
2) load the code in the  section and call there:

&#60;script src="webroot?&#62;js/jquery.js" type="text/javascript"&#62;	
&#60;script src="webroot?&#62;js/jquery.gatracker.js" type="text/javascript"&#62;
&lt;!-- track Google Analytics --&gt;

$(function(){
	$.gaTracker('UA-xx'); &#60;-- my number ;-)
	//alert('done');//debug
});


The following is more code, and includes, (also an old javascript calling google analytics with a different UA- number).

Any advice ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You should see the &#8220;onClick&#8221; event modified in the source code of the page, isn&#8217;t it  ?</p>
<p>I&#8217;m trying to use your plugin without success (surely I&#8217;m doing something wrong)</p>
<p>What I&#8217;ve done:</p>
<p>1) put the .js code for the application.<br />
2) load the code in the  section and call there:</p>
<p>&lt;script src=&#8221;webroot?&gt;js/jquery.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
&lt;script src=&#8221;webroot?&gt;js/jquery.gatracker.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
<!-- track Google Analytics --></p>
<p>$(function(){<br />
	$.gaTracker(&#8217;UA-xx&#8217;); &lt;&#8211; my number <img src='http://devblog.jasonhuck.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
	//alert(&#8217;done&#8217;);//debug<br />
});</p>
<p>The following is more code, and includes, (also an old javascript calling google analytics with a different UA- number).</p>
<p>Any advice ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
