{
  "entityName": "tt",
	"type": "insert",
	"id": "playerId",
	"value": {
		"step" : "int",
		"timestamp" : 1660192200,   
		"level" : "int"}
}

Training is a very important part of any project because the first session lays the foundation for the next steps.

🚧

"step" : 0 // The beginning of the game / No taken action

"step" : -1 // The tutorial is skipped
"step" : -2 // The tutorial is fully completed
"step" : int // The finished steps of tutorial

These events help measure the correlation between users' completion of trainings and their success.

You can analyze how users complete the training, find bottlenecks, and measure the time it takes users to complete the training.

Language
Click Try It! to start a request and see the response here!