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).
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
Google has an article about How do I exclude my internal traffic from reports?. |
|||
|
|
|
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:
... 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) |
|||
|
|
|
You can exclude your own IP. You can add it under filters (not sure if that link will work). I don't know if it applies to past data, though. I also don't see anywhere for applying it to reports. If you see your numbers change immediately then I guess it does. |
|||||||
|