question

Alex Oravec avatar image
Alex Oravec asked

Stats for each gamemode,Best way to save stats for each mode

How can i save stats for each season and gamemode like this:

,
Player Datadata
data.png (228.4 KiB)
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

·
Seth Du avatar image
Seth Du answered

You may need to define different Statistics for each game mode. The previous versions of leaderboard can be retrieved via defining “Version” property in the request of GetLeaderboard API, and you can get Versions via GetPlayerStatisticVersions API.

However, to get statistic that is older than last version is not supported, hence you may store the data in Player Read-Only Data when the leaderboard is reset.

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.