At a glance
Core Events Firing is a live health check on the handful of events that matter most to your store, the ones your funnels, retention reports, and dashboards are built on. For each designated core event (for example View Product, Add to Cart, Begin Checkout, Purchase) the card shows whether it is still firing or has gone silent in the recent window. A core event dropping to zero is one of the most dangerous failures in product analytics, because it silently breaks every downstream report that depends on it, often without anyone noticing for days. This card turns that invisible failure into an immediate, obvious red status so you can fix the tracking before your numbers become unreliable.
Calculation
Vortex IQ checks the recent event counts for each event you have marked as core and compares each one against zero over the rolling 24-hour window. If every core event has fired at least once, the card reads healthy. If any single core event has a count of zero, the alert latches and that event is flagged as silent. The check is deliberately simple and binary, because for a core event that should fire many times a day, a count of zero is almost always a tracking break (a renamed event, a removed SDK call, a deploy regression) rather than a real absence of activity.Worked example
A representative reading of Core Events Firing for a typical merchant on Mixpanel. Suppose you have designated four core events: View Product, Add to Cart, Begin Checkout, and Purchase. On a normal day each fires thousands of times, so all four show as firing and the card is green. On 14 Jun 26 a front-end deploy renames the Add to Cart event in the codebase but not in Mixpanel. Within the 24-hour window, Add to Cart drops to a count of zero while the other three keep firing. The alert latches, the card flags Add to Cart as silent, and you immediately know your cart and checkout funnels are about to look broken even though shoppers are still adding to cart normally. You restore the original event name, confirm counts resume, and the card returns to green. For deeper investigation, use Vortex Mind to trace upstream causes; for natural-language exploration, ask Ask Viq.Sibling cards merchants should reference together
Reconciling against Mixpanel
Where to look in Mixpanel’s own dashboard: Open an Insights report, add each of your core events, and set the date range to the last 24 hours. Every core event should show a non-zero count. If one reads zero in Mixpanel too, the card is correct and you have a genuine tracking break. The Events page (the live event stream or the events lexicon) is also useful for confirming whether the event name still appears at all. Why the Vortex IQ value may legitimately differ:
Cross-connector reconciliation: if a core purchase event reads silent, cross-check order counts in your ecommerce platform, real orders with no Purchase events confirms a tracking break rather than a sales drop. For divergence investigations, use Vortex Mind.