This article is also available in:

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

session_uid

A unique identifier for the player’s session.

fname

The player’s first name.

lname

The player’s last name.

email

The player’s email address.


👉 For more details, see Passing user information via URL parameters.


Leaderboard Parameters


You can also control the timeframe of data shown in the leaderboard by passing date values via query strings.


Parameter

Description

start_date

Defines the beginning of the leaderboard timeframe (format: YYYY-MM-DD).

end_date

Defines the end of the leaderboard timeframe (format: YYYY-MM-DD).


⚠️ These parameters will only override the timeframe option if both start_date and end_date are included in the leaderboard URL.

Updated on: 18/09/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!