FAQ: How do I send tracking requests to two or more Matomo servers?

‘https://matomo.example.com/matomo.php’; var secondaryWebsiteId = YOUR_SITE_ID_HERE; // Also send all of the tracking data to the new Matomo server _paq.push([‘addTracker’, secondaryTracker, secondaryWebsiteId]); It is not necessary to have the same Site…

FAQ: Create and schedule a report

…report will only include data for the users matching your segment. We’re sending this email report to both bob@example.com and alex@example.com: Under “Display options” is the option to choose whether…

FAQ: Blank Heatmaps in Matomo

…to load the CSS using an HTTP request. Example: If https://www.example.com is your Matomo tracking domain, then you need to set the header as Access-Control-Allow-Origin: https://www.example.com. Reference: Cross-origin resource sharing….

Blog: Integrate Matomo into your Rails Application

…The id of your website inside Matomo # production: piwik: id_site: 1 url: piwik-production.example.com use_async: false disabled: false development: piwik: id_site: 1 url: piwik-development.example.com disabled: true use_async: false test: piwik:…