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…

Blog: How to track Google Ads campaigns with Matomo

…this: https://your-website.com/, your campaign URL will then look like this after adding the campaign parameters: https://your-website.com/?pk_campaign=Name-Of-Your-Campaign&pk_kwd=Your-Keyword&pk_source=google&pk_medium=cpc&pk_content=My-Ad-Headline&pk_cid=abc_1234567 As each ad URL can be fired by different keywords and can correspond 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: What do the different rule types mean?

…way you want. Note: All comparisons are performed case-insensitive. This means a value matches a rule no matter if the domain is written for example www.Example.com or www.example.com. For all…

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…