Adopture Docs
Dashboard

Realtime

Monitor live events and active users in real time.

The Realtime view shows activity in your app as it happens. It's useful for verifying integrations, monitoring launches, and watching your app come alive.

Active Users

At the top of the Realtime view, you'll see the number of users who have been active in the last 5 minutes. This gives you an instant pulse on current app usage.

Live Event Stream

Events appear in real time as they're processed by the Adopture backend. Each event in the stream shows:

  • Event type — Screen view, custom event, or revenue event
  • Event name — The screen or event name
  • Country — Where the user is located
  • Device — The device OS and type
  • Timestamp — When the event occurred

Events stream to your browser via Server-Sent Events (SSE), so updates appear instantly without needing to refresh the page.

Today's Stats

Below the event stream, you'll find a quick overview of today's totals:

  • Total events today
  • Unique users today
  • Sessions today

Common Use Cases

Use the Realtime view to:

  • Verify SDK integration — Send a test event from your app and confirm it appears in the stream
  • Monitor app launches — Watch user activity ramp up after releasing a new version
  • Debug event tracking — Confirm that events are named correctly and properties are attached as expected
  • Watch feature adoption — See custom events appear as users discover new features

On this page