FAQ: Migrating from Google Tag Manager

Table of contents The process of migrating Side by side comparison Basic migration examples Example 1: Scroll trigger Example 2: Custom HTML variable Example 3: Custom JavaScript variable So, you…

FAQ: Segment Usage in Matomo Cloud

Introduction: Matomo Cloud, a powerful analytics platform, offers users the ability to create segments for data analysis and filtering. However, it’s important to understand the segment quota limitations, especially in…

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}]);…

Analytics for news and media companies

…gather and drive content strategy, it’s imperative you have 100% data ownership so information and user privacy is protected. TRY IT FOR FREE If your followers come to your site…

FAQ: Implement event tracking with Matomo

…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 Us</a> As you can see above,…