Unknown site using our analytics code.

This morning I looked through our google analytics and realized that we have an unknown site using our analytics code; this is because they copied our website design and even used our letter of source code for writing.

Is there any way to filter this site out of our Google analytics, since the data essentially brings our data together.

Greetings

+4
source share
2 answers

You can filter your data.

First, you can figure out what a domain is by adding a secondary β€œHostname” dimension to your content view. If you have a descriptor of which hostnames are using (www.thief.com, thief.com, subdomain.thief.com or something else).

Create a filter (here: http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55494 )

Set a filter to exclude traffic on behalf of a thief.

alt text http://files.droplr.com.s3.amazonaws.com/files/15648633/1x0Cbj.Screen%20shot%202010-08-13%20at%2011%3A43%3A42.png

(There is some information on how this is implemented in this thread: http://groups.google.com/group/analytics-help-basics/browse_thread/thread/051be84cfb20338a?pli=1 )

+3
source

@yahelc, while your instructions are fine, if you look at the documentation, this filter often does not work.

I recommend using Custom Filter / Exclude Filter / Filter Field: The host name where the regular expression pattern can be used

To check your template, go to "Visitor Properties / Network / Host Name" and try in the filter window

0
source

All Articles