Available Query Strings
You can customise the experience of your games and leaderboards by passing information directly through query string parameters in the URL.
Game Parameters
These parameters allow you to pass user information into the game session:
Parameter | Description |
---|---|
| A unique identifier for the player’s session. |
| The player’s first name. |
| The player’s last name. |
| The player’s email address. |
Leaderboard Parameters
You can also control the timeframe of data shown in the leaderboard by passing date values via query strings.
Parameter | Description |
---|---|
| Defines the beginning of the leaderboard timeframe (format: |
| Defines the end of the leaderboard timeframe (format: |
Updated on: 18/09/2025
Thank you!