APIs Guide: Analytics API

This page is a hub space linking to the Analytics API guides. There are two main APIs in Matomo Analytics Web API: used to request all Matomo reports and to manage (add, update, delete) websites, users, permissions, email reports, etc. T...

Signup Check Email

Check your email We sent an activation link to your email If you need help, contact support. Check your email You will receive an email with your trial activation link…

FAQ: How do I upgrade an installed plugin?

…your server when your server executes code (Commonly a server will execute commands as either www-data or apache). sudo chown -R www-data:www-data /var/www/html/matomo/plugins/HeatmapSessionRecording/ Fix the permissions of the files and…

FAQ: How to configure ‘open_basedir’ for Matomo to enhance security?

…file (e.g., /etc/php/7.x/fpm/pool.d/www.conf): php_admin_value[open_basedir] = “/srv/www/matomo:/tmp” Using .htaccess (if allowed) If your server allows .htaccess configurations for PHP settings, you can add: php_value open_basedir “/srv/www/matomo:/tmp” What happens if a plugin…

FAQ: How to track your subscription business with Matomo

…our JavaScript tracker, you can track this kind of information like this: _paq.push([‘trackEvent’, var category = ‘Subscription’, var action = ‘signup‘, var name = subscriptionId, var signupRevenue = 50]); Similarly…