Hi Sam,
I can see the information panel on the bottom left of the page and the save mouse clicks and touch screen taps option and the draw heat map options are enabled (I can tell by viewing the page source). So the heat map should be displayed. Is there any heat map data being saved in the backend?
I can see the saving of mouse clicks and touch screen taps is working using F12 developers tools. Here is a sample AJAX call request: with the following data:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]</em
x=182&y=378&url=http%3A%2F%2Fwww.gubbagardensheds.co.nz%2F%3FdrawHeatMap%3Dtrue&width=1349&isTap=false&zoomLevel=1&devicePixelRatio=1
I can also see a request to retrieve the heat map data with the following:
url=http%3A%2F%2Fwww.gubbagardensheds.co.nz%2F%3FdrawHeatMap%3Dtrue&width=1349&zoomLevel=1&devicePixelRatio=1&clickTapId=null
But nothing is returned… In the request there’s clickTapId=null however this is usually blank. If you change it to clickTapId=655 to view one mouse click it works.
See here https://www.gubbagardensheds.co.nz/?drawHeatMap=true&clickTapId=655
I’m not sure why it has value “null”. I am going to release a fix shortly. Thanks for finding this bug.
Daniel.