question

Jeff Orkin avatar image
Jeff Orkin asked

Where can we see real-time data?

The player data in the Game Manager is delayed by 20 minutes. While developing our login/registration system, it would be useful to get more current data. I vaguely remember seeing a display of real-time data when getting a tour of PlayFab. Is that accessible to developers using PlayFab, or only internal at PlayFab?

10 |1200

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

brendan avatar image
brendan answered

You can get data on user logins a few ways:

The Game Manager's Players tab does have all the recently signed-in players, though as you say, it's delayed by about 20 minutes, as it's a Redshift query.

You can use Appuri analytics to get the user info, though that's also on the same delay, as it's also a Redshift integration.

The option you're likely thinking of is using our Segment.com integration, which allows you to pipe the data for all events generated in PlayFab out to your own data center, or any of their partner integrations.

We're working on providing more event monitoring options in future, and we'll be sure to make a broad announcement for any new features we add in this space.

10 |1200

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

Hamza Lazaar avatar image
Hamza Lazaar answered

I think the 20 minutes delay is for the Game Manager only.
In CloudScript or using any other API methods for data management will "give you real time results".
There are different types of data with different access levels just go through the list of API methods and you will know more about them.

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.