Hacker News new | ask | show | jobs
by seba_dos1 2929 days ago
As somebody who worked in the past on a piece of software that generated heatmaps from cursor movements on websites, I can confirm that it's a very widespread thing. Well, it was ~5 years ago, so I'd guess it's even worse now.
1 comments

How did you use this data? Well, except for bot detection that is. I can't think of a particularly useful way this data can be utilised.
For a non-nefarious use case, it can be used to iterate on the UI to create a better user experience because it can expose areas that people aren't seeing on the webpage. Your site might have the important content or useful navigation in a place that users aren't noticing which causes them to leave the site in frustration.
Yeah, basically this. The data was aggregated and a graphical heatmap was displayed on top of the website, with some fancy accomodation for responsive designs. You could see heatmaps for hovers and for clicks. Customers then optimized their shop flow, adjusted graphics that looked like they were clickable but weren't, moved important content into more visible places, etc.