<?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 Clicks with GA Pt. 2: Basic Implementation</title>
	<atom:link href="http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 14:53:55 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Justin Cutroni</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-734</link>
		<dc:creator>Justin Cutroni</dc:creator>
		<pubDate>Mon, 28 Jul 2008 12:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-734</guid>
		<description>Hi Gavin,

That regular expression is valid.  As long as the value you&#039;ve created using urchinTracker() or trackPageview() matches the reg ex then your exclude filter will work.

Nice job excluding the extra traffic from the profile.

Thanks for reading and thanks for the question.

Justin</description>
		<content:encoded><![CDATA[<p>Hi Gavin,</p>
<p>That regular expression is valid.  As long as the value you&#8217;ve created using urchinTracker() or trackPageview() matches the reg ex then your exclude filter will work.</p>
<p>Nice job excluding the extra traffic from the profile.</p>
<p>Thanks for reading and thanks for the question.</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Doolan</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-733</link>
		<dc:creator>Gavin Doolan</dc:creator>
		<pubDate>Mon, 28 Jul 2008 09:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-733</guid>
		<description>Hi Justin,
If I am tracking interal links to on say a home page to see how effective they are and how often they are used and I wish to exclude the pageview inflation as a result.

would I so something like this in my filter?

/front_page_links/www\.mydomain\.com

I&#039;m still not a expert on filters.

Thanks,
Gavin.</description>
		<content:encoded><![CDATA[<p>Hi Justin,<br />
If I am tracking interal links to on say a home page to see how effective they are and how often they are used and I wish to exclude the pageview inflation as a result.</p>
<p>would I so something like this in my filter?</p>
<p>/front_page_links/www\.mydomain\.com</p>
<p>I&#8217;m still not a expert on filters.</p>
<p>Thanks,<br />
Gavin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-732</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 11 Jul 2007 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-732</guid>
		<description>Hi Hilario,

The &lt;a href=&quot;http://www.epikone.com/blog/2007/04/09/tracking-clicks-with-ga-pt-3-advanced-implementation/&quot; rel=&quot;nofollow&quot;&gt;next post&lt;/a&gt; in this series has a sample script.

Thanks for reading!

Justin</description>
		<content:encoded><![CDATA[<p>Hi Hilario,</p>
<p>The <a href="http://www.epikone.com/blog/2007/04/09/tracking-clicks-with-ga-pt-3-advanced-implementation/" rel="nofollow">next post</a> in this series has a sample script.</p>
<p>Thanks for reading!</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilario</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-731</link>
		<dc:creator>Hilario</dc:creator>
		<pubDate>Wed, 11 Jul 2007 12:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-731</guid>
		<description>Hi Justin,

Could you give me an example of the &quot;DOM Script&quot; that you are refering to.. or a link on the internet which will have more information about the same

thanks
Hilario</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Could you give me an example of the &#8220;DOM Script&#8221; that you are refering to.. or a link on the internet which will have more information about the same</p>
<p>thanks<br />
Hilario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-730</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 10 Jul 2007 02:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-730</guid>
		<description>Hi Hilario,

I&#039;m not sure if your entire comment was posted.  It seems like the last line or so is missing.  I&#039;m guessing that you tried to post some JavaScript in your comment, which is not possible.

To track an image when it loads in a page is difficult.  The onLoad event is not a valid event attribute for the image tag, so you can&#039;t add the urchinTracker() function to that event attribute.  You could try to create some type of DOM script that executes when the page loads and dynamically calls urchinTracker() during the page load.  I&#039;m not sure if that will work for you, but it&#039;s a thought.

Hope that helps,

Justin</description>
		<content:encoded><![CDATA[<p>Hi Hilario,</p>
<p>I&#8217;m not sure if your entire comment was posted.  It seems like the last line or so is missing.  I&#8217;m guessing that you tried to post some JavaScript in your comment, which is not possible.</p>
<p>To track an image when it loads in a page is difficult.  The onLoad event is not a valid event attribute for the image tag, so you can&#8217;t add the urchinTracker() function to that event attribute.  You could try to create some type of DOM script that executes when the page loads and dynamically calls urchinTracker() during the page load.  I&#8217;m not sure if that will work for you, but it&#8217;s a thought.</p>
<p>Hope that helps,</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilario</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-729</link>
		<dc:creator>Hilario</dc:creator>
		<pubDate>Mon, 09 Jul 2007 16:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-729</guid>
		<description>I need to track the image on a page BUT not when it is clicked (as referenced above with onclick) but when the page itself which contains the image is opened. The image for all practical purposes may be a tiny invisible image.

The reason for using an Image is because I cant use javascript or any kind of script.

Hence what modification would I need to do to this line and would that only suffice:</description>
		<content:encoded><![CDATA[<p>I need to track the image on a page BUT not when it is clicked (as referenced above with onclick) but when the page itself which contains the image is opened. The image for all practical purposes may be a tiny invisible image.</p>
<p>The reason for using an Image is because I cant use javascript or any kind of script.</p>
<p>Hence what modification would I need to do to this line and would that only suffice:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Increasing your Website&#8217;s Conversion Rate &#187; Blog Archive &#187; Judah Phillips on Rich Internet Apps for Beginners, Part II of III: Google Analytics</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-728</link>
		<dc:creator>Increasing your Website&#8217;s Conversion Rate &#187; Blog Archive &#187; Judah Phillips on Rich Internet Apps for Beginners, Part II of III: Google Analytics</dc:creator>
		<pubDate>Mon, 16 Apr 2007 17:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-728</guid>
		<description>[...] Before you read this post, you might want to read a post that Justin Cutroni published on Saturday night. He wrote about tracking clicks to pages where you make the name up, because you can&#8217;t put the code on the page. Links that take you off the page, .pdfs, etc. It is a good basis for what Judah is going to talk about: creating page names out of thin air and then using the pretend pages to track events (and hence, rich media) in GA. So here we are, lucky again to have Judah Phillips: Since we all know about page tags, let&#8217;s get down to business with &#8220;the Google&#8221; and how it tracks &#8220;the Rich Media:&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Before you read this post, you might want to read a post that Justin Cutroni published on Saturday night. He wrote about tracking clicks to pages where you make the name up, because you can&#8217;t put the code on the page. Links that take you off the page, .pdfs, etc. It is a good basis for what Judah is going to talk about: creating page names out of thin air and then using the pretend pages to track events (and hence, rich media) in GA. So here we are, lucky again to have Judah Phillips: Since we all know about page tags, let&#8217;s get down to business with &#8220;the Google&#8221; and how it tracks &#8220;the Rich Media:&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Analytics Talk &#187; Tracking Clicks with GA Pt. 3: Advanced Implementation</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-727</link>
		<dc:creator>Analytics Talk &#187; Tracking Clicks with GA Pt. 3: Advanced Implementation</dc:creator>
		<pubDate>Tue, 10 Apr 2007 02:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-727</guid>
		<description>[...] Welcome to Part 3 of Tracking Clicks with Google Analytics! Last time I discussed the process and theory behind tracking visitor click data in GA. This technique is primarily used to track non-HTML files and outbound links. In this post we&#8217;ll discuss a quicker, easier way to implement the click tracking. Please make sure you&#8217;ve read Part 2 before reading this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] Welcome to Part 3 of Tracking Clicks with Google Analytics! Last time I discussed the process and theory behind tracking visitor click data in GA. This technique is primarily used to track non-HTML files and outbound links. In this post we&#8217;ll discuss a quicker, easier way to implement the click tracking. Please make sure you&#8217;ve read Part 2 before reading this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Warthan</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-726</link>
		<dc:creator>Brad Warthan</dc:creator>
		<pubDate>Wed, 04 Apr 2007 04:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-726</guid>
		<description>Great write up.  Very useful!</description>
		<content:encoded><![CDATA[<p>Great write up.  Very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://cutroni.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/comment-page-1/#comment-725</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 03 Apr 2007 19:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/03/23/tracking-clicks-with-ga-pt-2-basic-implementation/#comment-725</guid>
		<description>Hi Deborah,

Yes I have!  That&#039;s actually the very next post in the series!

Justin</description>
		<content:encoded><![CDATA[<p>Hi Deborah,</p>
<p>Yes I have!  That&#8217;s actually the very next post in the series!</p>
<p>Justin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
