FAQ: How to build campaign tracking URLs

…as values for each of the campaign tracking elements, you will want to plan ahead to ensure they are useful. In general, you want to make sure that you use…

FAQ: Implement event tracking with Matomo

…under href. You can extend HTML links with the JavaScript onClick function so they look a little something like this: <a href=”mailto:name@example.com” title=”Email Us” onclick=”_paq.push([‘trackEvent’, ‘Contact’, ‘Email Link Click’, ‘name@example.com’]);”>Email…

FAQ: Configure the Element Visibility Trigger

…an action. Form visibility and interaction: Detect when a contact or signup form enters the viewport, helping measure form exposure before submission. Add the Element Visibility Trigger In your Tag…

Senior Product Owner – SaaS 100% Remote

…available in 50+ languages and supported by a global, fully remote community with strong hubs in New Zealand, Europe, and Canada. Why Join Matomo? Join a mission-driven company committed to…

FAQ: Set up User ID tracking in Matomo

…a little something like this: <!– Matomo –> <script type=”text/javascript”> var _paq = window._paq = window._paq || []; _paq.push([‘setUserId’, ‘USER_ID_HERE’]); _paq.push([‘trackPageView’]); _paq.push([‘enableLinkTracking’]); (function() { var u=”//{$MATOMO_URL}/”; _paq.push([‘setTrackerUrl’, u+’matomo.php’]); _paq.push([‘setSiteId’, {$IDSITE}]);…