<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>youlove.us &#187; analytics</title>
	<atom:link href="http://youlove.us/blog/tag/analytics/feed" rel="self" type="application/rss+xml" />
	<link>http://youlove.us/blog</link>
	<description>gorgeous design and beautiful code</description>
	<lastBuildDate>Mon, 16 Nov 2009 02:16:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to prevent unauthorised domains affecting your Google Analytics reports</title>
		<link>http://youlove.us/blog/how-to-prevent-unauthorised-domains-affecting-your-google-analytics-reports</link>
		<comments>http://youlove.us/blog/how-to-prevent-unauthorised-domains-affecting-your-google-analytics-reports#comments</comments>
		<pubDate>Tue, 23 Jun 2009 10:01:53 +0000</pubDate>
		<dc:creator>Chris Wheeler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://youlove.us/blog/?p=319</guid>
		<description><![CDATA[<p>We recently discovered that not only had someone copied our entire site design and code, they hadn&#8217;t even bothered to change the tracking code, so their hits were being counted in our Google Analytics account, which was making a mess&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>We recently discovered that not only had someone copied our entire site design and code, they hadn&#8217;t even bothered to change the tracking code, so their hits were being counted in our Google Analytics account, which was making a mess of our reports.</p>
<p>The workaround was fairly simple, all we had to do is add a custom &#8216;include&#8217; filter on the profile settings page within Analytics.</p>
<p><img src="http://youlove.us/blog/wp-content/uploads/GA-Filter.jpg" alt="GA-Filter" title="GA-Filter" width="537" height="553" class="aligncenter size-full wp-image-320" /></p>
<h2>The code you need</h2>
<p>Simply add a &#8216;Custom filter&#8217; with the following settings:</P></p>
<table>
<tbody>
<tr>
<th>Filter Type</th>
<td>include</td>
</tr>
<tr>
<th>Filter Field</th>
<td>hostname</td>
</tr>
<tr>
<th>Filter Pattern</th>
<td>yourdomain\.com</td>
</tr>
<tr>
<th>Case Sensitive</th>
<td>no</td>
</tr>
</tbody>
</table>
<p>Don&#8217;t forget to escape the dots in your domain name with a backslash, as this string will be parsed as a Regular Expression by Google, and an un-escaped . character will match any character.</p>
]]></content:encoded>
			<wfw:commentRss>http://youlove.us/blog/how-to-prevent-unauthorised-domains-affecting-your-google-analytics-reports/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
