top of page

How Extellio's data differ from Matomo

  • Dec 11, 2025
  • 1 min read

If you have made direct comparisons between your data in Extellio's new analytics (Beta) and our old analytics (Matomo), you may have noticed that there are some minor differences. All data is still collected via Matomo, but as it goes through our database, we are calculating some of the numbers differently from Matomo. Here's the full list.


Visit time

Matomo doesn't (automatically) track the time spent on exit pages. The default time is 0 sec. In the Extellio analytics, all visit times of 0 sec have been excluded, which makes our average visit times higher than in Matomo.


You can implement a heartbeat timer feature via JavaScript to measure the time on exit pages too.


Visits per day

Matomo counts visits per day as all visits that ended that day. We define it as all visits that started that day. Your visit counts will therefore differ slightly between Legacy and Beta. 


Page views

Unlike Matomo, we ignore all query parameters and only look at the path. Our grouping of page URLs is therefore a bit wider compared to Matomo, and can result in more page views in some instances.

However, the total number of page views is the same.


Average page load time

This should be a sum of all the other loading times that you can find under "Performance", however, this is not the case in Matomo. We have sent a bug report to Matomo regarding this. We calculate the average page load time according to the definition given by Matomo.

Related Posts

See All
How to use RegEx

There are many uses for RegEx, but in the Extellio platform, it can be used to create segments. Here are some examples of how you can use RegEx for your segments. Visit entry URL = .*(support|sales).*

 
 
Turn user actions into insights with events

Let's start with what an event is In simple terms, an event is just something a user does that can be measured. It could be clicking a button, opening a menu or using a product filter - any action yo

 
 
Add E-commerce

To measure Ecommerce performance in Extellio, you need to add tracking to the key moments of your customer’s purchase journey. By placing Extellio’s JavaScript tracking snippets on your product pages,

 
 
bottom of page