ograssini
(Oswaldo)
October 20, 2021, 1:19pm
1
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
1 Like
karthik
(Karthik Rajendran)
October 27, 2021, 9:14pm
3
Hi @ograssini ,
Currently, there is no option to increase the sample limit for Heatmaps.
Naser_Aslam
(hafiznaseraslam92@gmail.com)
December 7, 2022, 5:12pm
4
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
V.K
(V)
December 8, 2022, 10:45pm
5
You can test that and see if it helps achieve what you are trying to.