Roman Rybalko suggested an idea · Jul 01, 2016 at 04:16 PM · Leaderboards and Statisticsgame manager
Hello!
Will be good possibility to get all information about statistics from server. For example aggregation type for each existing statistic in playfab with single request.
At this moment, for example, for that we must create separate TitleData key (and support relevance in two places) for that functional.
Also, possibility of delete statistic in game manager will be very good (for example, with wrong name, or useless).
Thank you!
To clarify, is the specific request that we add the aggregation type to the information returned when querying stats? You listed that as an example, but are there other things that you're thinking of?
For example, we setting our statistic "AllTimeSessions" (Sum). On client side with offline mode for saving statistic i must know her aggregation type. This need for correct calculation what i would sent to playfab in next synchronization. For aggregation type "sum" i must send result of substraction currentValue - lastSyncValue.
Would be good if i receive with single response stat : aggregation
{ "AllTimeHighScore" : "Maximum", "AllTimeSessions" : "Sum", etc. }
Thank you.
Roman Rybalko commented · Jul 02, 2016 at 10:15 PM
For example, we setting our statistic "AllTimeSessions" (Sum). On client side with offline mode for saving statistic i must know her aggregation type. This need for correct calculation what i would sent to playfab in next synchronization. For aggregation type "sum" i must send result of substraction currentValue - lastSyncValue.
Would be good if i receive with single response stat : aggregation
{ "AllTimeHighScore" : "Maximum", "AllTimeSessions" : "Sum", etc. }
Thank you.
We would love to know what you need. Submit your ideas and upvote others to help us prioritize.
No one has followed this yet.