简体   繁体   English

Fabric对整体应用程序使用率的解答?

[英]Fabric Answers for overall app usage?

I want to install Fabric Answers to track app users usage. 我想安装Fabric Answers来跟踪应用程序用户的使用情况。

In my project, I need to specify which actions to track, and add fabric code inside specific functions. 在我的项目中,我需要指定要跟踪的操作,并在特定功能内添加结构代码。

I was wondering if I there is a way to just get generic usage info (such as which are the most viewed screens, without inject Fabric code in the app). 我想知道是否有一种方法可以获取常规的使用信息(例如哪些屏幕是查看最多的屏幕,而无需在应用程序中注入Fabric代码)。 So that the stats don't need to be detailed. 这样就不需要详细统计了。

No, it's not possible. 不,不可能。 If you don't add any tag, you will have informations on the "audience", ( like iDevice version, OS version, and so on ), but Fabric won't return any other information 如果您不添加任何标签,则将获得有关“受众群体”的信息(例如iDevice版本,操作系统版本等),但是Fabric不会返回任何其他信息

Fabric Answers will give you some very handy information by default, such as session duration, number of installs, active users etc. 默认情况下,Fabric Answers将为您提供一些非常方便的信息,例如会话持续时间,安装数量,活跃用户等。

To get specific information for custom events or screen views you will need to add code in your app to tell Fabric when these things happen. 要获取有关自定义事件或屏幕视图的特定信息,您将需要在应用中添加代码以告诉Fabric这些情况何时发生。 They are quite easy to configure and send. 它们非常易于配置和发送。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM