Mixpanel Community Icon

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?

  • Avatar of Ezequiel V.
    Ezequiel V.
    ·
    ·

    Hi Phillip! Ezequiel here, solutions engineer at Bildug Data (Mixpanel Parter) I think that your line of thought can totally work. You can use the frecuency per user (maybe average or maybe median to eliminate the impact of the outliers) and do a breakdown by screen

  • Avatar of Dongpil L.
    Dongpil L.
    ·
    ·

    Thank you very much!