Archive for Web Analytics

More Filters for Google Analytics

Avinash Kaushik wrote a great post last week about “Actionable Web Analytics Tips“, where he talks about Segmentation, Site Search and Quantifying Economic Value.  Many Online Marketers knows about the importance of segmentation but usually don’t find the time to define their web analytics tool to help them track and understand their users’ behavior. That’s why I decided to bring you this awesome list of how to create a filter in GA, a huge thanks goes to Search Engine Guide, great timing guys!

  1. Creating a Google Analytics filter for Image Search – Yoast
  2. PPC Keywords Filter for Google Analytics – E-Nor
  3. 5 Must Have Google Analytics Filters – Search Marketing Ads
  4. Basic Google Analytics Filter: Track Site Sub domains – Marshall Ball
  5. Stop Google Analytics From Stealing Your Valuable Adwords Keyword Data – Get Elastic
  6. Need the IP address of your visitors in Google Analytics Reports? Is it possible? – Merkados
  7. Track SEO rankings with Google Analytics – Yoast
  8. Custom Filters for GA: Part 3d – Luna Metrics
  9. Filters for GA Part 4c: Cascading Custom Advanced Filters – Luna Metrics
  10. Know What Your Customers Want: Analyze Internal Search Data With Google Analytics – Conversation Marketing
  11. Filtering Yahoo Mail and Live Mail in Google Analytics – 100 Dollar SEO
  12. Google Analytics Keyword Filters – Schawel Consulting
  13. 7 Google Analytics Filters To Help Understand Your Visitors – Doted Guru
  14. Google Analytics Filter to Remove Trailing Slashes – Splike
  15. Some Basic Information About Lowercase Filters – ROI Revolution
  16. Google Analytics Regex Filter Tester – Analytics Experts
  17. Tracking social networks with Google Analytics using filters – Brian Clifton
  18. How To Create a Filter Google Analytics Help

Google Analytics Tracking Code Update

Google Analytics have just updated their tracking code snippet. GA team simply wanted to add some error handling to the JavaScript, so that if something goes wrong users will not see a warning message.

script-error1

The new snippet is shown below, with the additional code in bold:

<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>

<script type=”text/javascript”>
try {
var pageTracker = _gat._getTracker(“UA-50020-1″);
pageTracker._trackPageview();
} catch(err) {}
</script>

Google Analytics Segmentation

I’ve made this starters’ list of basic Google Analytics profile segmentation, simply create a new profile and add a new filter.

Include Returning Visitors Only:

returning-traffic-only

Include New Visitors Only:

new-traffic-only

Include PPC Traffic Only:

ppc-traffic-only

Include Organic Traffic Only:

organic-traffic-only

That’s it, very simple, if you have any suggestions or more segmentation ideas please comment below.