Skip to content

Uber_Funnel (1)

Sent during the initialization process of the client until the Uber screen (main menu) is reached.

NAME TYPE Optional Info
event_id Integer no Id of this event
game_id Integer no Id of this game within the scope of your company
timestamp Long no UNIX TIMESTAMP of the moment when event is registered
player_id Long yes Id of the player in the format followed in your studio
client_version String no String representing the version of the client (e.g. 1.10.1234)
platform_id Integer no Id of the platform as defined in PlatformId
session_id Long no Custom number to identify a session, same during session
device_id String no Id of the device (or random enough)
user_id Long yes ID of the user account, available after contacting the server
step String no Custom string defined by the game to identify the current funnel step (e.g. LOAD_SCENE_START, LOAD_SCENE_END)

Step values

  • GAME_INIT
  • BOOTSTRAP (_START / _END)
  • FIREBASE (_START / _END)
  • APP_CONFIG (_START / _END)
  • PERSISTENT_ECS_WORLD (_START / _END)
  • LOGIN (_START / _END)
  • LOAD_MAIN_MENU (_START / _END)