Archive for the ‘Search Engine Optimisation’ Category

June 23rd, 2009How to prevent unauthorised domains affecting your Google Analytics reports

We recently discovered that not only had someone copied our entire site design and code, they hadn’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.

The workaround was fairly simple, all we had to do is add a custom ‘include’ filter on the profile settings page within Analytics.

google-analytics-filters

The code you need

Simply add a ‘Custom filter’ with the following settings:

Filter Type include
Filter Field hostname
Filter Pattern yourdomain\.com
Case Sensitive no

Don’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.

Copyright © 2009 Hayden Digital. Blog powered by WordPress