简体   繁体   English

我可以使用什么分析服务来跟踪用户的偏好?

[英]What analytics service can I use to track user preferences?

I am looking for a service (ie Google Analytics, Fabric, Firebase) that I can use for mobile apps that allows me to track how many users choose certain options in as their preferences. 我正在寻找可用于移动应用程序的服务(即Google Analytics(分析),Fabric,Firebase),该服务可让我跟踪有多少用户选择某些选项作为自己的偏好。

For example in the app there is a Settings screen that allows the user to choose color theme: Dark or Light. 例如,在应用程序中,有一个“设置”屏幕,允许用户选择颜色主题:深色或浅色。 I want to know at a given time, how many of my users chose Dark and how many chose Light. 我想知道在给定的时间,我有多少用户选择了Dark,而有多少用户选择了Light。

I tried sending events to Google Analytics each time the user changes his preference, but I don't think it is the correct way, because it does not overwrite the existing value, and there can be duplicates (multiple events for the same option). 我尝试在每次用户更改首选项时将事件发送到Google Analytics(分析),但我认为这不是正确的方法,因为它不会覆盖现有值,并且可能有重复项(同一选项有多个事件)。

In Google Analytics you can use user scope custom dimensions . 在Google Analytics(分析)中,您可以使用用户范围自定义维度 In Firebase Analytics you can use user properties . 在Firebase Analytics中,您可以使用用户属性

Using GA for app tracking is not necessarily future proof, since Google is pushing towards Firebase. 由于Google朝着Firebase进发,因此使用GA进行应用程序跟踪并不一定要面向未来。

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

相关问题 如何使用Google Analytics for Android跟踪用户首选项? - How to track user preferences with Google Analytics for Android? 如何使用Google Analytics(分析)和Parse.IO跟踪用户? - How can I track a user with Google Analytics and Parse.IO? Android:我可以在服务中使用Google Analytics(分析)吗? - Android: can I use Google Analytics inside a Service? 如何更改服务的首选项? - How can I change the preferences of a service? 我可以使用Android应用程序来跟踪用户活动吗? - Can I use android app to track user activities? 即使用户重新打开应用程序,我也可以使用“共享首选项”来检索我的数据吗? - Can I use Shared Preferences to retrieve my data even if the user reopens the app? 我可以从服务中的共享首选项中获取数据吗? - Can I get data from shared preferences inside a service? 当我有两种类型的活动要根据用户类型进行时,我可以使用共享首选项在 android 工作室中创建登录会话吗? - Can I use shared preferences to create login sessions in android studio when I have two types of activities to intent depending on the type of user? 如何在此代码中存储用户数据(共享首选项)? - How can I store user data (shared preferences) in this code? 如何获得用户从首选项中选择的项目的值? - How can I get a value of an item that the user chose from preferences?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM