Awards
…best free and open-source software the world has to offer to businesses, IT professionals, and productive individuals who rely on computers to get work done.” Best Open-Source Enterprise Web Analytics…
…best free and open-source software the world has to offer to businesses, IT professionals, and productive individuals who rely on computers to get work done.” Best Open-Source Enterprise Web Analytics…
…Try Matomo for Free Get the web insights you need, without compromising data accuracy. Start for free No credit card required Usability and familiar metrics The move to event tracking…
…of rows in individual reports (see feature request). To change number of rows from the default of 23 rows to for example 50 rows, please edit your config/config.ini.php file and…
Table of contents Frequently Asked Questions Thank you for purchasing premium features on behalf of your customer. To help you with this process please read the following guide. Creating an…
…« visits overview » and « goals », for example) will include the evolution graph to give some historical context about website traffic and performance: Email reports (PDF or HTML…
…the Matomo tracking code on the page, replace it with the updated tracking code: <!– Matomo –> <!– SAMPLE CODE – DO NOT COPY THIS –> <!– COPY THE TRACKING…
…page. Try Matomo for Free Get the web insights you need, without compromising data accuracy. Start for free No credit card required 2. Heatmaps Heatmaps is a behaviour analytics tool…
…components. Customisation: Combining a CMP with Tag Manager allows you to customise consent workflows and triggers, and configure tracking for different regions. Compliance: With the CMP and Tag Manager correctly…
…improving the Service. The Company may also collect registration and other information about you through the Company websites. The Company collection and use of information collected on the Company websites…
…much acts like a Controller: public function createLdapUser($idSite, $login, $password) { Matomo::checkUserHasAdminAccess($idSite); $this->checkLogin($login); $this->checkPassword($password); $myModel = new LdapModel(); $success = $myModel->createUser($idSite, $login, $password); return $success; } This is not only…