<?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: 8 Google Analytics Sins: Are You Guilty?</title>
	<atom:link href="http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/</link>
	<description>#1 Subscribed Ecommerce Blog</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:25:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Small Business Ecommerce Link Digest - June 6, 2008</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13989</link>
		<dc:creator>Small Business Ecommerce Link Digest - June 6, 2008</dc:creator>
		<pubDate>Fri, 06 Jun 2008 17:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13989</guid>
		<description>[...] up &#8220;8 Stupid Things Webmasters Do To Mess Up Their Analytics&#8221;. As Linda shares at Get Elastic, she&#8217;s trying to win the Marketing Pilgrim SEM Scholarship contest with this one. So read her [...]</description>
		<content:encoded><![CDATA[<p>[...] up &#8220;8 Stupid Things Webmasters Do To Mess Up Their Analytics&#8221;. As Linda shares at Get Elastic, she&#8217;s trying to win the Marketing Pilgrim SEM Scholarship contest with this one. So read her [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Billingsley</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13987</link>
		<dc:creator>Jason Billingsley</dc:creator>
		<pubDate>Thu, 05 Jun 2008 00:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13987</guid>
		<description>RE: filter 2...

2. Clear User Defined
User Defined: (.*)
User Defined: (not set)


Should the second user defined entry be in the Output To -&gt; Constructor field and should the value contain the brackets or not?

re: filter 4...

The comment display area is too small and cut it off: end of the regex is =([^&amp;]*)

plus...

shouldn&#039;t there be a comma between $A1 ($B3) ?


If I get this working nicely, I will create a full tutorial on it for everyone with a screencast (with Phil getting full credit).</description>
		<content:encoded><![CDATA[<p>RE: filter 2&#8230;</p>
<p>2. Clear User Defined<br />
User Defined: (.*)<br />
User Defined: (not set)</p>
<p>Should the second user defined entry be in the Output To -> Constructor field and should the value contain the brackets or not?</p>
<p>re: filter 4&#8230;</p>
<p>The comment display area is too small and cut it off: end of the regex is =([^&#038;]*)</p>
<p>plus&#8230;</p>
<p>shouldn&#8217;t there be a comma between $A1 ($B3) ?</p>
<p>If I get this working nicely, I will create a full tutorial on it for everyone with a screencast (with Phil getting full credit).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13985</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 04 Jun 2008 10:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13985</guid>
		<description>Jason,

You can easily create a new GA profile to test the  custom filter without effecting your main GA profile.

One of the drawbacks of using the JavaScript “Sleuth” on-page method; is that it effects all profiles, not just individual ones.

---- Filter method (needs to be add in order)

1. Include PPC only visits
Include only filter
Campaign Medium (cpc&#124;ppc)

2. Clear User Defined
User Defined: (.*)
User Defined: (not set)

3. Campaign Term &gt; User Defined
Campaign Term (.*)
User Defined $A1

4. User Defined + Referral Keyword &gt; User Defined
User Defined: (.*)
Referral: (\?&#124;&amp;)(q&#124;p&#124;query&#124;qs&#124;qt&#124;encquery&#124;k&#124;rdata&#124;searchExpr&#124;szukaj&#124;terms&#124;text&#124;wd)=([^&amp;]*)
User Defined: $A1 ($B3)

5. User Defined to lowercase
Lowercase: User-Defined

The above is an adaptation of this post: http://www.ga-experts.com/blog/2006/11/how-to-get-detailed-ppc-keyword-data-from-google-analytics/

---- JavaScript “Sleuth” method

For details read:
http://www.roirevolution.com/blog/2008/02/exact_keyword_tracking_with_gajs.html

---- Which to Choose?

I checked some of the GAAC sites and only ROI revolutions uses this method. Even Brian Clifton`s website (advanced-web-metrics.com) does not use the JavaScript method, so voting with GAAC feet = custom filter wins by about 20 to 1.

---- Other points

I am still experimenting with these so I can not approve them yet…

*  Using 2 trackers and 2 user defined fields
firstTracker._setVar(&quot;actual_search_keyword_here&quot;);
secondTracker._setVar(&quot;customer_segmentation_data_here&quot;);

* Keyword funnel script this stores the first and last keyword/referrer. This helps overcome first click wins problems in GA and is useful for monitoring effect of branding campaigns, aswell as
viewing keywords higher up the users buying process.
http://www.ga-experts.com/keywordTracker.js (urchin.js version)

Thanks for the offer of guest post, I am flattered :-) However, I would need to end ties with my current employer in order to be able post openly. So for the time being it is necessary for me to post as myself, not representing any organisation.

Phil.</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>You can easily create a new GA profile to test the  custom filter without effecting your main GA profile.</p>
<p>One of the drawbacks of using the JavaScript “Sleuth” on-page method; is that it effects all profiles, not just individual ones.</p>
<p>&#8212;- Filter method (needs to be add in order)</p>
<p>1. Include PPC only visits<br />
Include only filter<br />
Campaign Medium (cpc|ppc)</p>
<p>2. Clear User Defined<br />
User Defined: (.*)<br />
User Defined: (not set)</p>
<p>3. Campaign Term &gt; User Defined<br />
Campaign Term (.*)<br />
User Defined $A1</p>
<p>4. User Defined + Referral Keyword &gt; User Defined<br />
User Defined: (.*)<br />
Referral: (\?|&amp;)(q|p|query|qs|qt|encquery|k|rdata|searchExpr|szukaj|terms|text|wd)=([^&amp;]*)<br />
User Defined: $A1 ($B3)</p>
<p>5. User Defined to lowercase<br />
Lowercase: User-Defined</p>
<p>The above is an adaptation of this post: <a href="http://www.ga-experts.com/blog/2006/11/how-to-get-detailed-ppc-keyword-data-from-google-analytics/" rel="nofollow">http://www.ga-experts.com/blog/2006/11/how-to-get-detailed-ppc-keyword-data-from-google-analytics/</a></p>
<p>&#8212;- JavaScript “Sleuth” method</p>
<p>For details read:<br />
<a href="http://www.roirevolution.com/blog/2008/02/exact_keyword_tracking_with_gajs.html" rel="nofollow">http://www.roirevolution.com/blog/2008/02/exact_keyword_tracking_with_gajs.html</a></p>
<p>&#8212;- Which to Choose?</p>
<p>I checked some of the GAAC sites and only ROI revolutions uses this method. Even Brian Clifton`s website (advanced-web-metrics.com) does not use the JavaScript method, so voting with GAAC feet = custom filter wins by about 20 to 1.</p>
<p>&#8212;- Other points</p>
<p>I am still experimenting with these so I can not approve them yet…</p>
<p>*  Using 2 trackers and 2 user defined fields<br />
firstTracker._setVar(&#8220;actual_search_keyword_here&#8221;);<br />
secondTracker._setVar(&#8220;customer_segmentation_data_here&#8221;);</p>
<p>* Keyword funnel script this stores the first and last keyword/referrer. This helps overcome first click wins problems in GA and is useful for monitoring effect of branding campaigns, aswell as<br />
viewing keywords higher up the users buying process.<br />
<a href="http://www.ga-experts.com/keywordTracker.js" rel="nofollow">http://www.ga-experts.com/keywordTracker.js</a> (urchin.js version)</p>
<p>Thanks for the offer of guest post, I am flattered <img src='http://www.getelastic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  However, I would need to end ties with my current employer in order to be able post openly. So for the time being it is necessary for me to post as myself, not representing any organisation.</p>
<p>Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda Bustos</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13983</link>
		<dc:creator>Linda Bustos</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13983</guid>
		<description>@Phil,

Yup, that was golden. Thanks for sharing your tips and you really should identify yourself with a website for recognition!

I agree with Jason, we could make an entire post out of your comment.</description>
		<content:encoded><![CDATA[<p>@Phil,</p>
<p>Yup, that was golden. Thanks for sharing your tips and you really should identify yourself with a website for recognition!</p>
<p>I agree with Jason, we could make an entire post out of your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Billingsley</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13981</link>
		<dc:creator>Jason Billingsley</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13981</guid>
		<description>@ Phil

Fantastic comment. If there was a contest for best follow up comment, this gets my vote.

RE:
* When using ppc - not recording actual search keyword by using a custom filter e.g $A3 in (\?&#124;&amp;)(q&#124;p)=([^&amp;]*)

I have seen a few solutions for this (and this is a MAJOR issue) but have yet to implement any. The ones I have seen required using a modified version of the tracking script. Can you elaborate on this filter method for us or point us to a descriptive post (or get a hold of us and do a guest post!)?</description>
		<content:encoded><![CDATA[<p>@ Phil</p>
<p>Fantastic comment. If there was a contest for best follow up comment, this gets my vote.</p>
<p>RE:<br />
* When using ppc &#8211; not recording actual search keyword by using a custom filter e.g $A3 in (\?|&#038;)(q|p)=([^&#038;]*)</p>
<p>I have seen a few solutions for this (and this is a MAJOR issue) but have yet to implement any. The ones I have seen required using a modified version of the tracking script. Can you elaborate on this filter method for us or point us to a descriptive post (or get a hold of us and do a guest post!)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13979</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 02 Jun 2008 13:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13979</guid>
		<description>Linda, I would add…

* Forgetting to tag links in email campaigns
* Forgetting to separate navigational searches from search engine keyword, by using a custom filter for Direct Search or on page addIgnoredOrganic
* Not changing keywords and url`s to lowercase (GA groups &quot;KEYWORD&quot; and &quot;keyword&quot; differently)
* Allowing log spam by not adding an including only hostname: (www\.&#124;)mydomain\.com
* When using ppc - not recording actual search keyword by using a custom filter e.g $A3 in (\?&#124;&amp;)(q&#124;p)=([^&amp;]*) and
* Forgetting to manually tag paid search landing pages in yahoo and msn.
* Not segmenting visitors by type (e.g return visitors behave differently to new visitors, or Hunters behave differently to Browsers http://tinyurl.com/4x2k73 )

When installing:
* mixing urchin &amp; ga.js
* Forgetting to tracking mailto: clicks
* Forgetting to tag links between 2 domains or links to/from an externally hosted shopping cart.

Note: here is a better example of an exclude multiple IP`s in GA: ^(xxx\.xxx\.xxx\.xx1&#124;xxx\.xxx\.xxx\.xx2)$

IP exclusion only works if the user has a static IP (most home ISP`s are dynamic) and the cookie exclusion you mention uses up the user-defined field in GA. This empty field is far better used for customer segmentation.

Personally, I recommend using snipurl.com or tinyurl.com to create a link to http://www.mydomain.com/index.htm?utm_source=Exclude_My_Visit&amp;utm_nooverride=1 then just excluding Campaign Source: &quot;Exclude_My_Visit&quot; this will last for 6 months or until cookies are cleared.

Phil.</description>
		<content:encoded><![CDATA[<p>Linda, I would add…</p>
<p>* Forgetting to tag links in email campaigns<br />
* Forgetting to separate navigational searches from search engine keyword, by using a custom filter for Direct Search or on page addIgnoredOrganic<br />
* Not changing keywords and url`s to lowercase (GA groups &#8220;KEYWORD&#8221; and &#8220;keyword&#8221; differently)<br />
* Allowing log spam by not adding an including only hostname: (www\.|)mydomain\.com<br />
* When using ppc &#8211; not recording actual search keyword by using a custom filter e.g $A3 in (\?|&amp;)(q|p)=([^&amp;]*) and<br />
* Forgetting to manually tag paid search landing pages in yahoo and msn.<br />
* Not segmenting visitors by type (e.g return visitors behave differently to new visitors, or Hunters behave differently to Browsers <a href="http://tinyurl.com/4x2k73" rel="nofollow">http://tinyurl.com/4&#215;2k73</a> )</p>
<p>When installing:<br />
* mixing urchin &amp; ga.js<br />
* Forgetting to tracking mailto: clicks<br />
* Forgetting to tag links between 2 domains or links to/from an externally hosted shopping cart.</p>
<p>Note: here is a better example of an exclude multiple IP`s in GA: ^(xxx\.xxx\.xxx\.xx1|xxx\.xxx\.xxx\.xx2)$</p>
<p>IP exclusion only works if the user has a static IP (most home ISP`s are dynamic) and the cookie exclusion you mention uses up the user-defined field in GA. This empty field is far better used for customer segmentation.</p>
<p>Personally, I recommend using snipurl.com or tinyurl.com to create a link to <a href="http://www.mydomain.com/index.htm?utm_source=Exclude_My_Visit&amp;utm_nooverride=1" rel="nofollow">http://www.mydomain.com/index.htm?utm_source=Exclude_My_Visit&amp;utm_nooverride=1</a> then just excluding Campaign Source: &#8220;Exclude_My_Visit&#8221; this will last for 6 months or until cookies are cleared.</p>
<p>Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13977</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 01 Jun 2008 08:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13977</guid>
		<description>vertical forward integration - increase value for customer i mean - and later sell nice packages- could be good for google - theyve got such huge base of customers. i ddnt know about anaytics.. they could go for all user experience management platforms, and after maybe on demand CRMs (here maybe they would have to improve their reputation for privacy of data)..

dont you think that thier user interface assuming popularity of google is one of the wose in the world - lack of interface to access all sevices added for the individual user</description>
		<content:encoded><![CDATA[<p>vertical forward integration &#8211; increase value for customer i mean &#8211; and later sell nice packages- could be good for google &#8211; theyve got such huge base of customers. i ddnt know about anaytics.. they could go for all user experience management platforms, and after maybe on demand CRMs (here maybe they would have to improve their reputation for privacy of data)..</p>
<p>dont you think that thier user interface assuming popularity of google is one of the wose in the world &#8211; lack of interface to access all sevices added for the individual user</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franz</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13975</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Sun, 01 Jun 2008 04:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13975</guid>
		<description>Excellent writeup, hope you win!  I lingered and didn&#039;t bounce  :)</description>
		<content:encoded><![CDATA[<p>Excellent writeup, hope you win!  I lingered and didn&#8217;t bounce  <img src='http://www.getelastic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Palmer</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13973</link>
		<dc:creator>Justin Palmer</dc:creator>
		<pubDate>Fri, 30 May 2008 22:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13973</guid>
		<description>It was a great article Linda. I read it, Sphunn it, and Stumbled it. Good luck!</description>
		<content:encoded><![CDATA[<p>It was a great article Linda. I read it, Sphunn it, and Stumbled it. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda Bustos</title>
		<link>http://www.getelastic.com/8-google-analytics-sins-are-you-guilty/comment-page-1/#comment-13971</link>
		<dc:creator>Linda Bustos</dc:creator>
		<pubDate>Fri, 30 May 2008 21:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.getelastic.com/?p=1653#comment-13971</guid>
		<description>Thanks John, and thanks for the comment on the MP article too :)</description>
		<content:encoded><![CDATA[<p>Thanks John, and thanks for the comment on the MP article too <img src='http://www.getelastic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
