1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ExcludeCountries.git synced 2024-09-16 12:23:46 +02:00
No description
Find a file
2023-07-22 23:07:03 +02:00
config quick test 2020-08-30 10:57:30 +02:00
screenshots add description 2020-09-01 18:15:48 +02:00
CHANGELOG.md Matomo 5 compatibility 2023-07-22 23:07:03 +02:00
ExcludeCountries.php use correct IP (non-binary) 2020-09-04 13:35:42 +02:00
plugin.json Matomo 5 compatibility 2023-07-22 23:07:03 +02:00
README.md add description 2020-09-01 18:15:48 +02:00
SystemSettings.php add description 2020-09-01 18:15:48 +02:00

Matomo ExcludeCountries Plugin

Description

This plugin allows you to only track visitors from specific countries (or all but specific countries) and discards data from everyone else, reducing the amound of data stored in the database.

You can verify that the plugin works by temporarily enabling tracking debugging and checking the log.

Important Limitations:

  • This plugin needs to check the geolocation while recieving the data. This means that every visit is geolocated twice which might cause (a small amount of) additional server load
  • This plugin depends on your geolocation to be properly set up in Matomo. If the geolocation returns incorrect result, this plugin discards incorrect visitors.