Multiple Score using same name on Leaderboard

0 votes

It is possible to create a leaderboard that does not replace the highest score of the same name such that :

1. ABC 1000

2. EFG 999

3. ABC 998

4. EFG 222

.

.

.

100. EFG 20

Something along this line where we only update based on the top 100 scores.

So it is possible to still create the no.100 in ranking score value as well ?

asked Dec 29, 2018 in JavaScript by Chian Song Lim (10 points)

1 Answer

0 votes

Hello Chian Song Lim,

Greetings!!!

Yes, It is possible through our GetTopNRankings API, this will give you the top N scores and it is possible that one user can fall in the list multiple times.

But GetTopNRankers will give you the top N Rankers(unique users). For example: If there are three users who have played the game and have scored as follows:

1. ABC 1000

2. EFG 999

3. EFG 998

4. BCD 997

4. EFG 222

.

.

.

100. EFG 20

Now, GetTopNRankings with N = 3 will give you ABC 1000, EFG 999, EFG 998, whereas GetTopNRankers for N=3 will give you ABC 1000, EFG 999,and BCD 997

Please let us know if you have any further queries, we will be happy to help you.

 

Regards,

Priyanka Singh

App42 Team

answered Dec 31, 2018 by anonymous
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...