Matomo is Free Open-Source Software

…projects we’re involved in https://github.com/matomo-org/ Projects such as: Matomo core (GPL3.0) https://github.com/matomo-org/matomo Matomo Analytics for WordPress https://github.com/matomo-org/wp-matomo Matomo Tag Manager https://github.com/matomo-org/tag-manager Matomo Mobile app for Android and iOS: https://github.com/matomo-org/matomo-mobile-2  Device Detector (LGPL) https://github.com/matomo-org/device-detector  Referrer spam blacklist…

FAQ: Setting up accurate visitors geolocation

…accurate. Also, if you’re using the free database, your results won’t be as complete and accurate as the commercial ones. If you feel this additional accuracy would be helpful to…

Blog: Making Matomo UI faster

…public initialization methods in your Piwik_Plugin class with the following signature function getCssFiles( $notification ) { } See https://github.com/piwik/piwik/blob/0.8/plugins/CoreHome/CoreHome.php#L37 function getJsFiles( $notification ) { } See https://github.com/piwik/piwik/blob/0.8/plugins/CoreHome/CoreHome.php#L50 3) Declare the…

Blog: Track API calls in Node.js with Matomo

…’http://mywebsite.com/piwik.php’); // Matomo works with absolute URLs, so you have to provide protocol and hostname var baseUrl = ‘http://example.com‘; // Track a request URL: piwik.track(baseUrl + req.url); Of cause you…

FAQ: Manage users

…you could put mydomain.com in the website filter and select At least View in the access filter to see which websites under *.mydomain.com the user had access to: This search…

Blog: Your introduction to personally identifiable information: What is PII?

…We encourage every business and website to take data privacy seriously and discuss these issues with your lawyer if you have any concerns. Additional resources: https://www.consumeraffairs.com/finance/identity-theft-statistics.html#identity-theft-trends-in-2019 https://ec.europa.eu/info/law/law-topic/data-protection_en https://iclg.com/practice-areas/data-protection-laws-and-regulations/usa https://www.csoonline.com/article/3215864/how-to-protect-personally-identifiable-information-pii-under-gdpr.html https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/key-definitions/what-is-personal-data/…