- Basic leaderboard usage
- Exporting a leaderboard
- Recurring leaderboards
- Custom cycles
- Clean stale leaderboards
- Matrix of leaderboards
- Showcasing leaderboards
Most common types exposed by the API.
ID
: stringScore
: numberRank
: number 1-basedSortPolicy
:'high-to-low'
|'low-to-high'
UpdatePolicy
:'replace'
|'aggregate'
|'best'
Patterns used for the Redis keys is the following:
Leaderboard
:<key>
PeriodicLeaderboard
:<baseKey>:<CycleKey>
LeaderboardMatrix
:<baseKey>:<dimension>:<feature>
with:<CycleKey>
if applies
To avoid overlaps or other issues, we recommend avoiding the use of :
in base keys, dimension name, and feature name.