Application Insight Analytics-查询客户端浏览器和设备 [英] Application Insight Analytics - Query Client Browser and Device

查看:88
本文介绍了Application Insight Analytics-查询客户端浏览器和设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道如何查询Azure App Insight以获取客户端设备上的分析吗?还是操作系统?我似乎能够获得有关客户所在国家/地区的良好统计信息,但无法获得设备上的数据

anyone knows how to query Azure App Insight to get analytics on client devices ? or OS ? I seem to be able to get good stats on Client countries but not devices

推荐答案

您应该在现有查询中使用 client_CountryOrRegion ,将其替换为 client_Browser 或其他必需的数据模型.

You should have used client_CountryOrRegion in your existing queries, replace it with client_Browser Or other required data models.

以下是一些我用来在浏览器上查看摘要的查询.

Here are some queries I used to see summary on browsers..

pageViews | summarize count() by client_Browser

browserTimings | summarize avg(networkDuration), avg(processingDuration), avg(totalDuration) by name 

有关更多数据模型的参考,请参见:https://docs.microsoft.com/zh-CN/azure/application-insights/app-insights-export-data-model

For more data model ref: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-export-data-model

这篇关于Application Insight Analytics-查询客户端浏览器和设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆