<?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: Make GA Data Quality Suck Less!</title>
	<atom:link href="http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/feed/" rel="self" type="application/rss+xml" />
	<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/</link>
	<description>Untangling the world of web analytics</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:37:49 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</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/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1441</link>
		<dc:creator>Justin Cutroni</dc:creator>
		<pubDate>Fri, 08 May 2009 23:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1441</guid>
		<description>Great idea Martin, thanks!</description>
		<content:encoded><![CDATA[<p>Great idea Martin, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Leblanc</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1440</link>
		<dc:creator>Martin Leblanc</dc:creator>
		<pubDate>Tue, 05 May 2009 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1440</guid>
		<description>Hi Justin

Great post.

Another thing that could be added to the list is a filter that replace %20 with whitespace or the other way around. Of course whitespaces shouldn&#039;t be in URLs but when they do, they show up differently if the visitors use Firefox and Internet explorer.

/Martin</description>
		<content:encoded><![CDATA[<p>Hi Justin</p>
<p>Great post.</p>
<p>Another thing that could be added to the list is a filter that replace %20 with whitespace or the other way around. Of course whitespaces shouldn&#8217;t be in URLs but when they do, they show up differently if the visitors use Firefox and Internet explorer.</p>
<p>/Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#160; Webanalist… it’s a dirty job!&#160;&#124;&#160;Webanalisten.nl</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1439</link>
		<dc:creator>&#160; Webanalist… it’s a dirty job!&#160;&#124;&#160;Webanalisten.nl</dc:creator>
		<pubDate>Wed, 26 Nov 2008 23:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1439</guid>
		<description>[...] ‘Data quality sucks, let’s just get over it!&#8217;, proberen te redden wat er te redden valt (‘Make data quality suck less&#8217;) en hebben een tas vol munitie paraat om de belangrijke schuldvraag af te [...]</description>
		<content:encoded><![CDATA[<p>[...] ‘Data quality sucks, let’s just get over it!&#8217;, proberen te redden wat er te redden valt (‘Make data quality suck less&#8217;) en hebben een tas vol munitie paraat om de belangrijke schuldvraag af te [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1438</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 17 Nov 2007 21:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1438</guid>
		<description>Ward,

Using the carrot depends on your IP address.  If the IP address starts with two characters, like this:

12.123.123.123

then you ABSOLUTELY MUST use the carrot.  The reason is that if you do not use the carrot, your IP regular expression will match ANY IP address that has a digit BEFORE the 12.  That means the following IPs will match your reg ex:

112.123.123.123
212.123.123.123

Thanks for the question and thanks for reading the blog!

Justin</description>
		<content:encoded><![CDATA[<p>Ward,</p>
<p>Using the carrot depends on your IP address.  If the IP address starts with two characters, like this:</p>
<p>12.123.123.123</p>
<p>then you ABSOLUTELY MUST use the carrot.  The reason is that if you do not use the carrot, your IP regular expression will match ANY IP address that has a digit BEFORE the 12.  That means the following IPs will match your reg ex:</p>
<p>112.123.123.123<br />
212.123.123.123</p>
<p>Thanks for the question and thanks for reading the blog!</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1437</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 17 Nov 2007 21:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1437</guid>
		<description>Hi Rhonda,

Unfortunately the on site search processing happens before filters are applied to the data.  That means that we can not use filters to manipulate the reports.  The only way to manipulate the data in the on site search reports is programatically.  I&#039;ve wirtten a bit about it &lt;a href=&quot;http://www.epikone.com/blog/2007/10/16/ga-on-site-search-pt-1-overview-setup/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Thanks for the comment and thanks for reading.

Justin</description>
		<content:encoded><![CDATA[<p>Hi Rhonda,</p>
<p>Unfortunately the on site search processing happens before filters are applied to the data.  That means that we can not use filters to manipulate the reports.  The only way to manipulate the data in the on site search reports is programatically.  I&#8217;ve wirtten a bit about it <a href="http://www.epikone.com/blog/2007/10/16/ga-on-site-search-pt-1-overview-setup/" rel="nofollow">here</a>.</p>
<p>Thanks for the comment and thanks for reading.</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhoda Schueller</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1436</link>
		<dc:creator>Rhoda Schueller</dc:creator>
		<pubDate>Sun, 11 Nov 2007 14:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1436</guid>
		<description>Hi Justin,
I&#039;ve recently set up the site search on the art site I work on for a client. As the keywords used in the site search began to be listed I noticed many of them either had a capital letter as a first letter or all the letters were capitals. So I was interested in using the lowercase filter to remove the capitals from the site search phrases. The regular keywords used to reach the site are all lowercase already. So I was excited to follow your lowercase filter example. However, it didn&#039;t change the case of the site search keyword phrases. Is there another filter to make the change with?

Thanks for the help.
Rhoda Schueller</description>
		<content:encoded><![CDATA[<p>Hi Justin,<br />
I&#8217;ve recently set up the site search on the art site I work on for a client. As the keywords used in the site search began to be listed I noticed many of them either had a capital letter as a first letter or all the letters were capitals. So I was interested in using the lowercase filter to remove the capitals from the site search phrases. The regular keywords used to reach the site are all lowercase already. So I was excited to follow your lowercase filter example. However, it didn&#8217;t change the case of the site search keyword phrases. Is there another filter to make the change with?</p>
<p>Thanks for the help.<br />
Rhoda Schueller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ward</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1435</link>
		<dc:creator>Ward</dc:creator>
		<pubDate>Fri, 09 Nov 2007 22:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1435</guid>
		<description>Hi Justin,

Thanks for that post - good stuff! I had a question about the ip filter - I have been doing this for a while for a bunch of IPs corresponding to different offices around the country. Is it really necessary to have the caret ^ at the front of the match? I wonder if i have been screwing this up all this time.

Thanks,
W</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Thanks for that post &#8211; good stuff! I had a question about the ip filter &#8211; I have been doing this for a while for a bunch of IPs corresponding to different offices around the country. Is it really necessary to have the caret ^ at the front of the match? I wonder if i have been screwing this up all this time.</p>
<p>Thanks,<br />
W</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1434</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 07 Nov 2007 02:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1434</guid>
		<description>Thanks Avinash!</description>
		<content:encoded><![CDATA[<p>Thanks Avinash!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Kaushik</title>
		<link>http://cutroni.com/blog/2007/11/06/make-ga-data-quality-suck-less/comment-page-1/#comment-1433</link>
		<dc:creator>Avinash Kaushik</dc:creator>
		<pubDate>Tue, 06 Nov 2007 17:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/2007/11/06/make-ga-data-quality-suck-less/#comment-1433</guid>
		<description>Excellent post Justin. Hopefully this is already included in your most excellent e-book that everyone should buy ten copies of!

Thanks, really enjoyed the actionability of this post.

-Avinash.</description>
		<content:encoded><![CDATA[<p>Excellent post Justin. Hopefully this is already included in your most excellent e-book that everyone should buy ten copies of!</p>
<p>Thanks, really enjoyed the actionability of this post.</p>
<p>-Avinash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: cutroni.com @ 2012-02-07 03:14:01 -->
