Layers

Event Inspector

Live event stream viewer on the Events page.

View as Markdown

The Events page (Project → Events) shows a stream of events arriving at the ingest endpoint, updated in near real-time.

Columns

  • Timestamp.
  • Event name.
  • app_id.
  • install_id (truncated).
  • app_user_id (if identified).
  • Properties (JSON, truncated).

Filtering

Filter by:

  • App ID — when you have multiple SDK apps under one project.
  • Event name.
  • Install ID — debug one device.
  • App User ID — debug one signed-in user.

Event detail

Click a row to open a detail panel:

  • Full event payload (all fields, properties, geo enrichment).
  • CAPI forwarding status (per platform, if the event is in the mapping table).
  • Raw stored row (admin-only).

Test Event Code

There is no first-class "test event code" flag on the SDK today. If you need to scope a view to one device for debugging, filter by install_id on the Events page.

Pausing

Toggle live mode off to freeze the view; toggle back on to resume. A paused view reflects whatever events were loaded at pause time.

Export

Current filtered view can be exported as CSV.

On this page