When we talk about data in Matomo we often distinguish between RAW data, and report data. (You might also hear report data called aggregated data or archived data.)

RAW data (unprocessed data)

RAW data is the tracking information gathered from your site and stored in your Matomo database. Each time a visitor visits your site, tracking information is sent to Matomo. The tracking request sent to Matomo looks like this:

https://example.matomo.cloud/matomo.php?action_name=mygreat%20site&idsite=99&rec=&r=559493&h=16&m=48&s=39&url=http%3A%2F%2Fmygreatsite.co.nz%2F&_id=87bf440272c6619e&_idn=0&_refts=0&cs=windows-1252&send_image=0&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=1920x1080&pv_id=6BsfOO&pf_net=20&pf_srv=25&pf_tfr=1&pf_dm1=68

This HTTPS request contains all the relevant information about your visitor like the page URL, page title, browser type, device, visit time plus much more depending on the request. Learn more in FAQ: what data does Matomo track?

This data is split up and then stored in your Matomo database. As you can imagine with thousands or millions of visits this can consume a lot of space. The data is then archived and aggregated into report data. After this has happened the RAW data is usually redundant as the relevant information is now in the report data. However the RAW data is still used when you create segments of your users. You can configure Matomo to delete old RAW data (unprocessed data).

To view the RAW data in Matomo, go to Matomo > Visitors > Real-time. Other reports such as heatmaps and session recording also rely on RAW data.

The simplest description is you can consider the RAW data the the raw material of a cake, flour, eggs sugar etc.

Report data (archived data)

Report data (the cake) is derived from your RAW data. Once the reports are created and the RAW data has been removed it is not possible to deconstruct the report data to create RAW data. However, Matomo can keep the report data forever. RAW data could potentially be kept forever also but due to the amount of space this would require it is not entirely practical and generally not required.

Report data can be found in the reports in the Matomo left hand navigation menu (most left menu links will show report data).

You can configure Matomo to delete old Report data (archived data).

What issues arise if the RAW data is not available?

Please see the section in this FAQ called: What is the impact of deleting historical RAW data?