question

george@thenuum.com avatar image
george@thenuum.com asked

View Players in Churn Segmentation

Would be ideal to be able to see any churn risk players in the game manager. Even if it just their ID. Would this be assessable through the data explorer?

Player 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.

Neils Shi avatar image
Neils Shi answered

PlayFab provides Churn Prediction to Segment players who are likely to churn. Currently, PlayFab does not support viewing player list in Segmentation directly from Game Manager. You can use the API GetPlayersInSegment. This API creates a snapshot of all player profiles that match the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span on each subsequent use of the Continuation Token.

2 comments
10 |1200

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

george@thenuum.com avatar image george@thenuum.com commented ·

Where would I use this GetPlayersInSegment? What would be the fastest route to printing out or having a text file with player IDs? or player display name?

0 Likes 0 ·
Neils Shi avatar image Neils Shi george@thenuum.com commented ·

You can use Postman to test PlayFab API. Postman collection provides JSON mapping to our API that is directly importable into Postman. This is the one of the fastest ways to get started testing PlayFab. For more detail, you can refer to Quickstart: PlayFab REST API collection for Postman. If you want to print out or have a text file with player IDs/player display name, you can refer to Export Players of a Segment.

0 Likes 0 ·
Sravya Antharam avatar image
Sravya Antharam answered

Hello, you can use the ExportPlayer API to export the list of players and their information from a segment. This will allow you to export all high risk players from the segment. https://learn.microsoft.com/en-us/gaming/playfab/features/analytics/segmentation/export-players-in-a-segment https://learn.microsoft.com/en-us/rest/api/playfab/admin/play-stream/export-players-in-segment?view=playfab-rest

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.