Hey @CaraDaviesÂ
Yes. Having access_to_contacts set as a user property in the form of a boolean value would work here.
A couple of ways to count the percentage of active users over time depending on how you want to interpret your data would be -Â
- An event segmentation chart  using the “Active %” metric to show the % over time by grouping on the access_to_contacts user property
- User composition chart to show the total composition of users by access_to_contacts user propertyÂ
I’m using a boolean user property “Credit Card Saved” from the AmpliCart demo project to showcase the above cases.
Â
For your second question, I believe the “users people follow” could be a numerical user property which gets updated every time a user performs that particular event. In this way, the latest property value would display the number of followers for that user. You can then use a combination of group by and some “Properties” metric to analyze the values.
Â
Let me know if I have interpreted your use case correctly. Hope this helps!
Â
Hey @Saish Redkar thank you very helpful !! Yes you did interpret the question correctly.Â
The team will implement these changes and I will let you know if we run into any problems.Â
Really appreciate it ,
Cara