Collect configuration properties with Android Firebase Analytics

73 Views Asked by At

I am using Firebase Analytics since a while now and one feature i am really missing is the ability to understand user configuration statistics. So, for example, i have an option that allows the user to select the measurement unit, it can be Metric or Imperial or automatic. Is there any way in Firebase to have a quick overview of the percentages of this option among active users?

1

There are 1 best solutions below

4
On

You could define a UserProperty to record the user's selection, and create audiences based on their selection. Then you would be able to view those audiences in the dashboard. The only caveat there is that once a user is in an audience they will always be considered part of that audience, even if they later don't fit the filter. So if someone changed their preference from Imperial to Metric they would show up in both audiences.