Discussion: Adblockers and using a proxy for analytics
Thank you for this awesome package!
We are currently testing both Fathom and Plausible for analytics tracking using Nextjs and Vercel.
Plausible makes it easy to setup a proxy to avoid being blocked by ad blockers. Adblockers and using a proxy for analytics. The client package even has this built in for nextJs.
I know this package is meant to be platform agnostic but this is an issue for all platforms.
Would you consider (if even possible) implementing features that let you set the path to the fathom script.
Script: https://<yourdomain.com>/js/script.js -> https://cdn.usefathom.com/script.js
Event: https://<yourdomain.com>/api/event -> [I don't know the endpoint fathom users for events]
Thanks for your time :)