question

675379588 avatar image
675379588 asked

How to find total number of player accounts

I want to get the specific user's rank position, and get to total number of players. With this two data to show the percentage of user's rank. How can I can the total number of players?

data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

We don't currently provide aggregated info across all players like this, as described in the other post where you were asking about this (https://community.playfab.com/questions/9847/how-to-find-total-number-of-player-accounts.html). For more advanced analysis of players, like getting percentages of the player base above/below the current player's score, your best bet is to use PlayStream to collect the data in realtime for all player statistic updates, in order to maintain the record of total number of players and score "spread" in your own server/data table - which you could then provide access to from Cloud Script via a Web API.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.