Analytics & Insights

Your high-level command center for tracking event volumes and diagnosing integration health.

Total Events Volume

The main chart on the Analytics page displays the total volume of all events ingested into your project over the selected date range. This is primarily useful for:

  • Monitoring the overall health of your SDK integration.
  • Detecting sudden spikes or drops in user activity.
  • Estimating your billing tier usage based on monthly event volume.

The Live Feed

Below the volume chart is the Live Event Feed. This is a real-time, streaming view of every event hitting your project's ingestion API.

Debugging with the Live Feed

The Live Feed is the single most important tool when implementing the Emp-Mix SDK for the first time.

  1. Keep the Live Feed open in a browser tab.
  2. Trigger an action in your local development environment (e.g., click a "Sign Up" button).
  3. Within 1-5 seconds, the event should appear in the Live Feed.
  4. Click on the event row to expand the raw JSON payload. Verify that all your custom properties were attached correctly.
Last updated on June 4, 2026