In Google Analytics under Audience -> Technology -> Network
its possible to see from what Service Provider
a visitor came from. Pretty often when a visitor is sitting on a companies network Google Analytics is able to display that companies name.
What data is it Google Analytics is parsing to archive this? I would like to parse this on my own statistics program as well.
My statistics app runs on Node.js
, how could i parse this in nodejs? Do i get the IP address in node and do something with that?