我可以使用什么分析工具来跟踪用户点击的内容

时间:2022-11-27 15:17:02

Please advise what tool can I use to track what user is exactly clicking i.e. click-streams – to view the actual click-stream of each visitor.

请告知我可以使用什么工具来跟踪用户正在点击的内容,即点击流——以查看每个访问者的实际点击流。

I came across "rail stat" but it seems outdated (09'). I also saw "clicky" but am unsure if I can see click streams with it?

我遇到了“铁路调度员”,但似乎已经过时了(09年)。我还看到了“clicky”,但我不确定是否可以看到点击流。

So what other analytic tool can I use to view click streams?

那么我还能用什么分析工具来查看点击流呢?

Every answer would be greatly appreciated!

感谢您的回答!

2 个解决方案

#1


4  

You could try the "event tracking" part of google analytics which allows you to track interactions with your site (clicks etc etc) rather than just the normal per-page.

您可以尝试谷歌分析的“事件跟踪”部分,该部分允许您跟踪与站点的交互(点击等),而不仅仅是普通的页面。

Here is a snippet from the Event Tracking docs:

以下是事件跟踪文档的片段:

Event Tracking Overview

事件跟踪概述

Event Tracking is a method available in the ga.js tracking code that you can use to record user interaction with website elements, such as a Flash-driven menu system. This is accomplished by attaching the method call to the particular UI element you want to track. When used this way, all user activity on such elements is calculated and displayed as Events in the Analytics reporting interface. Additionally, pageview calculations are unaffected by user activity tracked using the Event Tracking method. Finally, Event Tracking employs an object-oriented model that you can use to collect and classify different types of interaction with your web page objects.

事件跟踪是ga中可用的一种方法。js跟踪代码,可用于记录用户与网站元素的交互,如flash驱动的菜单系统。这是通过将方法调用附加到要跟踪的特定UI元素来实现的。使用这种方法时,将计算这些元素上的所有用户活动,并在分析报告界面中显示为事件。此外,pageview计算不受用户活动的影响,使用事件跟踪方法跟踪。最后,事件跟踪使用了一个面向对象的模型,您可以使用它来收集和分类与web页面对象的不同类型的交互。

By contrast, tracking web page objects using the urchin.js tracking code requires virtual URL creation and provides no object hierarchy. With the legacy urchin.js code, user interaction with page objects is calculated and displayed as part of total page views to your site, and no distinction is made between actual and virtual pageviews.

相比之下,使用urchin跟踪web页面对象。js跟踪代码需要创建虚拟URL,不提供对象层次结构。遗留的海胆。js代码,用户与页面对象的交互被计算并显示为站点的页面视图的一部分,并且在实际的和虚拟的页面视图之间没有区别。

With ga.js, you would commonly apply Event Tracking to:

ga。js,您通常会将事件跟踪应用到:

  • Any Flash-driven element, like a
  • 任何flash驱动的元素,比如a
  • Flash website, or a Flash Movie player
  • Flash网站,或者Flash电影播放器
  • Embedded AJAX page elements
  • 嵌入式AJAX页面元素
  • Page gadgets
  • 产品页
  • File downloads Load times for data
  • 文件下载数据的加载时间

#2


1  

Another option is Open Web Analytics, which includes an option to both record a user's DOM stream for later playback and to record a heat map.

另一个选项是Open Web Analytics,它包括一个选项,既可以记录用户的DOM流以便稍后回放,也可以记录一个热度图。

OWA is a standalone PHP app that is able to monitor multiple domains. It is under active development with version 1.5 out any day now.

OWA是一个独立的PHP应用程序,可以监控多个域。它目前正在积极开发中,1.5版的任何一天。

HTH

HTH

#1


4  

You could try the "event tracking" part of google analytics which allows you to track interactions with your site (clicks etc etc) rather than just the normal per-page.

您可以尝试谷歌分析的“事件跟踪”部分,该部分允许您跟踪与站点的交互(点击等),而不仅仅是普通的页面。

Here is a snippet from the Event Tracking docs:

以下是事件跟踪文档的片段:

Event Tracking Overview

事件跟踪概述

Event Tracking is a method available in the ga.js tracking code that you can use to record user interaction with website elements, such as a Flash-driven menu system. This is accomplished by attaching the method call to the particular UI element you want to track. When used this way, all user activity on such elements is calculated and displayed as Events in the Analytics reporting interface. Additionally, pageview calculations are unaffected by user activity tracked using the Event Tracking method. Finally, Event Tracking employs an object-oriented model that you can use to collect and classify different types of interaction with your web page objects.

事件跟踪是ga中可用的一种方法。js跟踪代码,可用于记录用户与网站元素的交互,如flash驱动的菜单系统。这是通过将方法调用附加到要跟踪的特定UI元素来实现的。使用这种方法时,将计算这些元素上的所有用户活动,并在分析报告界面中显示为事件。此外,pageview计算不受用户活动的影响,使用事件跟踪方法跟踪。最后,事件跟踪使用了一个面向对象的模型,您可以使用它来收集和分类与web页面对象的不同类型的交互。

By contrast, tracking web page objects using the urchin.js tracking code requires virtual URL creation and provides no object hierarchy. With the legacy urchin.js code, user interaction with page objects is calculated and displayed as part of total page views to your site, and no distinction is made between actual and virtual pageviews.

相比之下,使用urchin跟踪web页面对象。js跟踪代码需要创建虚拟URL,不提供对象层次结构。遗留的海胆。js代码,用户与页面对象的交互被计算并显示为站点的页面视图的一部分,并且在实际的和虚拟的页面视图之间没有区别。

With ga.js, you would commonly apply Event Tracking to:

ga。js,您通常会将事件跟踪应用到:

  • Any Flash-driven element, like a
  • 任何flash驱动的元素,比如a
  • Flash website, or a Flash Movie player
  • Flash网站,或者Flash电影播放器
  • Embedded AJAX page elements
  • 嵌入式AJAX页面元素
  • Page gadgets
  • 产品页
  • File downloads Load times for data
  • 文件下载数据的加载时间

#2


1  

Another option is Open Web Analytics, which includes an option to both record a user's DOM stream for later playback and to record a heat map.

另一个选项是Open Web Analytics,它包括一个选项,既可以记录用户的DOM流以便稍后回放,也可以记录一个热度图。

OWA is a standalone PHP app that is able to monitor multiple domains. It is under active development with version 1.5 out any day now.

OWA是一个独立的PHP应用程序,可以监控多个域。它目前正在积极开发中,1.5版的任何一天。

HTH

HTH