Hacker News new | ask | show | jobs
by sitepodmatt 3171 days ago
Oh nice, tell me more about proxying to GA, do you just change some hostname config in the ga universal js snippet to point to your forwarding proxy? how does GA know end user IP as it will be your proxy forwarders normally?
1 comments

You basically report the data to your own servers and then relay whatever subset you like to google using their “measurement protocol”: https://developers.google.com/analytics/devguides/collection...
Interesting, what do you use on the client-side to pick up browser information (resolution etc..)?