<?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: Track outbound links for Google Analytics automatically</title> <atom:link href="http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/feed" rel="self" type="application/rss+xml" /><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically</link> <description>Nottingham UK PHP, Magento, Wordpress freelance developer</description> <lastBuildDate>Sun, 19 Feb 2012 11:57:19 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Nima Heydarian</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-70506</link> <dc:creator>Nima Heydarian</dc:creator> <pubDate>Thu, 05 Jan 2012 16:19:48 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-70506</guid> <description>Thanks for the post Jamie. Where would the result show up in Analytics?</description> <content:encoded><![CDATA[<p>Thanks for the post Jamie. Where would the result show up in Analytics?</p> ]]></content:encoded> </item> <item><title>By: Jay</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-69597</link> <dc:creator>Jay</dc:creator> <pubDate>Tue, 01 Nov 2011 17:37:09 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-69597</guid> <description>Kindly please let me know on what section can I see the report of outbound links that are tracked using this script on Google A.?</description> <content:encoded><![CDATA[<p>Kindly please let me know on what section can I see the report of outbound links that are tracked using this script on Google A.?</p> ]]></content:encoded> </item> <item><title>By: Tommy</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-69017</link> <dc:creator>Tommy</dc:creator> <pubDate>Mon, 08 Aug 2011 18:23:11 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-69017</guid> <description>Thanks for the code, i added it yesterday to my new website.Thanks for this, it works no probs</description> <content:encoded><![CDATA[<p>Thanks for the code, i added it yesterday to my new website.Thanks for this, it works no probs</p> ]]></content:encoded> </item> <item><title>By: Giles</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-68732</link> <dc:creator>Giles</dc:creator> <pubDate>Mon, 13 Sep 2010 18:15:24 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-68732</guid> <description>Or, if you&#039;re using jQuery and want a more controllable solution, mark the links as rel=&quot;external&quot; and:
$(function(){
$(&quot;a[rel=external]&quot;).click(function(){
var domain = window.location.protocol + &quot;://&quot; + window.location.host;
var url = &quot;/outbound/&quot; + $(this).attr(&quot;href&quot;).replace(domain, &#039;&#039;).replace(&quot;http://www.&quot;, &quot;&quot;).replace(&quot;http://&quot;);
_gaq.push([&#039;_trackPageview&#039;, url]);
});
});
This is using the asynchronous tracking code.</description> <content:encoded><![CDATA[<p>Or, if you&#8217;re using jQuery and want a more controllable solution, mark the links as rel=&#8221;external&#8221; and:</p><p>$(function(){<br
/> $(&#8220;a[rel=external]&#8220;).click(function(){<br
/> var domain = window.location.protocol + &#8220;://&#8221; + window.location.host;<br
/> var url = &#8220;/outbound/&#8221; + $(this).attr(&#8220;href&#8221;).replace(domain, &#8221;).replace(&#8220;http://www.&#8221;, &#8220;&#8221;).replace(&#8220;http://&#8221;);<br
/> _gaq.push(['_trackPageview', url]);<br
/> });<br
/> });</p><p>This is using the asynchronous tracking code.</p> ]]></content:encoded> </item> <item><title>By: Abdul hakeem</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-68662</link> <dc:creator>Abdul hakeem</dc:creator> <pubDate>Tue, 06 Jul 2010 18:49:20 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-68662</guid> <description>Thanks for sharing it, I have been looking for the same technique for a long time.</description> <content:encoded><![CDATA[<p>Thanks for sharing it, I have been looking for the same technique for a long time.</p> ]]></content:encoded> </item> <item><title>By: Cee</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-67198</link> <dc:creator>Cee</dc:creator> <pubDate>Thu, 01 Apr 2010 05:31:19 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-67198</guid> <description>is this technique still working? I wanna try this stuff because we are having a hard time tracking those banner ad clicks from our pages. One question though, if we have more than a thousand webpages with banner ads (which I believe is considered outgoing links), will i use that code for each of those webpage? =D  thanks!</description> <content:encoded><![CDATA[<p>is this technique still working? I wanna try this stuff because we are having a hard time tracking those banner ad clicks from our pages. One question though, if we have more than a thousand webpages with banner ads (which I believe is considered outgoing links), will i use that code for each of those webpage? =D  thanks!</p> ]]></content:encoded> </item> <item><title>By: Genesis</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-67197</link> <dc:creator>Genesis</dc:creator> <pubDate>Thu, 01 Apr 2010 05:05:00 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-67197</guid> <description>Thanks for this code&gt; i will try it right away.</description> <content:encoded><![CDATA[<p>Thanks for this code&gt; i will try it right away.</p> ]]></content:encoded> </item> <item><title>By: jimb</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-66383</link> <dc:creator>jimb</dc:creator> <pubDate>Tue, 23 Jun 2009 07:36:44 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-66383</guid> <description>Jamie
Thanks for the code, i added it yesterday to my new website.
How do I find the results though? I have tried &#039;Content&#039;&gt;&#039;Top Content&#039;&gt;Filter with &#039;Outgoing&#039; but still nothing.
Can you help?
best,
Jim</description> <content:encoded><![CDATA[<p>Jamie<br
/> Thanks for the code, i added it yesterday to my new website.</p><p>How do I find the results though? I have tried &#8216;Content&#8217;&gt;&#8217;Top Content&#8217;&gt;Filter with &#8216;Outgoing&#8217; but still nothing.</p><p>Can you help?<br
/> best,<br
/> Jim</p> ]]></content:encoded> </item> <item><title>By: Man</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-61262</link> <dc:creator>Man</dc:creator> <pubDate>Wed, 15 Apr 2009 02:08:14 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-61262</guid> <description>Works in current analytics version!</description> <content:encoded><![CDATA[<p>Works in current analytics version!</p> ]]></content:encoded> </item> <item><title>By: Gavin Doolan</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-61221</link> <dc:creator>Gavin Doolan</dc:creator> <pubDate>Tue, 14 Apr 2009 15:32:03 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-61221</guid> <description>This is great thanks for writing this I was going to consider writing one of my own scripts like this, however you have already done it.
For all those wondering if you go to Content -&gt; Top Content report you should be able to filter by /outgoing/ to see all your outbound pageviews.
Please note that this script will inflate your pageviews, so you may consider creating another profile and using a filter in Analytics to exclude pageviews in /outgoing/ if accurate pageviews is extremely important.
Cheers,
Gavin.</description> <content:encoded><![CDATA[<p>This is great thanks for writing this I was going to consider writing one of my own scripts like this, however you have already done it.</p><p>For all those wondering if you go to Content -&gt; Top Content report you should be able to filter by /outgoing/ to see all your outbound pageviews.</p><p>Please note that this script will inflate your pageviews, so you may consider creating another profile and using a filter in Analytics to exclude pageviews in /outgoing/ if accurate pageviews is extremely important.</p><p>Cheers,<br
/> Gavin.</p> ]]></content:encoded> </item> <item><title>By: Henrietta</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-58214</link> <dc:creator>Henrietta</dc:creator> <pubDate>Mon, 16 Mar 2009 08:17:58 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-58214</guid> <description>Hi,
Do you mean that it will tack all the links which you send to other websites?
Thanks
Henrietta</description> <content:encoded><![CDATA[<p>Hi,</p><p>Do you mean that it will tack all the links which you send to other websites?</p><p>Thanks<br
/> Henrietta</p> ]]></content:encoded> </item> <item><title>By: brandon</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-46983</link> <dc:creator>brandon</dc:creator> <pubDate>Sun, 09 Nov 2008 20:58:20 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-46983</guid> <description>do you put your code before or after the code
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;########&quot;);
pageTracker._trackPageview();
I&#039;m trying to track several hyper links that go to external sites. How would I go about that?</description> <content:encoded><![CDATA[<p>do you put your code before or after the code</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;########&#8221;);<br
/> pageTracker._trackPageview();</p><p>I&#8217;m trying to track several hyper links that go to external sites. How would I go about that?</p> ]]></content:encoded> </item> <item><title>By: Brad W.</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-46974</link> <dc:creator>Brad W.</dc:creator> <pubDate>Sun, 09 Nov 2008 18:00:34 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-46974</guid> <description>I have the ga,js version installed in my footer under the Google analytics ga.js code.  The anlystics code works on my php site however I am not seeking any reporting of outbound clicks in analytics?  Can any one offer advice ?  (I do get a 404 error on site overlay)
Thanks Brad</description> <content:encoded><![CDATA[<p>I have the ga,js version installed in my footer under the Google analytics ga.js code.  The anlystics code works on my php site however I am not seeking any reporting of outbound clicks in analytics?  Can any one offer advice ?  (I do get a 404 error on site overlay)</p><p>Thanks Brad</p> ]]></content:encoded> </item> <item><title>By: Ryota</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-38633</link> <dc:creator>Ryota</dc:creator> <pubDate>Wed, 13 Aug 2008 21:31:31 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-38633</guid> <description>I paste the ga.js code right before the closing head tag.</description> <content:encoded><![CDATA[<p>I paste the ga.js code right before the closing head tag.</p> ]]></content:encoded> </item> <item><title>By: Ryota</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-38632</link> <dc:creator>Ryota</dc:creator> <pubDate>Wed, 13 Aug 2008 21:29:21 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-38632</guid> <description>Brad - This is what I&#039;ve done to have it work with ga.js.  It should still go below ga.js.  Google suggests that the new ga.js should go above any calls to its methods, so usually paste the ga.js code right before .
if (document.getElementsByTagName) {
var ahrefs = document.getElementsByTagName(&#039;a&#039;);
for (var i=0; i&lt;ahrefs.length;i++) {
if (ahrefs[i].href.indexOf(&#039;http://www.domain.com&#039;) == -1 &amp;&amp; !ahrefs[i].onclick) {
ahrefs[i].onclick = function () {
pageTracker._trackPageview(&#039;/outbound/&#039;+this.href.substring(7));}
}
}
} </description> <content:encoded><![CDATA[<p>Brad &#8211; This is what I&#8217;ve done to have it work with ga.js.  It should still go below ga.js.  Google suggests that the new ga.js should go above any calls to its methods, so usually paste the ga.js code right before .</p><p>if (document.getElementsByTagName) {<br
/> var ahrefs = document.getElementsByTagName(&#8216;a&#8217;);<br
/> for (var i=0; i&lt;ahrefs.length;i++) {<br
/> if (ahrefs[i].href.indexOf(&#8216;<a
href="http://www.domain.com" rel="nofollow">http://www.domain.com</a>&#8216;) == -1 &amp;&amp; !ahrefs[i].onclick) {<br
/> ahrefs[i].onclick = function () {<br
/> pageTracker._trackPageview(&#8216;/outbound/&#8217;+this.href.substring(7));}<br
/> }<br
/> }<br
/> }</p> ]]></content:encoded> </item> <item><title>By: Brad</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-35235</link> <dc:creator>Brad</dc:creator> <pubDate>Fri, 27 Jun 2008 18:59:09 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-35235</guid> <description>A couple of questions about implementing this. Since analytics takes hours to update it takes forever to try to figure this out.
1- does this code work with both old and new style analytics code?
2- should this code go above or below the regular analytics code?
3- with the outbound link tracking code that google gives (where you have to tag each link individually), you have to put the main analytics code just after the opening  (not closing ) since it has to execute first before the link tracking code. With your code you don&#039;t have to do that?
Thanks. If I can get this to work it will save a ton of time.</description> <content:encoded><![CDATA[<p>A couple of questions about implementing this. Since analytics takes hours to update it takes forever to try to figure this out.</p><p>1- does this code work with both old and new style analytics code?</p><p>2- should this code go above or below the regular analytics code?</p><p>3- with the outbound link tracking code that google gives (where you have to tag each link individually), you have to put the main analytics code just after the opening  (not closing ) since it has to execute first before the link tracking code. With your code you don&#8217;t have to do that?</p><p>Thanks. If I can get this to work it will save a ton of time.</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-33208</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 22 May 2008 15:45:51 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-33208</guid> <description>Hi Jamie,
Ok thanks for letting me know,
I just had to change some of the charaters within the script and it showed the code correctly in dreamweaver, I am still waiting to see if the results clarify.</description> <content:encoded><![CDATA[<p>Hi Jamie,</p><p>Ok thanks for letting me know,</p><p>I just had to change some of the charaters within the script and it showed the code correctly in dreamweaver, I am still waiting to see if the results clarify.</p> ]]></content:encoded> </item> <item><title>By: Jamie Huskisson</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-33206</link> <dc:creator>Jamie Huskisson</dc:creator> <pubDate>Thu, 22 May 2008 15:43:48 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-33206</guid> <description>Seems to be displaying just fine for me here Chris, albeit without any indenting?</description> <content:encoded><![CDATA[<p>Seems to be displaying just fine for me here Chris, albeit without any indenting?</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-33205</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 22 May 2008 15:36:50 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-33205</guid> <description>Ok, I cant seem to enclose this in javascript tags , so please put these around the document,  if someone can edit this as it wont like the code in comments and make this shown then that would be great.</description> <content:encoded><![CDATA[<p>Ok, I cant seem to enclose this in javascript tags , so please put these around the document,  if someone can edit this as it wont like the code in comments and make this shown then that would be great.</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-33204</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 22 May 2008 15:34:42 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-33204</guid> <description>&lt;code&gt;
if (document.getElementsByTagName)
{
var ahrefs = document.getElementsByTagName(&#039;a&#039;);
for (var i=0; i&lt;ahrefs.length;i++)
{
if (ahrefs[i].href.indexOf(&quot;http://www.signlanguageltd.co.uk&quot;) == -1 &amp;&amp; !ahrefs[i].onclick)
{
ahrefs[i].onclick = function ()
{
var track = this.href + &#039;&#039;; urchinTracker (&#039;/outgoing/&#039;+track.substring(7));
}
}
}
}
&lt;/code&gt;
This will work , there were a few funny characters within the script for some reason, when you put this in dreamweaver it WONT show blue anymore.
Great code though , thanks for posting it</description> <content:encoded><![CDATA[<p><code><br
/> if (document.getElementsByTagName)<br
/> {<br
/> var ahrefs = document.getElementsByTagName('a');<br
/> for (var i=0; i<ahrefs
.length;i++)<br /> {<br
/> if (ahrefs[i].href.indexOf("http://www.signlanguageltd.co.uk") == -1 &#038;&#038; !ahrefs[i].onclick)<br
/> {<br
/> ahrefs[i].onclick = function ()<br
/> {<br
/> var track = this.href + ''; urchinTracker ('/outgoing/'+track.substring(7));<br
/> }<br
/> }<br
/> }<br
/> }<br
/> </code></p><p>This will work , there were a few funny characters within the script for some reason, when you put this in dreamweaver it WONT show blue anymore.</p><p>Great code though , thanks for posting it</ahrefs></code></p> ]]></content:encoded> </item> <item><title>By: Yunus</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-31630</link> <dc:creator>Yunus</dc:creator> <pubDate>Tue, 04 Mar 2008 10:59:44 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-31630</guid> <description>This is great and simple so thanks!  When I add the code to my site however it doesn&#039;t seem to add the onclick funcion to my links.  I&#039;d be grateful for any suggestions as to why this might not be working.  Pls see this link as an example </description> <content:encoded><![CDATA[<p>This is great and simple so thanks!  When I add the code to my site however it doesn&#8217;t seem to add the onclick funcion to my links.  I&#8217;d be grateful for any suggestions as to why this might not be working.  Pls see this link as an example</p> ]]></content:encoded> </item> <item><title>By: Konrad</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-28850</link> <dc:creator>Konrad</dc:creator> <pubDate>Fri, 01 Feb 2008 12:44:33 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-28850</guid> <description>Thanks for this, it works no probs. I can see the clicks in the site overlay but is there any more straight forward way to see the clicks in Analytics (preferably in list form).
Thanks,
Konrad</description> <content:encoded><![CDATA[<p>Thanks for this, it works no probs. I can see the clicks in the site overlay but is there any more straight forward way to see the clicks in Analytics (preferably in list form).</p><p>Thanks,</p><p>Konrad</p> ]]></content:encoded> </item> <item><title>By: LKamoku</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-24108</link> <dc:creator>LKamoku</dc:creator> <pubDate>Thu, 29 Nov 2007 23:50:21 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-24108</guid> <description>i entered this info in my footer.php and part of the code turns blue...(using dreamweaver) what does that mean:
turns blue from &#039;for var ...all the way to...
i have the code there now and when testing my outbound links i dont see any stats (looking in the content drilldown section)
am i doing something wrong?</description> <content:encoded><![CDATA[<p>i entered this info in my footer.php and part of the code turns blue&#8230;(using dreamweaver) what does that mean:</p><p>turns blue from &#8216;for var &#8230;all the way to&#8230;</p><p>i have the code there now and when testing my outbound links i dont see any stats (looking in the content drilldown section)</p><p>am i doing something wrong?</p> ]]></content:encoded> </item> <item><title>By: Ross</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-21828</link> <dc:creator>Ross</dc:creator> <pubDate>Fri, 09 Nov 2007 20:55:19 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-21828</guid> <description>Thanks for the plugin!  One question: where will the results appear in the report ?  Under Top Content ?</description> <content:encoded><![CDATA[<p>Thanks for the plugin!  One question: where will the results appear in the report ?  Under Top Content ?</p> ]]></content:encoded> </item> <item><title>By: Curious</title><link>http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically/comment-page-1#comment-16413</link> <dc:creator>Curious</dc:creator> <pubDate>Tue, 28 Aug 2007 16:35:07 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/code-tidbits/track-outbound-links-for-google-analytics-automatically#comment-16413</guid> <description>How do I do I use this code so I can make the outbound link a &quot;goal&quot; within Google Analytics?</description> <content:encoded><![CDATA[<p>How do I do I use this code so I can make the outbound link a &#8220;goal&#8221; within Google Analytics?</p> ]]></content:encoded> </item> </channel> </rss>
