question

HuiyongChen avatar image
HuiyongChen asked

Any event log can be found about Client‘s UpdateUserData API?

Hi, recently i was bothered by a problem .

Many players of our game lost there user data for hours .

So i try to find what the problem is , we call the api UpdateUserData at the client . i want to know if there any Event history about the API CALL "UpdateUserData" in the playfab server side ?

if so , i can analyze the event history of the players who's userdate is lost.

please help us.

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

·
JayZuo avatar image
JayZuo answered

There is no built-in event for "UpdateUserData", All built-in PlayStream events are listed here: https://docs.microsoft.com/en-us/gaming/playfab/api-references/events/. You can use WritePlayerEvent to write custom event so that you can analyze in Event History. For more info, please see 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.