<?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: Google Analytics: What is this /NaN thing?</title>
	<atom:link href="http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/</link>
	<description>It's a dirty job, but somebody's gotta do it.</description>
	<lastBuildDate>Wed, 12 Oct 2011 03:12:33 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shea</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-4081</link>
		<dc:creator>Shea</dc:creator>
		<pubDate>Tue, 07 Jun 2011 01:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-4081</guid>
		<description>NaN !== NaN??!
okay... who divided by zero?</description>
		<content:encoded><![CDATA[<p>NaN !== NaN??!<br />
okay&#8230; who divided by zero?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-3824</link>
		<dc:creator>Abbas</dc:creator>
		<pubDate>Sat, 04 Sep 2010 12:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-3824</guid>
		<description>I have run into this for many months now. I have tried putting code on top and many other similar solution. Nothing works. Rather as the traffic is increasing this /NaN thing keeps getting bigger and bigger number attached to it..frastrating!!!</description>
		<content:encoded><![CDATA[<p>I have run into this for many months now. I have tried putting code on top and many other similar solution. Nothing works. Rather as the traffic is increasing this /NaN thing keeps getting bigger and bigger number attached to it..frastrating!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-3792</link>
		<dc:creator>Abbas</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-3792</guid>
		<description>any idea how long does it take to for NaN to disappear after moving code into the header??

I have tried moving code to head solution..lets see how it goes..

Thanks for the idea mate..</description>
		<content:encoded><![CDATA[<p>any idea how long does it take to for NaN to disappear after moving code into the header??</p>
<p>I have tried moving code to head solution..lets see how it goes..</p>
<p>Thanks for the idea mate..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Gross</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-3351</link>
		<dc:creator>Phillip Gross</dc:creator>
		<pubDate>Mon, 12 Apr 2010 01:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-3351</guid>
		<description>I have run into the /NaN issue a few times with clients. It is amazing how overlooked this issue is and and how little support Google offers on it directly.

Regarding placement of code: Placing the script at the bottom of the page does allows Google to run last and indeed not conflict with other potential elements on the page. This was largely an issue occurring for IE6: Hopefully soon IE6 will be gone and we can all enjoy the web once again. I know every developer out there has lost many hours, days, (or hair) debugging issues with IE6. The new Google Asynchronous tracking code will lighten the load too and actually is place in the  element of the page.</description>
		<content:encoded><![CDATA[<p>I have run into the /NaN issue a few times with clients. It is amazing how overlooked this issue is and and how little support Google offers on it directly.</p>
<p>Regarding placement of code: Placing the script at the bottom of the page does allows Google to run last and indeed not conflict with other potential elements on the page. This was largely an issue occurring for IE6: Hopefully soon IE6 will be gone and we can all enjoy the web once again. I know every developer out there has lost many hours, days, (or hair) debugging issues with IE6. The new Google Asynchronous tracking code will lighten the load too and actually is place in the  element of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto Gluecksmann</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-2667</link>
		<dc:creator>Ernesto Gluecksmann</dc:creator>
		<pubDate>Wed, 14 Oct 2009 17:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-2667</guid>
		<description>Hi Paul, you are correct, it is recommended that your GA code be placed at the end of a page.   However, it&#039;s not necessarily required.  The reason for placing it at or close to the bottom, is if there&#039;s problem with Google itself, it won&#039;t affect the rest of the page from loading.  But again, that&#039;s largely mitigated now with modern browsers.  

We deal with a lot of small business clients that don&#039;t really have the budget or expertise to dig through JavaScript warnings to resolve something like this.  So... sometimes, good enough.. just is.</description>
		<content:encoded><![CDATA[<p>Hi Paul, you are correct, it is recommended that your GA code be placed at the end of a page.   However, it&#8217;s not necessarily required.  The reason for placing it at or close to the bottom, is if there&#8217;s problem with Google itself, it won&#8217;t affect the rest of the page from loading.  But again, that&#8217;s largely mitigated now with modern browsers.  </p>
<p>We deal with a lot of small business clients that don&#8217;t really have the budget or expertise to dig through JavaScript warnings to resolve something like this.  So&#8230; sometimes, good enough.. just is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Mycroft</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-2631</link>
		<dc:creator>Paul Mycroft</dc:creator>
		<pubDate>Mon, 14 Sep 2009 21:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-2631</guid>
		<description>The GA code must be the last thing to load on a page so moving it to the header is not a good idea.

Trying to troubleshoot the JavaScript error is a better way to go.</description>
		<content:encoded><![CDATA[<p>The GA code must be the last thing to load on a page so moving it to the header is not a good idea.</p>
<p>Trying to troubleshoot the JavaScript error is a better way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EG</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-144</link>
		<dc:creator>EG</dc:creator>
		<pubDate>Mon, 10 Mar 2008 14:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-144</guid>
		<description>&lt;p&gt;Hmm, that sounds more like a problem with the page itself.   Moving your GA code into different positions, should not affect the page.   If you&#039;re saying the page itself is now broken, then you may have overwritten some of page&#039;s important tags.   And, GA may skip over broken pages if it can&#039;t tell it&#039;s an HTML document.  I&#039;ll email you directly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm, that sounds more like a problem with the page itself.   Moving your GA code into different positions, should not affect the page.   If you&#8217;re saying the page itself is now broken, then you may have overwritten some of page&#8217;s important tags.   And, GA may skip over broken pages if it can&#8217;t tell it&#8217;s an HTML document.  I&#8217;ll email you directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-143</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Mon, 10 Mar 2008 11:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-143</guid>
		<description>I tried your solutions and it didn&#039;t work. My google results when flat and the page was not even working. Do you have any other thoughts regarding the NaN problem?</description>
		<content:encoded><![CDATA[<p>I tried your solutions and it didn&#8217;t work. My google results when flat and the page was not even working. Do you have any other thoughts regarding the NaN problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-47</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 19 Nov 2007 19:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-47</guid>
		<description>Thanks for this post. I ran into this issue for the first time today and your post is the only answer I could find.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I ran into this issue for the first time today and your post is the only answer I could find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kym</title>
		<link>http://www.webconsultingdc.com/2007/what-is-nan-google-analytics/comment-page-1/#comment-6</link>
		<dc:creator>Kym</dc:creator>
		<pubDate>Sat, 01 Sep 2007 03:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.infamia.com/IGTWebTechnology/2007/what-is-nan-google-analytics/#comment-6</guid>
		<description>Thanks for posting this.

We had supposed Google Analystics Experts look at a couple of our client&#039;s site and they never even commented on the funnel showing Nan URLs let alone know the answer!

You have save us a lot of time!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.</p>
<p>We had supposed Google Analystics Experts look at a couple of our client&#8217;s site and they never even commented on the funnel showing Nan URLs let alone know the answer!</p>
<p>You have save us a lot of time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

