在 Flutter 应用程序上跟踪用户的最佳工具是什么?
What is the best tool to track users on flutter app?
我创建了一个 flutter 应用程序,我想跟踪我的用户路径。
我想跟踪他们在每个屏幕上花费了多少时间,他们在我的应用程序上玩了多少时间等等。
Firebase 分析是否可行?
那里有很多工具。我会建议 Matomo。
* 开源
* 使用方便
* Flutter 库可用
工具:
https://github.com/matomo-org/
颤振库:
https://pub.dev/packages/flutter_matomo
Firebase Analytics 似乎开箱即用。
你可以在这里看到一个很好的例子:https://medium.flutterdevs.com/firebase-analytics-2044e865efc4。
您将看到屏幕变化、以事件流长度形式显示的会话持续时间,并且您可以向其中添加自己的事件。
三个Matomo integrations are available as commented in the other answer. Matomo_forever is self-described as being more portable (not restricted to mobile apps, also supporting browser-based flutter apps). Matomo可以self-hosted也可以作为European-hosted云服务。
我创建了一个 flutter 应用程序,我想跟踪我的用户路径。 我想跟踪他们在每个屏幕上花费了多少时间,他们在我的应用程序上玩了多少时间等等。
Firebase 分析是否可行?
那里有很多工具。我会建议 Matomo。 * 开源 * 使用方便 * Flutter 库可用
工具: https://github.com/matomo-org/ 颤振库: https://pub.dev/packages/flutter_matomo
Firebase Analytics 似乎开箱即用。 你可以在这里看到一个很好的例子:https://medium.flutterdevs.com/firebase-analytics-2044e865efc4。 您将看到屏幕变化、以事件流长度形式显示的会话持续时间,并且您可以向其中添加自己的事件。
三个Matomo integrations are available as commented in the other answer. Matomo_forever is self-described as being more portable (not restricted to mobile apps, also supporting browser-based flutter apps). Matomo可以self-hosted也可以作为European-hosted云服务。