Monitor where request come from [closed]

I’m looking to monitor where the people who are viewing my site come from in real time, is there a program or a tool that allows me to view a world map and blink where the city or country where the request is coming from?

Answer

Google Analytics has a realtime location view that’ll let you drill down to country (and state/city in some areas).

enter image description here

If you want to do it yourself, you’ll have to combine GeoIP and some web development.

Attribution
Source : Link , Question Author : SNB , Answer Author : ceejayoz

Leave a Comment