TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Recommendations for web analytics tool to analyze user behavior?

5 点作者 kaptain超过 10 年前
I&#x27;m interested in understanding better HOW our users are using our product. One possible tool to use is Inspectlet; I like it because it creates a playback video of the user&#x27;s behavior.<p>My preference, though, would be something similar to a traditional approach where you pepper your front-end code with calls to something like:<p>mixpanel.track(&quot;This event&quot;)<p>The reason why Mixpanel isn&#x27;t ideal for us is that it tracks events but NOT sequences of events. I&#x27;d like a timeline of my user behavior to understand better the paths they attempted or the tasks they they are trying to accomplish.<p>What are some of the tools you use to monitor this? I&#x27;ve looked at all of different tools already:<p>clicky Google Analytics Heap Inspectlet MixPanel Clicktale

2 条评论

matm超过 10 年前
Heap (where I work) built a feature that addresses this exact use-case: <a href="https://heapanalytics.com/features/users" rel="nofollow">https:&#x2F;&#x2F;heapanalytics.com&#x2F;features&#x2F;users</a>. Is that what you had in mind?
roryg超过 10 年前
Amplitude does event tracking and has event flows, which sound s like what you&#x27;re looking for. Also has individual user timelines of events. <a href="https://amplitude.com/docs#event-flows" rel="nofollow">https:&#x2F;&#x2F;amplitude.com&#x2F;docs#event-flows</a>