At a glance
Event Tracking Broken (core event stopped firing) is a real-time alert that fires the moment a named core event (for example Purchase, Add to Cart, or Begin Checkout) records zero occurrences for longer than an hour during normal trading. Unlike a percentage drop, this is a hard signal: a core event going completely silent almost always means the tag was removed, renamed, or broken in a deploy. Because so many funnels and metrics depend on these events, a single broken one can quietly corrupt a whole dashboard.
Calculation
Vortex IQ watches the count of each event you have marked as core. If any one of them records zero events across a rolling one-hour window during normal trading hours, the alert latches for that event. The check is per event, so one silent event raises a flag even while every other event keeps flowing. The one-hour window filters out the natural gaps that a low-volume store can have overnight.Worked example
A representative reading of Event Tracking Broken (core event stopped firing) for a typical merchant on Mixpanel. Say a theme update on 14 Jun 26 renames the checkout button handler, so the Begin Checkout event stops being sent. Within the hour the card flags Begin Checkout with a last-seen timestamp of 09:12. Add to Cart and Purchase are still firing, which tells you the break is isolated to one step. You confirm in Mixpanel that the event count flatlined at zero, hand the timestamp and event name to engineering, and they trace it straight to the renamed handler. Because the funnel built on that step now looks collapsed, you also expect the funnel-conversion-drop alert to be open. 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 Insights, select the named core event, and view it over the last 24 hours grouped by hour. A genuine break shows a clean flatline at zero from a specific hour. If you see a small but non-zero count, the event is not fully broken and the cause may be a partial deploy or a single platform (web vs app) losing the tag. Why the Vortex IQ value may legitimately differ:
Cross-connector reconciliation: if your ecommerce platform still records orders while Purchase reads zero in Mixpanel, the event tag is broken, not the checkout. For divergence investigations, use Vortex Mind.