<?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: Strange Problem In Google Analytics</title>
	<atom:link href="http://www.blackbeak.com/2008/01/10/google-analytics-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackbeak.com/2008/01/10/google-analytics-problem/</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 14:21:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Mark Brimm</title>
		<link>http://www.blackbeak.com/2008/01/10/google-analytics-problem/comment-page-1/#comment-6512</link>
		<dc:creator>Mark Brimm</dc:creator>
		<pubDate>Mon, 21 Jan 2008 20:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeak.conversionchronicles.com/2008/01/10/google-analytics-problem/#comment-6512</guid>
		<description>Today I noticed that Google&#039;s Analytics CODE was WRONG...it&#039;s missing a carot at the end of a javascript string used to mark the end of the line (how does a programmer with a sweet job at Google mess up something so simple...). This problem caused me to waste the whole weekend for a client site after installinkg the WRONG code on Thursday and thinking it would be all full of data by Monday.

The code they are using (the new version) is :


var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));


var pageTracker = _gat._getTracker(&quot;UA-986914-4&quot;);
pageTracker._initData();
pageTracker._trackPageview();



But it SHOULD read:


var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));&gt;


var pageTracker = _gat._getTracker(&quot;UA-986914-4&quot;);
pageTracker._initData();
pageTracker._trackPageview();
</description>
		<content:encoded><![CDATA[<p>Today I noticed that Google&#8217;s Analytics CODE was WRONG&#8230;it&#8217;s missing a carot at the end of a javascript string used to mark the end of the line (how does a programmer with a sweet job at Google mess up something so simple&#8230;). This problem caused me to waste the whole weekend for a client site after installinkg the WRONG code on Thursday and thinking it would be all full of data by Monday.</p>
<p>The code they are using (the new version) is :</p>
<p>var gaJsHost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8220;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>var pageTracker = _gat._getTracker(&#8220;UA-986914-4&#8243;);<br />
pageTracker._initData();<br />
pageTracker._trackPageview();</p>
<p>But it SHOULD read:</p>
<p>var gaJsHost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8220;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));&gt;</p>
<p>var pageTracker = _gat._getTracker(&#8220;UA-986914-4&#8243;);<br />
pageTracker._initData();<br />
pageTracker._trackPageview();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Batra</title>
		<link>http://www.blackbeak.com/2008/01/10/google-analytics-problem/comment-page-1/#comment-6249</link>
		<dc:creator>Anil Batra</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeak.conversionchronicles.com/2008/01/10/google-analytics-problem/#comment-6249</guid>
		<description>Well, I checked several accounts and profiles but did not see this issue.
Is there a way they can provide access to the reports?</description>
		<content:encoded><![CDATA[<p>Well, I checked several accounts and profiles but did not see this issue.<br />
Is there a way they can provide access to the reports?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

