Application Insights 中用户流和渠道功能之间的区别

Difference between User Flows and Funnels features in Application Insights

Azure Application Insights 有两个不同的功能,称为 User Flows and Funnels

用户流程的文档状态:

The User Flows tool starts from an initial page view, custom event, or exception that you specify. Given this initial event, User Flows shows the events that happened before and afterward during user sessions. Lines of varying thicknesses show how many times each path was followed by users.

对于漏斗

If your application involves multiple stages, you need to know if most customers are progressing through the entire process, or if they are ending the process at some point. The progression through a series of steps in a web application is known as a funnel. You can use Azure Application Insights Funnels to gain insights into your users and monitor step-by-step conversion rates.

问题:

这两个特征看起来很相似,尤其是当我看到这些陈述时,即使它们是不同的:

  1. ...用户遵循每条路径的次数...
  2. ...您需要知道大多数客户是否在整个过程中取得进展,或者他们是否在某个时刻结束了过程...

如果用户有任何重复性事件(例如在网站上执行具有完全相同步骤的流程)时您想做出决定,它们是否可以互换使用

感谢任何澄清,谢谢!

我想说这两个功能有相似之处,但也有不同之处。借助用户流功能,您可以更精细地分析您网站上的单个用户旅程,而使用漏斗旨在为您提供相关指标的汇总视图,例如用户转化率和用户流失百分比,并且在这些情况下了解用户在漏斗的哪一步下降,这样您就可以增强您的网站以留住更多用户并避免任何下降。我会在您的网站上有一个您希望用户遵循的特定工作流程(例如收集数据(评论、特定信息等)的表格)的情况下使用漏斗。用户流是您可以在任何网站中使用的东西了解您的网站访问者的不同用户流,因此您可以更改以将用户重定向到您网站上访问量较少的其他部分。