An open API service indexing awesome lists of open source software.

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

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)