question

tomtominc1 avatar image
tomtominc1 asked

Debug the API Calls dashboard

I'd like to debug the API calls dashboard to figure out what errors are occurring in my game but it doesn't seem like I can click into this dashboard. Is there somewhere else I can view these calls with more information? Can I add custom data to see where these calls are coming from in my game?

apisgame manager
10 |1200

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

1 Answer

·
Seth Du avatar image
Seth Du answered

The diagram only provides very general graphical statistics for API calls. Most API calls will generate PlayStream Events, if you want to dig into the detailed information, I suggesting using Event History or Explorer so that you can write KQL for advance query. Please navigate to [Game Manager] -> [Data].

You may also refer to the documentation on: https://docs.microsoft.com/en-us/gaming/playfab/features/insights/

>>Can I add custom data to see where these calls are coming from in my game

Yes, you may send customized events via WritePlayerEvent API so that you may track them down in Event History or Explorer.

https://docs.microsoft.com/en-us/gaming/playfab/features/analytics/metrics/playstream-events

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.