Mobile app version of vmapp.org
Login or Join
BetL925

: Can mouse location be used to know if the user is going to leave a web page? I was checkout out an ecommerce site. I scrolled down on a product page then moved my mouse towards the top

@BetL925

Posted in: #Analytics #AnalyticsEvents #Ecommerce #Users

I was checkout out an ecommerce site. I scrolled down on a product page then moved my mouse towards the top of the screen as if I am leaving the web site then suddenly I got a popup promotion "Wait don't go....". This got me thinking "Did they just detect I was about to leave the page?". I didn't click on anything. Then I was thinking this is an interesting way of doing real time analytics and decision making from mouse movements. It's easy using javascript to know where the mouse pointer is every millisecond. From these x,y values, one can detect if the user is about to go to the address bar or close the browser tab. An indication the user is about to leave the page. This whole thing could have been just a timing coincidence.

My question is.. is this type of mouse location real time reading being used to forecast what the user might be doing? I haven't read anything about this. (I am aware of page heatmaps but that's a different issue)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

As much as this idea is interesting, I'd have to say no.

The reason is because we have to look at every device in existence, and since desktops are still in use today, one could still have a very old computer and use the old-fashioned lynx web browser to browse web pages, and I'm pretty sure in that browser you'll have a hard time detecting mouse movements. I don't think it even supports Javascript.

Also, many web browsers today support keyboard shortcuts that allow for common tasks to be performed. For example the backspace key (which I use) can be used to return to the previous page when the focus (a.k.a. the blinking cursor) is not on the text box.

Having said that, it's possible someone clicks a box with a mouse then starts typing, then clicks 100 random blank spots on the page and then hits backspace to return to the previous page, and because of this, its hard to capture if the mouse location can indicate that a user is leaving a page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme