How do I disable the tracking of all heatmaps and session recordings for a specific site?
You can prevent the tracking of any activities by calling _paq.push(['HeatmapSessionRecording::disable']);
in your website’s analytics tracking code. This is especially useful when you want to record activities only for some of your websites, but not for all of them.