Matomo QA

Tracking Verification Page

This page exists solely to confirm that your Matomo analytics instance is receiving hits, events, and page-view data correctly. Open your Matomo dashboard in real-time view while interacting below.

⚠ Configuration required before use Edit the Matomo snippet at the top of this file and replace YOUR_MATOMO_URL with your Matomo instance URL and YOUR_SITE_ID with the numeric Site ID found in Administration → Measurables → Manage.
Matomo URL
not set
Site ID
not set
Tracker object
checking…

Fire test events

Events will appear here…

Verification checklist

🔍
Check Real-time visitor log in Matomo
Administration → Diagnostics → Visitor Log should show this page within ~30 s.
🌐
Confirm matomo.js loads (no 404)
Open DevTools → Network, filter by "matomo" and verify both matomo.js and matomo.php return 200.
📡
Verify matomo.php beacon fires
Each event above should produce a POST/GET to matomo.php with an idsite parameter matching your Site ID.
🚫
Disable ad-blocker / privacy extensions
Many blockers intercept matomo.php. Use a clean browser profile or whitelist your domain to rule out false negatives.
🍪
Accept cookies / consent if applicable
If Matomo is configured to require consent, call _paq.push(['rememberConsentGiven']) or enable tracking via your consent manager.