: Is there a way to filter out your own company's IP in Google Analytics? Can you exclude your own public IP? And if there is a way to do that, can you do that via the reports, or just
Can you exclude your own public IP? And if there is a way to do that, can you do that via the reports, or just as an ongoing setting (i.e. will only affect future reports).
More posts by @Sue5673885
3 Comments
Sorted by latest first Latest Oldest Best
It helps to track the IP as a user-defined variable from the start - this requires a server-side tweak to insert the visitor's IP address with the Google Analytics tracking code - example w/PHP:
pageTracker._setVar('<?php echo $_SERVER['REMOTE_ADDR']; ?>');
... you can then filter on the user-defined variable as needed (it's nice to be able to synch analytics activity with activity stored in server logs, too)
Google has an article about How do I exclude my internal traffic from reports?.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.