Creator Analytics Update for Scenes

Hi Everyone! I’d like to let you know about changes that have been made to the Creator Analytics report to accommodate Scenes. This will also retroactively update data for any games that have used scenes.

The following metrics are going to be broken into game and scene-specific metrics to make sure data is accurately represented.

  • sessions
  • session_time_minutes_per_session

The update metrics are as follows:

  • sessions_game: Each time a player joins a game that is counted as one game session. If the player joins multiple scenes within the game that is still counted as one game session. If the player leaves the game then comes back that counts as two sessions_game.
  • sessions_scene: Each time a player joins a scene in a game that is counted as one scene session.
  • session_time_minutes_per_session_game: This is the total time played per game session. Specifically, this is [session_time_minutes] / [sessions_game]
  • session_time_minutes_per_session_scene: This is the total time played per scene session. Specifically, this is [session_time_minutes] / [sessions_scene]

In addition, the following metrics will be added:

  • sessions_scene_per_session_game: This is the number of scene sessions per game session. Specifically, this is [sessions_scene] / [sessions_game]. If a game is not using scenes then this number should be 1.
2 Likes