Analyzing Game Evaluation Metrics for Optimal Screen Usage
Hi, In our app, users can evaluate games from multiple screens (e.g. onboarding, game detail, evaluation screen). I want to understand which screen is used the most for this event.
Using unique users isn’t ideal, since someone who evaluates 1 game and someone who evaluates 100 games both count as 1.
Total event count can also be misleading if a small group of users clicks excessively.
What’s the best way in Mixpanel to compare event usage across screens in a balanced way? Would average events per user by screen be a better metric? Or is there a recommended approach for this kind of comparison?