RECOMMENDEDRecommended events
post_score
Send this event when the user posts a score. Use this event to understand how
users are performing in your game and correlate high scores with audiences or
behaviors.
Parameters · 3
| Parameter | Description | Type | Required | Example |
|---|---|---|---|---|
| score | The score to post. | number | Yes | 10000 |
| level | The level for the score. | number | No | 5 |
| character | The character that achieved the score. | string | No | Player 1 |