FAQ: Explore analytics for specific pages in more detail
…will show you the pageviews over time. Below this chart, there is a Compare records section. This section enables you to select a second or third row etc, to compare…
…will show you the pageviews over time. Below this chart, there is a Compare records section. This section enables you to select a second or third row etc, to compare…
…If tracking sensitive information, such as IP addresses or user IDs, ensure your practices comply with privacy regulations. Adding Dimensions and Metrics Dimensions and custom dimensions are best used for…
…on website type and user behaviour: Standard websites (blogs, corporate sites, small e-commerce): 10–50 actions per visit Content-heavy sites (news, educational, large e-commerce): 50–150 actions per visit Web applications (SaaS,…
…‘https://matomo.example.com/matomo.php’; var secondaryWebsiteId = YOUR_SITE_ID_HERE; // Also send all of the tracking data to the new Matomo server _paq.push([‘addTracker’, secondaryTracker, secondaryWebsiteId]); It is not necessary to have the same Site…
…report will only include data for the users matching your segment. We’re sending this email report to both bob@example.com and alex@example.com: Under “Display options” is the option to choose whether…
…in this guide, you should already have created an Osano account and have completed the necessary steps to add the consent manager code to your website. Configure Matomo to apply…
…instructions in this guide, you should already have created a Cookiebot account and completed the necessary steps to add the consent manager code to your website. Configure Matomo to apply…
…to load the CSS using an HTTP request. Example: If https://www.example.com is your Matomo tracking domain, then you need to set the header as Access-Control-Allow-Origin: https://www.example.com. Reference: Cross-origin resource sharing….
…code to ensure customer events are not counted twice. Ensure it is removed from every place it exists as well as in the Additional scripts in your checkout settings. Complete…
…The id of your website inside Matomo # production: piwik: id_site: 1 url: piwik-production.example.com use_async: false disabled: false development: piwik: id_site: 1 url: piwik-development.example.com disabled: true use_async: false test: piwik:…