Interactive Map
The Interactive Map is a tool for observing users in real time. It displays all active players across all your projects and allows you to explore their behavior right during a game session.
How to open the map
Section titled “How to open the map”Open the map via the top navigation menu or go directly via the Hyperstone Console.
What the map shows
Section titled “What the map shows”Player icons are displayed on the world map — each corresponds to one active user. The icon’s position corresponds to the user’s geographical location.
Viewing player details
Section titled “Viewing player details”Click on any player’s icon to open a side panel with detailed information:
- User Identifier — unique player ID in the system.
- Project — which of your games this user belongs to.
- Event Stream — a list of the latest events the user is sending from the game in real time. You will see the event name, passed parameters, and a timestamp.
- Current Activity — exactly what the player is doing right now: which screen they are on, what actions they are performing.
This allows you not only to check the correctness of the SDK integration but also to truly understand the behavior of real users.
Use Cases
Section titled “Use Cases”| Task | How to use the map |
|---|---|
| Check if events are arriving | Open the map, find yourself (as a test user), and ensure that your actions in the game appear in the event stream. |
| Understand audience geography | Visually assess which regions have the most players. |
| Track a specific user’s session | Click on the desired player and observe their actions in real time. |
| Detect anomalies | If activity suddenly spikes or events disappear in a specific region, it’s a signal for checking. |