You can setup Tiers for your leaderboard in your Construct Game Services account. Tiers are a way of grouping players into categories based on their performance in the leaderboard. For example you might have a "Gold" tier for your top players, a "Silver" tier for your mid level players and a "Bronze" tier for your lower level players.
When you retrieve scores from a leaderboard, each score will contain a tier object if the leaderboard has tiers setup and the player has been placed into a tier based on their score.
{
"id": "gold-players",
"name": "Gold Tier Players"
}
Object Properties
- id string
- A unique ID for this tier.
- name string
- The name of the tier that can be shown to players.