Filters on session recording listing page like hotjar

Like hotjar Is this possible to add more filters on heatmap session recording listing page?

Hi Ratnesh,

Yes you can apply filters to Heatmaps and Session Recordings using Segments.

-> For more information about Segments please check here: Segmentation - Compare segments of visitors - Analytics Platform - Matomo

Please let me know if you need any further assistance

Apart from Segmentation I want to add new filters like date filter. For this I am refering Hotjar Filter feature. Is this possible in matomo.

Hi Ratnesh,

Apologies for my delayed reply.

The date function is not currently implemented for session recordings.

You will be able to apply a date based filter by using our chronological segments, I have listed the specific segments below:

visitEndServerDate	Server time - date (End of visit)
Example values: 2018-12-31, 2018-03-20, ...
visitEndServerDayOfMonth	Server time - day of month (End of visit)
Example values: 0, 1, 2, 3, ..., 29, 30, 31
visitEndServerDayOfWeek	Server time - day of week (End of visit)
Example values: 1, 2, 3, 4, 5, 6, 7
visitEndServerDayOfYear	Server time - day of year (End of visit)
Example values: 1, 2, 3, 4, ..., 365, 366
visitServerHour	Server time - hour (End of visit)
Example values: 0, 1, 2, 3, ..., 20, 21, 22, 23
visitStartServerHour	Server time - hour (Start of visit)
Example values: 0, 1, 2, 3, ..., 20, 21, 22, 23
visitEndServerMinute	Server time - minute (End of visit)
Example values: 0, 1, 2, 3, ..., 56, 57, 58, 59
visitStartServerMinute	Server time - minute (Start of visit)
Example values: 0, 1, 2, 3, ..., 56, 57, 58, 59
visitEndServerMonth	Server time - month (End of visit)
Example values: 1, 2, 3, ..., 11, 12
visitEndServerQuarter	Server time - quarter (End of visit)
Example values: 1, 2, 3, 4
visitEndServerSecond	Server time - second (End of visit)
Example values: 0, 1, 2, 3, ..., 58, 59
visitEndServerWeekOfYear	Server time - week of year (End of visit)
Example values: 1, 2, 3, 4, ..., 51, 52, 53
visitEndServerYear	Server time - year (End of visit)
Example values: 2016, 2017, 2018, ..., 9998, 9999

Please be aware that some of these segments were not introduced until Matomo 3.4.0. For a list of all our segments look here :Segmentation: API Reference - Matomo Analytics (formerly Piwik Analytics) - Developer Docs - v3

Date based filtering for Session Recording similar to that available in Heatmaps will be implemented in a future release of Matomo.

Please let me know if you have any further questions on this topic or Matomo.

Thanks,

Jason