Arnaud73 / ngx-matomo

Matomo (aka. Piwik) web analytics for Angular applications
MIT License
102 stars 47 forks source link

All requests to piwik/matomo are blocked by ad blockers #46

Closed suppadeliux closed 3 years ago

suppadeliux commented 4 years ago

Trying to implement this in my angular application, but I was only able to do it after disabling my ad blocker.

I am using ublock.

Does any body know how to track the visit without having to disable ad blockers?

I saw some threads about this, in the matomo repo, but nothing helped me since I am using ngx-matomo.

thanks

egesu commented 4 years ago

Maybe using same top-level domain for matomo and your website? But this is not an issue about this package.

sbley commented 4 years ago

There is a German post about this here: https://christianmochow.de/beitraege/tools/catch-me-if-you-can-adblocker-umgehen-mit-matomo/ But as said before, this is not an issue of ngx-matomo.

Arnaud73 commented 3 years ago

Sorry for the late answer, but I agree with the previous replies : there is no way from the application or any used library to prevent ad-blockers from doing their job. If you are using an ad-blocker, make sure it is deactivated on the development site you are working on.