Translation in progress. This page is not yet translated to English. The full reference is available in Spanish — see the Spanish version until we ship the English copy.
track(name, params) is the heart of the SDK’s analytics. Dispatches a custom event to:
- GA4 (via
window.gtag('event', name, params)) — for ad-hoc analysis on the founder’s Looker Studio. - Supabase
eventstable (via thetrack-eventedge function) — source of truth for custom SQL queries + per-event-segmented leaderboards.
The full API reference, the aggregator pattern (one fat event per run, not granular per-frame), and the event catalog are in the Spanish version.