Skip to content

Your First Dashboard

You’ve completed the Quick Start and events are flowing in. Let’s walk through what you’re seeing in the dashboard and how to make sense of it.

The dashboard is organized into five sections:

SectionWhat it does
AnalyticsUnderstand player behavior — event charts, retention, funnels, heatmaps
Live OpsChange your game without an update — remote config, balancing, A/B tests
MonetizationTrack revenue — purchases, ARPPU, top products, subscriptions
PlayersManage players — search, segments, achievements, leaderboards, cloud saves
ConfigurationSetup & debugging — API keys, alerts, remote logs

When you select a game, you land on the Overview page. Here’s what you see:

Dashboard Overview with event chart and live feed

The line chart shows events per minute over time. Use the time range selector to zoom in on specific periods. This is your pulse check — if the line drops to zero, something is wrong.

The table below the chart shows the most recent events in real-time. Each row shows:

  • Event name (e.g. game_start, level_complete)
  • Player ID — who triggered it
  • Properties — the data you attached (level, score, platform)
  • Timestamp — when it happened

Toggle Live in the top-right to see events appear as they happen (via WebSocket).

The KPI cards show your headline numbers:

  • DAU — Daily Active Users (unique players today)
  • Sessions — How many game sessions started today
  • Events — Total events received today
  • Avg Session Duration — How long players stay per session

It depends on what you’re building:

Start with the Analytics & Insights Guide — learn how to read retention tables, build funnels, and find where players get stuck.

Head to the Monetization Guide — set up purchase tracking, analyze which items sell, and measure ARPPU.

Check out the Live Ops Guide — change difficulty, toggle features, and run A/B tests without shipping an update.

Read the Remote Debugging Guide — send logs from your game, track crashes with stack traces, and set up Discord alerts.

See the Player Management Guide — search players, create segments, add leaderboards and achievements.