Is there a way to get past an adblocker ?

In some video I remember theo telling about some technique/script by which the adblocer can be bypasses. It would be useful for services like posthog and plausible.
Solution:
I am currently using netlify, so could this help https://posthog.com/docs/advanced/proxy/netlify...
Using Netlify redirects as a reverse proxy - Docs - PostHog
Netlify supports redirects and rewrites which we can use as a reverse proxy from an /ingest route. In your netlify.toml file, add a redirect…
Jump to solution
5 Replies
SP33D
SP33D4w ago
You mean you want to integrate some ads but they should never get blocked? thats only possible if you control the ad source
shubhattin
shubhattinOP4w ago
Sorry if my question was not clear. I just meant that the adblockers dont block tracking tools like Google Analytics, Posthog plausible
shubhattin
shubhattinOP4w ago
May be this is the solution I was looking for https://posthog.com/docs/advanced/proxy
Deploying a reverse proxy to PostHog Cloud - Docs - PostHog
A reverse proxy allows you to send events to PostHog Cloud using your own domain. This means that events are less likely to be intercepted by tracking…
shubhattin
shubhattinOP4w ago
Have I got it correct
Solution
shubhattin
shubhattin4w ago
I am currently using netlify, so could this help https://posthog.com/docs/advanced/proxy/netlify
Using Netlify redirects as a reverse proxy - Docs - PostHog
Netlify supports redirects and rewrites which we can use as a reverse proxy from an /ingest route. In your netlify.toml file, add a redirect…

Did you find this page helpful?