问题标签 [ms-app-analytics]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure-application-insights - 如何使用 Application Insights Analytics 计算 DAU/MAU?
假设我有一个用户的定义,我可以计算所有每日用户和所有每月用户的总和。
问题是如何计算 DAU/MAU?有的加入魔法?
api - 如何从json中读取属性
我想读取其中包含数组的 json(消息)对象的值。
下面的查询有助于 d 中的直接属性。
如何在 d(消息)中读取数组的属性部分。例如,如果我想阅读以下消息中的所有街道值.. 怎么办?这有点需要循环
azure-application-insights - Substitute variable name in a dynamic json property
I would like to use the variable settingName
for the dynamic json property. How can i accomplish that?
I want to substitute the variable instead of the actual property
parsejson(tostring(Data.Settings)).LaunchNext.value
azure - Application Insights:分析 - 如何在特定位置提取字符串
我想做,
- 在“2.”中提取 param=1 的“查询”字符串,如下所示。
- 在 Analytics 中获取 pageViews,表格为“3”。
1、pageView中包含的实际url
https://example.com/dir01/?query=apple¶m=1
https://example.com/dir01/?query=apple¶m=1
https://example.com/dir01/?query=lemon+juice¶m=1
https://example.com/dir01/?query=lemon+juice¶m=0
https://example.com/dir01/?query=tasteful+grape+wine¶m=1
2. 预期提取的价值
apple
lemon+juice
tasteful+grape+wine
3. AI Analytics 的预期输出
- 查询参数 | 数数
- 苹果| 高分辨率照片| CLIPARTO 2
- 柠檬+果汁 | 1
- 美味+葡萄+酒| 1
试图做
https://aka.ms/AIAnalyticsDemo
我认为extract
或parseurl(url)
应该有用。我尝试了后者parseurl(url)
,但不知道如何将“查询参数”提取为一列。
url
http://aiconnect2.cloudapp.net/FabrikamProd/
parsed_url
{"Scheme":"http","Host":"aiconnect2.cloudapp.net","Port":"","Path":"/FabrikamProd/","Username":"","Password":"","Query Parameters":{},"Fragment":""}
c# - Azure Application Insights Analytics API 的页面结果
是否可以“分页”来自 Analytics API 的结果?
如果我使用以下查询(通过 http POST)
我在一个结果集中获得了多达 10,000 个结果。有没有办法使用类似于他们为事件 API 提供的 $skip 的东西?像“SKIP 75 TAKE 25”之类的东西来获得结果的第 4 页。
sql - Application Insights 分析查询
什么是等效的:
在 Azure Application Insights 分析平台上?
azure - Application Insights Analytics - 查询 2 个或更多表的联合
如何合并表然后应用 where 过滤器?基本上我想找到所有的项目operation_Id == X
azure - Application Insights - 如何按自定义维度排序
我想根据customDimension.MyCustomProperty
所有实体中存在的查询结果对查询结果进行排序,并且是一个数字。我怎样才能做到这一点?
azure-application-insights - 连接后检索不同的行
我正在执行两个事件之间的连接,如下所示。如何在最终输出中获得不同的行?
查询输出
我希望输出是
azure - Row_number() 或 appinisghts 中可能的其他分析函数?
我有一个非常简单的问题,但我正在使用 appInsights 并且似乎无法弄清楚如何在 aiql 或任何函数中复制 row_number() 函数(没有分区感)。
我有 pageviews 表,我按会话和时间戳对它们进行排序。我想在集合中添加一个 rown_number 列
有谁知道在aiql中是否可行