question

gamedev-1 avatar image
gamedev-1 asked

Query Playfab Players based on create date

Hello,

I am trying to get, through the playfab dashboard the last players based on the create date, meaning I want to fetch all of them if the date of when they created the account is a specific date.

I am aware we can query the players on the Dashboard, just looking to see if this is an option.

Lastly could you point me to the direction of examples in general of queries on the player via the playfab dashboard?

Thank you in advance.

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.

Gosen Gao avatar image
Gosen Gao answered

You can use Segments and set a filter like below, then use the API GetPlayersInSegment to get all players who created an account on a specific date.


1.png (9.6 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.

gamedev-1 avatar image
gamedev-1 answered

Thank you! really helpful!

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.