<?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: Tracking Exit Links in Google Analytics</title>
	<atom:link href="http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/</link>
	<description>Danny Ng blogs about SEO, Web Development, Christianity, and Life in General</description>
	<lastBuildDate>Wed, 10 Mar 2010 08:49:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Suzette Mccombs</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-1017</link>
		<dc:creator>Suzette Mccombs</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-1017</guid>
		<description>Hello, I came across this post while searching for help with JavaScript. I&#039;ve recently switched browsers from Chrome to Microsoft IE 6. After the change I seem to have a issue with loading JavaScript. Every time I go on a website that needs Javascript, my browser freezes and I get a &quot;runtime error javascript.JSException: Unknown name&quot;. I cannot seem to find out how to fix it. Any help is greatly appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hello, I came across this post while searching for help with JavaScript. I&#8217;ve recently switched browsers from Chrome to Microsoft IE 6. After the change I seem to have a issue with loading JavaScript. Every time I go on a website that needs Javascript, my browser freezes and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I cannot seem to find out how to fix it. Any help is greatly appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-296</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Sat, 24 Jan 2009 06:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-296</guid>
		<description>Yes you will need to import the long version either via a file or embedded in the source code.

Once imported, you can call dtalk_ga.applyVirtualExits() &lt;strong&gt;&lt;em&gt;AFTER&lt;/em&gt;&lt;/strong&gt; the import code.</description>
		<content:encoded><![CDATA[<p>Yes you will need to import the long version either via a file or embedded in the source code.</p>
<p>Once imported, you can call dtalk_ga.applyVirtualExits() <strong><em>AFTER</em></strong> the import code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: June</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-295</link>
		<dc:creator>June</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-295</guid>
		<description>Excuse my ignorance,Danny but I&#039;m not sure what I need to do to implement this. You have said just cut and paste this small snippet of code:

   1. &lt;script type=&quot;text/javascript&quot; src=&quot;&quot;&gt;  
   2.   
   3.     dtalk_ga.applyVirtualExits();  
   4.   

But under that, I find a long version. I can&#039;t see how using that small snippet would work. How does GA know where to put the exit links? So do I need to use the long version?</description>
		<content:encoded><![CDATA[<p>Excuse my ignorance,Danny but I&#8217;m not sure what I need to do to implement this. You have said just cut and paste this small snippet of code:</p>
<p>   1. &lt;script type=&#8221;text/javascript&#8221; src=&#8221;"&gt;<br />
   2.<br />
   3.     dtalk_ga.applyVirtualExits();<br />
   4.   </p>
<p>But under that, I find a long version. I can&#8217;t see how using that small snippet would work. How does GA know where to put the exit links? So do I need to use the long version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karolis Pocius</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-279</link>
		<dc:creator>Karolis Pocius</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-279</guid>
		<description>Also, I thought you might be interested in the following solution: http://wordpress.org/extend/plugins/google-analytics-for-wordpress/

It can track clicks in text, in comments, on authors&#039; links, as well as track downloads.

Would be interesting to hear your opinion.</description>
		<content:encoded><![CDATA[<p>Also, I thought you might be interested in the following solution: <a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" rel="nofollow">http://wordpress.org/extend/plugins/google-analytics-for-wordpress/</a></p>
<p>It can track clicks in text, in comments, on authors&#8217; links, as well as track downloads.</p>
<p>Would be interesting to hear your opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-278</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-278</guid>
		<description>Hi Karolis,

I&#039;m on holidays at the moment but I will look into it once I get time and when I&#039;m back from holidays.

Just a note, no two web analytics software records data the same way. So sometimes it&#039;s not unusual to find differences in data say between Google Analytics and Omniture.</description>
		<content:encoded><![CDATA[<p>Hi Karolis,</p>
<p>I&#8217;m on holidays at the moment but I will look into it once I get time and when I&#8217;m back from holidays.</p>
<p>Just a note, no two web analytics software records data the same way. So sometimes it&#8217;s not unusual to find differences in data say between Google Analytics and Omniture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karolis Pocius</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-274</link>
		<dc:creator>Karolis Pocius</dc:creator>
		<pubDate>Thu, 15 Jan 2009 12:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-274</guid>
		<description>How accurate is this way of tracking exit links? A couple of days ago I have posted a link on my blog using CCounter script, and them implemented this script on the same day.

CCounter has registered 116 clicks, Google Analytics only 5 :(</description>
		<content:encoded><![CDATA[<p>How accurate is this way of tracking exit links? A couple of days ago I have posted a link on my blog using CCounter script, and them implemented this script on the same day.</p>
<p>CCounter has registered 116 clicks, Google Analytics only 5 :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Updated: Tracking Exit Links in Google Analytics &#124; dannytalk ™ A Danny Ng Blog</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-164</link>
		<dc:creator>Updated: Tracking Exit Links in Google Analytics &#124; dannytalk ™ A Danny Ng Blog</dc:creator>
		<pubDate>Sat, 27 Sep 2008 03:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-164</guid>
		<description>[...] Tracking Exit Links in Google Analytics [...]</description>
		<content:encoded><![CDATA[<p>[...] Tracking Exit Links in Google Analytics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to handle multiple window events in Javascript &#124; dannytalk ™ A Danny Ng Blog</title>
		<link>http://www.dannytalk.com/2008/08/30/tracking-exit-links-in-google-analytics/comment-page-1/#comment-134</link>
		<dc:creator>How to handle multiple window events in Javascript &#124; dannytalk ™ A Danny Ng Blog</dc:creator>
		<pubDate>Sun, 31 Aug 2008 09:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannytalk.com/?p=172#comment-134</guid>
		<description>[...] Tracking Exit Links in Google Analytics [...]</description>
		<content:encoded><![CDATA[<p>[...] Tracking Exit Links in Google Analytics [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.610 seconds -->
