FAQ: How do I track how many users open and read my newsletter emails (using a pixel / beacon)?

…following HTML image code in your newsletter: <img src=”https://matomo.example.com/matomo.php?idsite=YOUR_MATOMO_WEBSITE_ID&rec=1&bots=1&url=https%3A%2F%2Fexample.com%2Femail-opened%2Fnewsletter_XYZ&action_name=Email%20opened&mtm_campaign=internal%20email%20name&mtm_keyword=newsletter_XYZ” style=”border:0;” alt=”” /> Once you add this code in your newsletters, when your users open and read the newsletter, it will…

Analytics for digital agencies

…key insights that could have brought great returns to your clients. TRY IT FOR FREE The game changer with Matomo – a complete analytics tool that helps you figure out…

Blog: Track API calls in Node.js with Matomo

…’http://mywebsite.com/piwik.php’); // Matomo works with absolute URLs, so you have to provide protocol and hostname var baseUrl = ‘http://example.com‘; // Track a request URL: piwik.track(baseUrl + req.url); Of cause you…

FAQ: Start tracking with a WordPress.com site that cannot use plugins

…src=”https://matomo.example.org/matomo.php?idsite={$IDSITE}&rec=1″ style=”border:0″ alt=”” /> <!– End Matomo –> 6. Replace https://analytics.example.com with your Matomo URL, for example https://mysite.matomo.cloud. It should now look like this: 7. Replace {$IDSITE} with your Matomo…