https://github.com/simonfrey/matomo_circumvent_adblock
Matomo/Piwik anti adblock php script which help you to circumvent the blocking of your tracking by ad blockers
https://github.com/simonfrey/matomo_circumvent_adblock
matamo php
Last synced: about 1 year ago
JSON representation
Matomo/Piwik anti adblock php script which help you to circumvent the blocking of your tracking by ad blockers
- Host: GitHub
- URL: https://github.com/simonfrey/matomo_circumvent_adblock
- Owner: simonfrey
- License: mit
- Created: 2020-07-06T09:27:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T14:35:20.000Z (over 1 year ago)
- Last Synced: 2025-03-29T09:33:24.787Z (about 1 year ago)
- Topics: matamo, php
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 37
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCAB (Matomo Circumvent AdBlock)
If you are using the standard config of Matomo you are missing out on a lot of potential data on your website. The schema used by Matomo is widely known to AdBlockers and thereby the tracking is not working for visitors of your website using AdBlockers.
## Enterprise Support
If you need help with your Installation or Support with the Setup, I offer Enterprise Support. Please contact me via mcab@simon-frey.com.
## Installation
1) Open a shell on your Matomo server
2) Go into your main Matomo directory
3) Download and unzip mcab `curl -L https://github.com/simonfrey/matomo_circumvent_adblock/releases/download/v1.0/mcab.zip > mcab.zip;unzip mcab.zip;rm mcab.zip;php mjs_cfg.php`
4) Display the javascript snippet you have to add to your site by opening your browser and direct it to `https://[your-matomo-server]/mjs_display_config.php`
## Create config with site url
If you directly want to display the javascript snippet with your siteID (you get in Matomo main interface) attach `?siteID=[your id]` to the display config url:
```
https://[your-matomo-server]/mjs_display_config.php?siteID=[your id]
```
## Issues
If you find any issue, please report them via [Github issues](https://github.com/simonfrey/matomo_circumvent_adblock/issues)
## License
This project is licensed [MIT](https://github.com/simonfrey/matomo_circumvent_adblock/blob/master/LICENSE)