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...

FAQ: Set up login with SAML authentication

…view: myMatomoserver.whatever.com:1,2,3;myotherserver.com:all admin: myMatomoserver.whatever.com:all;mythirdserver.com:3,4 superuser: myotherserver.com;myotherserver.com/otherMatomo If you don’t want to use URLs in your access attributes, you can use the Special Name For This Matomo Instance setting to specify…

FAQ: How to set up the Matomo Data Warehouse Connector

…this link: https://console.cloud.google.com/bigquery. Enable the BigQuery API and the BigQuery Data Transfer API. In BigQuery Studio (1), open or create a Project linked to a billing account from the selector…

FAQ: How do I Install Matomo with Plesk

…following command in the Command field, edit the command to match your needs first. /opt/plesk/php/8.1/bin/php /var/www/vhosts/domain.com/httpdocs/console core:archive –no-ansi >> /var/www/vhosts/domain.com/logs/cron-matomo-archive.log The path typically for Plesk will be /var/www/vhosts/domain. If you…

FAQ: Set up the Matomo Configuration Variable

…the specified query parameters before storing URLs in reports. If your URLs contain unique tracking parameters: https://example.com/product?id=123&uuid=abcd1234 and https://example.com/product?id=123&uuid=xyz5678, and you exclude uuid, Matomo will track both as: https://example.com/product?id=123. Set…

FAQ: How to Track Google Ads Campaigns with Matomo

…ID identifier. Click Generate URL and depending on the campaign parameters added, your campaign URL will look similar to this: https://your-website.com/?mtm_campaign=Campaign-Name&mtm_kwd=Your-Keyword&mtm_source=google&mtm_medium=paid-search&mtm_content=My-Ad-Headline&mtm_cid=ad12345 If each ad URL is fired by different keywords…

FAQ: Installing Matomo On-Premise

…it instead of FTP as it is much faster: run wget https://builds.matomo.org/matomo.zip && unzip matomo.zip When Matomo is uploaded you can move on to the next step! The 5-minute Matomo…