In the Microsoft App Center, I need to get a list of users who have spent the most time in the game. However, I did not see App Center providing information about individual users and receiving them. One of the similar functionalities that I saw was Session Duration, which looks like this
To display the duration of a session, I send event tracking, and, as I understand it, the session duration is calculated as the addition of the time between these events.
This is my TrackEvent method:
Questions:
- How can I see more detailed information about my players and the duration of their play?
- Is this possible with the Microsoft App Center?