Mobile app version of vmapp.org
Login or Join
Jamie184

: Why would someone log everything you do on their website? I was searching on Google and I clicked on 1 of the ads related to my search, I noticed on that website that every time I do something

@Jamie184

Posted in: #Analytics #Logging

I was searching on Google and I clicked on 1 of the ads related to my search, I noticed on that website that every time I do something like scrolling or selecting text there is a request sent to a file called log.php and the request submits the timestamp, the event type dom.stream, the page url, and some events like the following:

[{"timestamp":1378835757,"event_type":"dom.scroll","x":0,"y":559},
{"timestamp":1378835757,"event_type":"dom.scroll","x":0,"y":570},
{"timestamp":1378835758,"event_type":"dom.scroll","x":0,"y":629},
{"timestamp":1378835758,"event_type":"dom.scroll","x":0,"y":747},
{"timestamp":1378835763,"event_type":"dom.movement","cursor_x":"1239","cursor_y":"1018"},
{"timestamp":1378835763,"event_type":"dom.movement","cursor_x":"842","cursor_y":"985"},
{"timestamp":1378835763,"event_type":"dom.movement","cursor_x":"841","cursor_y":"985"},
{"timestamp":1378835763,"event_type":"dom.movement","cursor_x":"663","cursor_y":"1054"},
{"timestamp":1378835764,"event_type":"dom.movement","cursor_x":"661","cursor_y":"1054"},
{"timestamp":1378835764,"event_type":"dom.movement","cursor_x":"459","cursor_y":"1125"},
{"timestamp":1378835764,"event_type":"dom.movement","cursor_x":"414","cursor_y":"1143"},
{"timestamp":1378835764,"event_type":"dom.movement","cursor_x":"261","cursor_y":"1174"},
{"timestamp":1378835766,"event_type":"dom.movement","cursor_x":"263","cursor_y":"1177"},
{"timestamp":1378835766,"event_type":"dom.movement","cursor_x":"596","cursor_y":"1116"},
{"timestamp":1378835766,"event_type":"dom.movement","cursor_x":"596","cursor_y":"1115"},
{"timestamp":1378835766,"event_type":"dom.movement","cursor_x":"1074","cursor_y":"967"},
{"timestamp":1378835766,"event_type":"dom.movement","cursor_x":"1189","cursor_y":"947"}]


also the request sends the visitor id and the referrer, all of these are sent with everything I do on the website.

This is the first time I see something like this, and I'm wondering if it's for legit purposes or not ? and how does it help the site webmaster ?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

That kind of information is collected for website usability testing. There is a strong correlation between where the mouse moves and where users read (many users move the mouse near what they are reading).

Knowing where the mouse goes and what users click on gives webmasters a good sense of what users find important and what most draws their attention on the site. With that knowledge, the website can be improved to make the important parts stand out better.

Packages that do this type of logging are typically marketed to webmasters as "visitor recording", "heatmap analysis", or "hotzone mapping". The kinds of questions that this data might typically try to answer are:


Why do users not add products to the shopping cart when they visit a page?
How many users read to the end of the article?
Is this button being used?
What doesn't get used/read on this page that can be eliminated?


Here is an example heatmap that might be generated using this data:

Image licensed Attribution-ShareAlike 2.0 Generic by Beantin webbkommunikation

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme