LevelStep
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 partia
Name
Type
Select
Backend name
Description
additionalData
Dictionary<string object>
Optional
additional_data
Any additional information
attemptNum
int
Optional
level_attempt
The attempt number
levelCollection1
string
Optional
level_collection1
The level collection
levelCollection2
string
Optional
level_collection2
levelNum
int
Required
level_num
The level number
missionName
string
Optional
mission_name
missionType
string
Optional
mission_type
Indicate the type of the mission, level, task, quests etc.
score
int
Optional
user_score
The game score
Code example:
Last updated