Sample limit of Heatmaps

Hi all,
is there a way to increase the Heatmap sample limit?

I thought I could do it adding a new value in config.ini.php as below, but it works just for Session recording.

[HeatmapSessionRecording]
session_recording_sample_limits = "50,100,250,500,1000,2000,5000"

Thank you
Oswaldo

Hi @ograssini
As it is about a premium feature, you can ask the support team: [shop at innocraft dot com]

Then don’t forget to post the solution there :wink:

1 Like

Hi @ograssini ,

Currently, there is no option to increase the sample limit for Heatmaps.

What if I force each page to be recorded except those which contain sensitive information.

_paq.push(['HeatmapSessionRecording::setTrigger', function (config) {
    // config includes for example the ID of a heatmap or a session recording
   return true;
}]);

Reference:

https://developer.matomo.org/guides/heatmap-session-recording/faq

You can test that and see if it helps achieve what you are trying to.