Training
Modul
Create reports with Power BI and Dataverse for Teams - Training
Learn how to build your first report with Microsoft Power BI and Dataverse for Teams.
Dëse Browser gëtt net méi ënnerstëtzt.
Upgrat op Microsoft Edge fir vun de Virdeeler vun leschten Eegeschaften, Sécherheetsupdaten, an techneschem Support ze profitéieren.
The Daily Abuse Reports history report contains a CSV document with all of the player reports that happened during the specified day.
In the example shown below, a player with ID of 6079A16A9E4FB67 is reporting a player with ID of 94A248B3B9E628F2 for the reason Test Report on 5/14/2017.
Notiz
For GDPR compliance reasons, the Daily Abuse History Reports are only available for the past 30 days. To learn more, visit our GDPR documentation.
Using this information, you can then use the reportee ID, to quickly look up the reported player and investigate.
The following API call will produce new entries for this report.
public void ReportPlayer() {
PlayFabClientAPI.ReportPlayer( new ReportPlayerClientRequest() {
ReporteeId = "94A248B3B9E628F2",
Comment = "I think this person is cheating! Please, check!"
}, result => {
// Success
}, error => Debug.LogError(error.GenerateErrorReport()));
}
Training
Modul
Create reports with Power BI and Dataverse for Teams - Training
Learn how to build your first report with Microsoft Power BI and Dataverse for Teams.
Dokumentatioun
Daily and Monthly Top Items Report - PlayFab
Describes the report that tracks the top 100 items in your game.
Diagnostic tracing/logging in Azure PlayFab Party SDKs - PlayFab
Learn about tracing/logging in the SDKs for Azure PlayFab Party.