At a glance
Event Volume Drop (>25% vs baseline) is a real-time alert that fires when the total number of events Mixpanel is receiving falls more than a quarter below its recent baseline. Because almost every metric in Mixpanel is built from events, a sharp drop in raw volume is the single most reliable early sign that tracking has broken, a tag has been removed, or an SDK has stopped sending. It usually shows up before any individual report looks wrong, which is exactly why it sits in the Nerve Centre alert lane.
| What it counts | The percentage change of total ingested event volume against a rolling 7-day baseline for the same period. The alert latches when volume is more than 25% below baseline. |
| Sample type | Backend API data from Mixpanel event counts, evaluated in real time against the trailing baseline. |
| Why it matters | If volume falls, every downstream report (funnels, retention, DAU) is being computed on incomplete data. Catching it fast prevents bad numbers from driving bad decisions. |
| Reading the value | The card lists each open alert with the baseline volume, the current volume, and the percentage gap. Treat an open alert as a tracking incident first, a behaviour change second. |
| Currency | count |
| Time window | RT |
| Alert trigger | total event volume down >25% vs 7D baseline |
| Sentiment key | mix_alert_event_volume_drop |
| Roles | owner, marketing |
Calculation
Vortex IQ tracks total event volume in Mixpanel and compares the current reading against the average of the trailing 7-day baseline for the same window. When the shortfall exceeds the configured threshold (25% by default), the alert latches. The baseline is rolling, so it adapts to seasonality and gradual growth, and only flags a genuine break from the recent norm rather than a steady trend.Worked example
A representative reading of Event Volume Drop (>25% vs baseline) for a typical merchant on Mixpanel. Imagine your store sends roughly 1.2 million events a day on average across the trailing week. A front-end deploy on 14 Jun 26 accidentally drops the analytics snippet from the product template. The next reading comes in at about 760,000 events, a 37% shortfall, so the alert fires. The card shows 1.2M baseline, 760K current, and a 37% gap. You check which events thinned out, confirm Product Viewed and Add to Cart went quiet while server-side events kept flowing, and trace it to the missing snippet. For deeper investigation, use Vortex Mind to trace upstream causes; for natural-language exploration, ask Ask Viq.Sibling cards merchants should reference together
| Card | Why merchants reach for it |
|---|---|
mix_event_volume | The underlying total this alert watches. Open it to see the volume trend over time. |
mix_alert_tracking_broken | Narrows a broad volume drop down to the specific core event that stopped firing. |
mix_core_events_firing | Confirms which named events are still arriving versus which have gone silent. |
mix_top_events | Shows which high-volume events contracted, the quickest way to spot the culprit. |
mix_health_score | Rolls volume, lag, and event health into one number for a fast overall read. |
Reconciling against Mixpanel
Where to look in Mixpanel’s own dashboard: Build an Insights report counting all events over the last 14 days, grouped by day. The recent days should match the baseline and current figures on the card. Add a breakdown by event name to see whether the drop is broad (an ingestion problem) or concentrated in one or two events (a single broken tag). Why the Vortex IQ value may legitimately differ:| Reason | Direction | What to do |
|---|---|---|
| Late-arriving events. Mobile SDKs batch and flush, so the most recent window can backfill. | Vortex IQ may read low momentarily | Re-check after the SDK flush interval before declaring a break. |
| Baseline window. A holiday or promo in the trailing 7 days inflates the baseline. | Alert more likely to fire | Account for known spikes when reading the gap. |
| Filtered events. Project-level data views or excluded events change the total. | Variable | Match the event set used by the alert. |