Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a way to keep one's IP excluded from Google Analytics logs even when it occasionally changes ? I'm asking because even if I was informed that my IP changed I would still find boring to go each time in GA to update the IP.

share|improve this question
Does the IP address change within a certain range? If it does, you can add the range to GA. – jk. Jul 13 '11 at 19:32
Haven't thought about that, thanks! – Mike Jul 16 '11 at 9:49

1 Answer

The best way to do that is using a blocking cookie. You'll have to execute some js code from your domain and create a filter in analytics:

http://support.google.com/googleanalytics/bin/answer.py?hl=en&answer=55481

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.