0

I have a website with pages that scroll very far with lots of images on them. Each user that logs in sees a different set of images.

I'd like to record how long the users stay on each portion of the page so I can see which images they're most interested in. For instance, "image 1 stayed visible for 10 seconds", "image 2 stayed visible for 15 seconds", then send these messages back to the server.

What's a good way to do this? Ideally the solution would be able to tell if the image is actually visible, not on a tab that's currently not in the foreground, etc.

Updated: would be great if this includes either a technique that could be used (a little javascript?) or a free tool.

4

1 回答 1

1

如果页面布局是静态的(每次图像都以相同的顺序),您是否考虑过像Crazy Egg这样的服务?如果您对与图像交互的用户感兴趣,它具有滚动映射以及鼠标和单击热图。

我认为没有办法检测页面是否在前台选项卡中,尽管将滚动地图与鼠标事件相关联可以让我们了解用户是否处于活动状态。

于 2013-07-27T01:52:07.910 回答