question

rootsnwonky avatar image
rootsnwonky asked

Where does store comments about Report Player?

Where do I read a comment about a Reported player (and him ReporteeId too) after executing "PlayFabClientAPI.ReportPlayer"? Preferably without "GetDataReport" on Admin-side

CloudScriptdata
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

There will be an event named player_reported_as_abusive generated after the API is called. You can review it in Daily Abuse Reports history report. Please refer to: https://docs.microsoft.com/en-us/gaming/playfab/features/analytics/reports/daily-abuse-reports-history-report.

However, since it is generated in the form of PlayStream Events, you can review it in either Event History or Explorer for a specific time span. We highly recommend you to use the new feature Data Explorer(which is tab next to Event History) for query because via Kusto language, you can craft your own advanced query request for different requirements.

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.