LevelStep

Introduction

  • Backend Name: level_step

  • Description: If a game level has some internal steps or milestones towards completion, you can use this event to track as players complete each step toward overall level completion. This help with tracking partial completion of levels to understand when players fall off.

  • Event Type: Level

  • Priority: P1

Parameters

NameTypeSelectBackend nameDescription
additionalDataDictionaryOptionaladditional_dataAny additional information
attemptNumintOptionallevel_attemptThe attempt number
levelCollection1stringOptionallevel_collection1The level collection
levelCollection2stringOptionallevel_collection2
levelNumintRequiredlevel_numThe level number
missionNamestringOptionalmission_name
missionTypestringOptionalmission_typeIndicate the type of the mission, level, task, quests etc.
scoreintOptionaluser_scoreThe game score

Code example

LionAnalytics.LevelStep(25, 10, 1529, "main_25", "main_25_15", "runner", "run_fast_01");