<?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 error pages from Wordpress</title>
	<atom:link href="http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/</link>
	<description>Companion site for the book Advanced Web Metrics with Google Analytics by Brian Clifton</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:50:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Suresh</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/comment-page-1/#comment-7311</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 06 Aug 2008 05:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=103#comment-7311</guid>
		<description>I was missing that tracking error page on my site, but after reading this useful post and implementing to track error page in wordpress script, now I am able to track easily. Thanks for sharing this awesome post.</description>
		<content:encoded><![CDATA[<p>I was missing that tracking error page on my site, but after reading this useful post and implementing to track error page in wordpress script, now I am able to track easily. Thanks for sharing this awesome post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/comment-page-1/#comment-6865</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Thu, 19 Jun 2008 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=103#comment-6865</guid>
		<description>Jeffery: That&#039;s a good point, though you can also see this by clicking through on the page link in question in your reports and viewing the Navigation Summary report.

Thaks for the feedback.</description>
		<content:encoded><![CDATA[<p>Jeffery: That&#8217;s a good point, though you can also see this by clicking through on the page link in question in your reports and viewing the Navigation Summary report.</p>
<p>Thaks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Staub</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/comment-page-1/#comment-6858</link>
		<dc:creator>Jeffrey Staub</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=103#comment-6858</guid>
		<description>Good Stuff. I have also found that it is great to know the referring page that led to the 404 so that you can trouble shoot the issue.  The use of the document.referrer variable works. I use the following code which could be modified:


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-xxxxxx-x&quot;);
pageTracker._initData();
pageTracker._trackPageview(&quot;/404/?page-not-found=&quot; + document.location.pathname + document.location.search + &quot;&amp;page-linked-from=&quot; + document.referrer);


Great book by the way!</description>
		<content:encoded><![CDATA[<p>Good Stuff. I have also found that it is great to know the referring page that led to the 404 so that you can trouble shoot the issue.  The use of the document.referrer variable works. I use the following code which could be modified:</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-xxxxxx-x&#8221;);<br />
pageTracker._initData();<br />
pageTracker._trackPageview(&#8220;/404/?page-not-found=&#8221; + document.location.pathname + document.location.search + &#8220;&amp;page-linked-from=&#8221; + document.referrer);</p>
<p>Great book by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/comment-page-1/#comment-6696</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Mon, 02 Jun 2008 19:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=103#comment-6696</guid>
		<description>Joost: That&#039;s a very good point. Having a clear messeage as to what the error is, plus presenting options to the visitor so they have an alternative is a great way to recover the user experience session.</description>
		<content:encoded><![CDATA[<p>Joost: That&#8217;s a very good point. Having a clear messeage as to what the error is, plus presenting options to the visitor so they have an alternative is a great way to recover the user experience session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://www.Advanced-Web-Metrics.com/blog/2008/06/02/tracking-error-pages-from-wordpress/comment-page-1/#comment-6690</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Mon, 02 Jun 2008 10:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=103#comment-6690</guid>
		<description>A twist on the same theme... this is an alternative script using variables available in the DOM rather than the GATC:

&lt;img src=&quot;http://www.advanced-web-metrics.com/images/wordpress-error-code.gif&quot; alt=&quot;Wordpress error code alternative&quot; /&gt;

[Remember to change the value of &lt;em&gt;domain.com&lt;/em&gt; in the script to your real domain name].

I prefer this method as it not effected by any changes that may take place for GATC.</description>
		<content:encoded><![CDATA[<p>A twist on the same theme&#8230; this is an alternative script using variables available in the DOM rather than the GATC:</p>
<p><img src="http://www.advanced-web-metrics.com/images/wordpress-error-code.gif" alt="Wordpress error code alternative" /></p>
<p>[Remember to change the value of <em>domain.com</em> in the script to your real domain name].</p>
<p>I prefer this method as it not effected by any changes that may take place for GATC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
