<?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: jGoogleAnalytics &#8211; Google Analytics integration for jQuery</title>
	<atom:link href="http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/</link>
	<description>Developing the web, one page at a time.</description>
	<lastBuildDate>Sat, 24 Jul 2010 12:54:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WebTik</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-549</link>
		<dc:creator>WebTik</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-549</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;jGoogleAnalytics (update) – Google Analytics integration for jQuery  http://ow.ly/17TwR #useful #wa&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">jGoogleAnalytics (update) – Google Analytics integration for jQuery  <a href="http://ow.ly/17TwR" rel="nofollow">http://ow.ly/17TwR</a> #useful #wa</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-499</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 15 Jan 2010 10:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-499</guid>
		<description>Christian,  I&#039;ll update the license to same licensing as jQuery.</description>
		<content:encoded><![CDATA[<p>Christian,  I&#8217;ll update the license to same licensing as jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-497</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-497</guid>
		<description>Hi David,

First, happy new year! :)
Second, thanks for your reply!

About the IE6 issue:
It looks like it&#039;s a problem of the domready call i used. With this code the stats seem to be better, but not completely accurate yet. But IE6 support is a mess anyways.
jQuery.noConflict();
(function($){
   function callOnDomReady() {
      ... init tracker...
   }
}

Question about licensing:
I can&#039;t find any information about licensing of your file.
Is it free to use for anybody? (Same licensing as jQuery?)

Best regards,
Christian</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>First, happy new year! <img src='http://davidsimpson.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Second, thanks for your reply!</p>
<p>About the IE6 issue:<br />
It looks like it&#8217;s a problem of the domready call i used. With this code the stats seem to be better, but not completely accurate yet. But IE6 support is a mess anyways.<br />
jQuery.noConflict();<br />
(function($){<br />
   function callOnDomReady() {<br />
      &#8230; init tracker&#8230;<br />
   }<br />
}</p>
<p>Question about licensing:<br />
I can&#8217;t find any information about licensing of your file.<br />
Is it free to use for anybody? (Same licensing as jQuery?)</p>
<p>Best regards,<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Simpson</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-496</link>
		<dc:creator>David Simpson</dc:creator>
		<pubDate>Sun, 03 Jan 2010 22:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-496</guid>
		<description>Christian, 

In answer to your questions...

No, it&#039;s not the latest version.  I updated it in February 2009 and renamed it to qGoogleAnalytics (taking the q from qUnit) - to prevent confusion with the &lt;a href=&quot;http://code.google.com/p/jgoogleanalytics/&quot; rel=&quot;nofollow&quot;&gt;Java based GA utility&lt;/a&gt;.

Unfortunately, I never posted an update or let many people know.  Sorry about that.  

You can &lt;a href=&quot;http://davidsimpson.me/wp-content/uploads/2010/01/qGoogleAnalytics.js&quot; rel=&quot;nofollow&quot;&gt;download qGoogleAnalytics here&lt;/a&gt;. 

It includes a little University of Nottingham specific javascript, but is well commented so should be easily removed.  I do hope to write an updated post about it and remove these bits.  It&#039;s reasonably well commented (in my opinion) as I generally compress all my JS using &lt;a href=&quot;http://developer.yahoo.com/yui/compressor/&quot; rel=&quot;nofollow&quot;&gt;YUI Compressor&lt;/a&gt;.

In relation to the IE6 problem, I&#039;ve not come across this. Sorry.  We use it specifically in our intranet and our corporate browser is IE7.</description>
		<content:encoded><![CDATA[<p>Christian, </p>
<p>In answer to your questions&#8230;</p>
<p>No, it&#8217;s not the latest version.  I updated it in February 2009 and renamed it to qGoogleAnalytics (taking the q from qUnit) &#8211; to prevent confusion with the <a href="http://code.google.com/p/jgoogleanalytics/" rel="nofollow">Java based GA utility</a>.</p>
<p>Unfortunately, I never posted an update or let many people know.  Sorry about that.  </p>
<p>You can <a href="http://davidsimpson.me/wp-content/uploads/2010/01/qGoogleAnalytics.js" rel="nofollow">download qGoogleAnalytics here</a>. </p>
<p>It includes a little University of Nottingham specific javascript, but is well commented so should be easily removed.  I do hope to write an updated post about it and remove these bits.  It&#8217;s reasonably well commented (in my opinion) as I generally compress all my JS using <a href="http://developer.yahoo.com/yui/compressor/" rel="nofollow">YUI Compressor</a>.</p>
<p>In relation to the IE6 problem, I&#8217;ve not come across this. Sorry.  We use it specifically in our intranet and our corporate browser is IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-483</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 22 Dec 2009 15:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-483</guid>
		<description>Hi David,

First thanks for the great JS!

I&#039;m searching in the web jQuery JS&#039;s which track Google Analytics data. 
I used for first testing the JS provided by Jason Huck. Over his blog I found your JS and your blog.

When I look at the date of this post and the comments, most seem to be from 2008 (except the ones from David). In the JS file you provide the revision is noted as:
@version  1.0 2008-06-18

Now my concrete question(s):
- Is this the most actual file you provide?
Because I&#039;ve seen the suggestion for example by Harri Kauhanen and I was wondering if you still use the same/origin file for yourself?
I also read from your post &#039;I’ve also updated the jQuery plugin since then and need to post about that too!&#039; which implies that you use a newer version?

- Did you ever have problems with wrong page counts with IE6?
Compared to the original JS call as Google provides, the IE6 page hits are around 50% less than with the jQuery JS. I think the most likely reason of this problem is the jQuery initialization.

Best regards and thnx for any info
Christian</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>First thanks for the great JS!</p>
<p>I&#8217;m searching in the web jQuery JS&#8217;s which track Google Analytics data.<br />
I used for first testing the JS provided by Jason Huck. Over his blog I found your JS and your blog.</p>
<p>When I look at the date of this post and the comments, most seem to be from 2008 (except the ones from David). In the JS file you provide the revision is noted as:<br />
@version  1.0 2008-06-18</p>
<p>Now my concrete question(s):<br />
- Is this the most actual file you provide?<br />
Because I&#8217;ve seen the suggestion for example by Harri Kauhanen and I was wondering if you still use the same/origin file for yourself?<br />
I also read from your post &#8216;I’ve also updated the jQuery plugin since then and need to post about that too!&#8217; which implies that you use a newer version?</p>
<p>- Did you ever have problems with wrong page counts with IE6?<br />
Compared to the original JS call as Google provides, the IE6 page hits are around 50% less than with the jQuery JS. I think the most likely reason of this problem is the jQuery initialization.</p>
<p>Best regards and thnx for any info<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-77</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 17 Apr 2009 19:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-77</guid>
		<description>&lt;strong&gt;Bruce:&lt;/strong&gt; My post &lt;a href=&quot;/2009/02/27/google-analytics-and-sungardhe-luminis/&quot; rel=&quot;nofollow&quot;&gt;Google Analytics and SungardHE Luminis&lt;/a&gt; hints at what we&#039;ve done, but I need to spend a little time on a further post so that it&#039;s a bit clearer.  I&#039;ve also updated the jQuery plugin since then and need to post about that too!

We&#039;ve taken a razor to nested-tables.xsl, so it would take a reasonable amount of work to duplicate.  

I know that there was a talk at Sungard Summit 2009 in Philadelphia that did what I&#039;d call a first step in Google Analytics and Luminis.  They basically added the normal GA code to the just before the &lt;/body&gt; tag in nested-tables.xsl and produced a series of lookups for the different tabs and URLs.  This is OK if you&#039;ve got a very limited number of roles, but is unreasonable with many roles.</description>
		<content:encoded><![CDATA[<p><strong>Bruce:</strong> My post <a href="/2009/02/27/google-analytics-and-sungardhe-luminis/" rel="nofollow">Google Analytics and SungardHE Luminis</a> hints at what we&#8217;ve done, but I need to spend a little time on a further post so that it&#8217;s a bit clearer.  I&#8217;ve also updated the jQuery plugin since then and need to post about that too!</p>
<p>We&#8217;ve taken a razor to nested-tables.xsl, so it would take a reasonable amount of work to duplicate.  </p>
<p>I know that there was a talk at Sungard Summit 2009 in Philadelphia that did what I&#8217;d call a first step in Google Analytics and Luminis.  They basically added the normal GA code to the just before the &lt;/body&gt; tag in nested-tables.xsl and produced a series of lookups for the different tabs and URLs.  This is OK if you&#8217;ve got a very limited number of roles, but is unreasonable with many roles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-75</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 17 Apr 2009 18:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-75</guid>
		<description>David,  We too run Luminis 3.3.3 and would like to track all the clicks.  where would I put your code to get the tracking set on.

Thnks</description>
		<content:encoded><![CDATA[<p>David,  We too run Luminis 3.3.3 and would like to track all the clicks.  where would I put your code to get the tracking set on.</p>
<p>Thnks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-38</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 10 Mar 2009 22:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-38</guid>
		<description>&lt;strong&gt;Hube:&lt;/strong&gt; You could track just the submit of a form with id of &quot;myForm&quot; using:

&lt;pre&gt;&lt;code&gt;$.jGoogleAnalytics(
	&#039;UA-XXXXXX-X&#039;, 
	{ 
		pageViewsEnabled: false,
		submitEvents: {&#039;#myForm&#039;: &#039;/event/formSubmit&#039;} 
	}
);&lt;/code&gt;&lt;/pre&gt;

...this would &lt;b&gt;only&lt;/b&gt; track the submit event for that form.  It would not track any page views.</description>
		<content:encoded><![CDATA[<p><strong>Hube:</strong> You could track just the submit of a form with id of &#8220;myForm&#8221; using:</p>
<pre><code>$.jGoogleAnalytics(
	'UA-XXXXXX-X',
	{
		pageViewsEnabled: false,
		submitEvents: {'#myForm': '/event/formSubmit'}
	}
);</code></pre>
<p>&#8230;this would <b>only</b> track the submit event for that form.  It would not track any page views.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-29</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-29</guid>
		<description>&lt;strong&gt;Erik:&lt;/strong&gt; I&#039;m glad it&#039;s working for you - please let me know the sites you&#039;ve got it on.

Sorry - I guess I could have compressed it, but when we build our javascript, we compress many files into one, so it&#039;s of no use to me ;-)</description>
		<content:encoded><![CDATA[<p><strong>Erik:</strong> I&#8217;m glad it&#8217;s working for you &#8211; please let me know the sites you&#8217;ve got it on.</p>
<p>Sorry &#8211; I guess I could have compressed it, but when we build our javascript, we compress many files into one, so it&#8217;s of no use to me <img src='http://davidsimpson.me/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Karulf</title>
		<link>http://davidsimpson.me/2008/06/18/jgoogleanalytics-google-analytics-integration-for-jquery/comment-page-1/#comment-28</link>
		<dc:creator>Erik Karulf</dc:creator>
		<pubDate>Tue, 14 Oct 2008 02:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://dvdsmpsn.wordpress.com/?p=3#comment-28</guid>
		<description>I just wanted to say thanks. We have this in testing over on our site and it has worked like a dream. I&#039;ll let you know when we get a compressed version uploaded.</description>
		<content:encoded><![CDATA[<p>I just wanted to say thanks. We have this in testing over on our site and it has worked like a dream. I&#8217;ll let you know when we get a compressed version uploaded.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
