streamcamel / torso

Front-end
1 stars 0 forks source link

Bypass Google Analytics Adblocker through nginx proxy #130

Open robinlavallee opened 3 years ago

robinlavallee commented 3 years ago

Some ideas here: https://gist.github.com/paivaric/211ca15afd48c5686226f5f747539e8b Basically, we don't need the client to reach Google Analytics, the client can reach our domain instead, and it will be proxied back to Google Analytics.

robinlavallee commented 3 years ago

A more complete article explaining the steps: https://www.freecodecamp.org/news/save-your-analytics-from-content-blockers-7ee08c6ec7ee/