visual-studio - 从各个页面捕获自定义事件

标签 visual-studio azure azure-application-insights custom-events azure-analysis-services

我使用 azure 应用程序见解设置了我的应用程序,并且我正在捕获整个应用程序中的自定义事件,有些事件可以从多个页面触发。所以我想知道在 azure 仪表板中是否有任何方法可以按页面分隔事件?

例如-下载按钮可以从搜索页面和收藏页面触发

那么有什么方法可以让搜索页面中的事件单独显示并且与集合页面相同?

我是 Azure 应用洞察的新手,非常感谢您的帮助。

我当前的自定义事件如下 enter image description here

逐页阅读​​事件非常困难。

谢谢。

最佳答案

there are events that can be triggered from multiple pages.So I am wondering is there any way in azure dashboard I could segregate events by page ?

我建议您可以在过滤器中选择特定的事件名称和操作名称来实现您的目标:

enter image description here

您还可以在 Application Insights Analytics 中隔离事件.

enter image description here

So is there any way I could have events from Search Page shown individually and same with collections page ?

您可以通过选择特定事件名称来过滤事件:

enter image description here

关于visual-studio - 从各个页面捕获自定义事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49390067/

相关文章:

swift - 通过NotificationHub向特定设备或用户发送推送通知

azure - 禁用在发布设置上将诊断数据发送到应用程序见解

c# - 如何防止 Visual Studio 显示应用程序洞察提醒?

c# - Azure Functions v2 的 HttpClientFactory 的可用性

azure - 通过 REST API 获取 iothub 注册设备

azure - 在 Kusto 中搜索/替换

visual-studio - Visual Studio 2015 - 无法从工作项描述字段打开指向工作项的链接

c# - 是否可以从具有值的运行时对象自动生成对象初始化代码?

visual-studio - 通过 NuGet 获取的 MVVM Light - 未找到 RelayCommand.cs

c++ - 在 VS2012 上将数据成员数组元素初始化为零?