Today we’re launching the PlayerFeedback API so that you can now collect feedback from your players in your experiences. You’ll be able to view this feedback in the Creator Dashboard, and also see summaries of the feedback in your Creator Analytics insights.
We’re building on the ability users have already to submit feedback on the Experience Details Page after they’ve rated your experience.
We’re launching this feature to provide you with more ways to get insight into how your players feel about your experience and discover opportunities for improving engagement.
How to implement the API
You can show a player the feedback dialog in your experience simply by calling PromptFeedbackSubmissionAsync API, and the player can enter feedback about your experience. Users can currently submit one piece of feedback per day per experience. This is to prevent creators from receiving spammy, low-quality feedback and users from being flooded with constant feedback requests.

Please note:
- For the first version of this launch, the player will not be able to rate your experience through this dialog.
- While the dialog isn’t currently editable, we hope to make this surface customizable for creators in the future so you can choose what type of feedback you collect from your players.
We’re exploring adding these capabilities in the future.
Best practices for collecting feedback
In general, you’ll want to defer collecting feedback until after the core gameplay loop.
Some potential options for prompting for feedback would be:
- After a player completes a major milestone in your experience, e.g. beats a level
- At the end of a successful session, e.g. winning a round in a sports game
- After engaging with a new major feature
- After completing a tutorial
Additionally, you can build a UI that allows users to provide feedback as part of your core UX.
Viewing the feedback
To view feedback, go to the experience dashboard on Creator Hub, then go to Audience > Feedback. You will be able to see a table of feedback for your experience broken down by whether it came from the Experience Details Page (EDP) or in-experience through the PlayerFeedback API.
You’ll also be able to see summaries of feedback in your Insights dashboard in Creator Analytics:
Next Steps
We’re considering adding more capabilities to the PlayerFeedback API. We’d love your feedback; while we can’t say for certain the most upvoted feature will be what we launch next, it’ll help us prioritize and understand how helpful each would be.
- Ability to collect ratings in-experience
- More detailed breakdowns in analytics
- Ability for creators to annotate where or how the feedback was triggered in-experience
- Enable custom surveys and questions
If there is anything else that you’d want to see with this feature that isn’t on this list, please let us know in the comments below, thank you!


