<?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: Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic</title>
	<atom:link href="http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/</link>
	<description>by Matthew Diehl</description>
	<lastBuildDate>Fri, 06 Jan 2012 02:40:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matthew Diehl</title>
		<link>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/#comment-8457</link>
		<dc:creator>Matthew Diehl</dc:creator>
		<pubDate>Tue, 23 Aug 2011 16:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=480#comment-8457</guid>
		<description>Great tip Stephanie! 

I like the usage of of the $_GET.

There may be a downside to the is_user_logger_in for sites that require registration to access private content though.

Still a great alternative.</description>
		<content:encoded><![CDATA[<p>Great tip Stephanie! </p>
<p>I like the usage of of the $_GET.</p>
<p>There may be a downside to the is_user_logger_in for sites that require registration to access private content though.</p>
<p>Still a great alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/#comment-8354</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 19 Aug 2011 19:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=480#comment-8354</guid>
		<description>You can also do it with PHP conditionals

&lt;?php if ( is_user_logged_in()&#124;&#124;$_GET[&#039;preview&#039;] == &quot;true&quot;) { echo &quot;&lt;!-- tracking removed --&gt;&quot;; } else { ?&gt;

</description>
		<content:encoded><![CDATA[<p>You can also do it with PHP conditionals</p>
<p>&lt;?php if ( is_user_logged_in()||$_GET[&#039;preview&#039;] == &quot;true&quot;) { echo &quot;<!-- tracking removed -->&#8220;; } else { ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Shariat</title>
		<link>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/#comment-216</link>
		<dc:creator>Jeff Shariat</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=480#comment-216</guid>
		<description>Needed this... Thanks!</description>
		<content:encoded><![CDATA[<p>Needed this&#8230; Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

