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

…Matomo server: _paq.push([‘setTrackerUrl’, u+’matomo.php’]); _paq.push([‘setSiteId’, YOUR_SITE_ID_HERE]); To add a second tracking URL to Matomo, we can add the following code below it: var secondaryTracker = ‘https://matomo.example.com/matomo.php’; var secondaryWebsiteId = YOUR_SITE_ID_HERE;…

FAQ: Create and schedule a report

…select any of your existing Custom Segment and the scheduled report will only include data for the users matching your segment. We’re sending this email report to both bob@example.com and…

FAQ: Post-deploy checklist for your Matomo instance

…releases) https://builds.matomo.org (for the one-click update to work) https://plugins.matomo.org (for the Marketplace) https://github.com https://geolite.maxmind.com ☐ The crontab entry is created on at least one server and runs successfully. When the…

FAQ: What is Campaign Tracking?

…the websites and search engines that refer traffic to your site. However, this standard type of referral tracking doesn’t work for all traffic types. Emails are one common example where…

FAQ: How to build campaign tracking URLs

…https://example.com/?mtm_campaign=secret_list&utm_source=private_supplier&utm_content=john_smith How Matomo manages MTM and UTM parameters in one URL When constructing URLs that contain both MTM and UTM parameters for the same property (e.g., mtm_campaign=invest_webinar&utm_campaign=invest_tips), the MTM parameter…