<?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: Event tracking tutorial</title>
	<atom:link href="http://www.analyticsformarketers.com/chapters/installation/event-tracking-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.analyticsformarketers.com/chapters/installation/event-tracking-tutorial</link>
	<description>A companion site for the book Performance Marketing with Google Analytics</description>
	<lastBuildDate>Mon, 15 Aug 2011 20:44:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: caleb.whitmore</title>
		<link>http://www.analyticsformarketers.com/chapters/installation/event-tracking-tutorial/comment-page-1#comment-85</link>
		<dc:creator>caleb.whitmore</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.analyticsformarketers.com/?p=64#comment-85</guid>
		<description>&lt;!--more--&gt;&lt;!--more--&gt;Keith,

Delay or no, the bigger issue is hard-coding a tracking call for outbound links vs. automating it.  IMO, you should never hard-code tracking calls into HTML - it&#039;s like hard-coding Styles into an HTML element.  Why do that when you can use a style sheet and separate formatting control from code?  

There are many options out there to do just this, some with delay handlers built in, some without.  The top three are:

1) APe - Analytics Pros Engine, a complete &lt;a href=&quot;http://www.analyticspros.com/products/analytics-pros-engine.html&quot; rel=&quot;nofollow&quot;&gt;event tracking and universal tag management solution&lt;/a&gt; (my company built this).  NOT free, but really cheap.

2) Brian Clifton, author of &lt;a href=&quot;http://www.amazon.com/Advanced-Web-Metrics-Google-Analytics/dp/0470253126?tag=gaformarketers-20&quot; rel=&quot;nofollow&quot;&gt;Advanced Web Metrics with Google Analytics&lt;/a&gt; has a script on his blog for &lt;a href=&quot;http://www.advanced-web-metrics.com/blog/2008/06/08/updated-tracking-script-for-gajs/&quot; rel=&quot;nofollow&quot;&gt;automating outbound link tracking&lt;/a&gt;.

3) &lt;a href=&quot;http://www.actualmetrics.com/&quot; rel=&quot;nofollow&quot;&gt;Google Analytics Certified Partner Actual Metrics&lt;/a&gt; has a script called &lt;a href=&quot;http://www.analyticsmarket.com/freetools/link-tagger&quot; rel=&quot;nofollow&quot;&gt;LinkTagger for outbound link and cross-domain linking automation&lt;/a&gt; on their Analytics Market site.

You can also build your own code, use jQuery, or other JS libraries.  Hope this helps!

Best,

-Caleb</description>
		<content:encoded><![CDATA[<p><!--more--><!--more-->Keith,</p>
<p>Delay or no, the bigger issue is hard-coding a tracking call for outbound links vs. automating it.  IMO, you should never hard-code tracking calls into HTML &#8211; it&#8217;s like hard-coding Styles into an HTML element.  Why do that when you can use a style sheet and separate formatting control from code?  </p>
<p>There are many options out there to do just this, some with delay handlers built in, some without.  The top three are:</p>
<p>1) APe &#8211; Analytics Pros Engine, a complete <a href="http://www.analyticspros.com/products/analytics-pros-engine.html" rel="nofollow">event tracking and universal tag management solution</a> (my company built this).  NOT free, but really cheap.</p>
<p>2) Brian Clifton, author of <a href="http://www.amazon.com/Advanced-Web-Metrics-Google-Analytics/dp/0470253126?tag=gaformarketers-20" rel="nofollow">Advanced Web Metrics with Google Analytics</a> has a script on his blog for <a href="http://www.advanced-web-metrics.com/blog/2008/06/08/updated-tracking-script-for-gajs/" rel="nofollow">automating outbound link tracking</a>.</p>
<p>3) <a href="http://www.actualmetrics.com/" rel="nofollow">Google Analytics Certified Partner Actual Metrics</a> has a script called <a href="http://www.analyticsmarket.com/freetools/link-tagger" rel="nofollow">LinkTagger for outbound link and cross-domain linking automation</a> on their Analytics Market site.</p>
<p>You can also build your own code, use jQuery, or other JS libraries.  Hope this helps!</p>
<p>Best,</p>
<p>-Caleb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Wilkinson</title>
		<link>http://www.analyticsformarketers.com/chapters/installation/event-tracking-tutorial/comment-page-1#comment-75</link>
		<dc:creator>Keith Wilkinson</dc:creator>
		<pubDate>Thu, 08 Jul 2010 00:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.analyticsformarketers.com/?p=64#comment-75</guid>
		<description>I asked (whether a delay is still required) in the GA Help Forum, and the answer was &quot;No&quot;.</description>
		<content:encoded><![CDATA[<p>I asked (whether a delay is still required) in the GA Help Forum, and the answer was &#8220;No&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Wilkinson</title>
		<link>http://www.analyticsformarketers.com/chapters/installation/event-tracking-tutorial/comment-page-1#comment-74</link>
		<dc:creator>Keith Wilkinson</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.analyticsformarketers.com/?p=64#comment-74</guid>
		<description>I&#039;m interested in tracking clicks on outgoing links. On p.336 of the Performance Marketing GA book, it notes that &quot;when adding Javascript to a link, It&#039;s best to create a custom Javascript function .. to ensure that the GA code executes before the browser redirects ..&quot;
An example of this approach is shown at http://www.google.com/support/analytics/bin/answer.py?hl=en-uk&amp;answer=55527 . 
Is it still desirable to add a delay when using the new asynchronous GA code?  If so, are there any recommendations for the form that such a delay function should take when using the new asynchronous GA code?</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in tracking clicks on outgoing links. On p.336 of the Performance Marketing GA book, it notes that &#8220;when adding Javascript to a link, It&#8217;s best to create a custom Javascript function .. to ensure that the GA code executes before the browser redirects ..&#8221;<br />
An example of this approach is shown at <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en-uk&amp;answer=55527" rel="nofollow">http://www.google.com/support/analytics/bin/answer.py?hl=en-uk&amp;answer=55527</a> .<br />
Is it still desirable to add a delay when using the new asynchronous GA code?  If so, are there any recommendations for the form that such a delay function should take when using the new asynchronous GA code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

