Hi, I wanted to understand how segments work. I've read the documentation but couldnt find it. I've seen how to run actions on all players in a segment but what if I dont want to run any action and just want to see all the players in that segment?
Scenario:
i just want all all players that have xStat stat value==1, how can i get all players with statistic (xStat) value==1?
Answer by SethDu · Oct 04 at 07:55 AM
Here is an example:
The statistic should be predefined as it is a drop-down selection.
How do one use this API? integrate it into a website or something?Sorry I really dont understand.
Answer by SethDu · Oct 10 at 06:10 AM
Then I believe Postman can fulfill your requirement, though the response is raw. The player list for segments will be large, and there should be multiple calls to retrieve the complete data. We usually write a local tool with convenient GUI for management, for example, before the official PlayFab CLI tool is released, I created a C# winform migration tool on my own, and added some personal-use functions there for testing.
Please also note that you are able to delete/add secret key any time in the Game Manager.
Thank God its easy. wait! Can you help me getting through this? is there a step by step guideline to run segments using playfab cli tools?
We usually write a local tool with convenient GUI for management, for example, before the official PlayFab CLI tool is released, I created a C# winform migration tool on my own, and added some personal-use functions there for testing.
Currently, PlayFab doesn't provide corresponding tutorials. Please find dedicated support from .Net/Winform developer community. You may also refer to this documentation for implementing C# SDK.
Playfab ID deleted from my game still being pulled by leaderboard. 3 Answers
Playfab-Unity Leaderboard with Facebook Login 1 Answer
Getting all clan members data/account information without making a lot of API calls 1 Answer
How many previous statistic value versions is returned in PlayerProfileModel.Statistics? 1 Answer
Leaderboard for each level 1 Answer