Microsoft App Center:如何获取具有会话持续时间的用户列表?

时间:2019-03-28 07:08:55

标签: c# unity3d analytics ms-app-analytics

Microsoft App Center中,我需要获取在游戏中花费最多时间的用户列表。但是,我没有看到App Center提供有关单个用户的信息并接收他们的信息。 我看到的类似功能之一是会话持续时间,它类似于

enter image description here

为了显示会话的持续时间,我发送了事件跟踪,据我所知,会话持续时间是根据这些事件之间的时间相加得出的。

这是我的TrackEvent方法:

enter image description here

问题:

  1. 如何查看有关我的播放器和 他们的比赛时间?
  2. Microsoft App Center是否可能?

0 个答案:

没有答案