Exclude your Visits and Own IP address From Google Analytics Reports
Filter managers can be Applied to your Analytics Website profiles.With this feature you can exclude a specific IP address (or a range of IP addresses )from appearing in your Analytics Reports
How do I exclude My Own IP address from appearing in Analytics Reports
You can exclude Visits from a Particular IP address by the following steps :
- From the Analytics Settings page Click on “Filter Manager”
- Click On “Add Filter”.
- Add a Filter name ( e.g “My IP address”)
In the Filter Type select “Exclude traffic from an IP address”.The IP Address Field will automatically show an example IP address.Delete that and Enter your IP address .If your IP address is 127.168.1.1 you need to enter (127\.168\.1\.1)- You can also Specify a range of IP addresses.Know the correct Expression for assigning a range of IP addresses
Add the Website Profile For which you wish to Exclude your IP address and Save the Filter.That’s it.Usually it takes 24 –48 hours to show the Updated data.
But I Use a Dynamic IP address.How do i Exclude My Visits ?
If you use a dynamic Internet Connection ( e.g Wi-fi or WLAN) you can still exclude your Reports
1.Create a New page on your Site and paste the Following code :
<body onLoad=”javascript:pageTracker._setVar(‘test_value’);”>
If you Use WordPress do not create a New page or Post.Create a Normal HTML page using any HTML editor and Upload it to your Root folder.
2.To set the Cookie visit that page from all your Computers that You wish to Exclude.
3.Now Visit your Analytics Account and Create a New filter.Use the Following Settings :
Filter Type: Custom filter > Exclude
Filter Field: User Defined
Filter Pattern: test_value
Case Sensitive: No
4.Do not Give the address of the page to anyone.It’s a private page that only you will access.Visit this page from every Computer that you do not Wish to Track in your Analytics reports.
I have successfully excluded my IP address from my analytics reports.If you face any problems feel free to leave a Comment.



Here’s a way to use the cookie approach in Blogger.
http://mlawire.blogspot.com/2009/07/blogger-exclude-your-visits-from-google.html
@btowers : Thanks for the refrence. Are you sure this works in blogspot blogs ?
@amit: yes, I’m pretty sure it works. If you want to make sure, set it up as I indicated. Then try fetching your URL, but append a query string that only you would use. e.g.,
myblog.blogger.com?testing_cookie
Wait until GA updates stats for that day and see if you can find any requests with that query string. If not, it’s working :)
@ btowers : yes it works. you are a genius !
Any idea how this works using the asynchronous tracking code?
@Udegbunam I think no. Though this is a nice question. I scanned the Google Codes blog and finally found only two ways to do this one as described in the post & the other is by Cookie Content. Use the link below to check on your own. Though, 1 interesting thing is that, you can separate analytics reports for the same domain, each referring to a separate section.
Link 1 :Filtering Internal Traffic
Link 2 :Separate Reporting Using asynchronous tracking code
Thanks man ;)
@Udegbunam Chukwudi You are most welcome.
i have a specefic problem, I want to exclude my internal visitors from participating a survey. I mean only my external customers need to see the survey which comes as a pop up when they visit my home page. how can I prevent the survey poping up from internal customers?