Analytics quickstart (15 minutes)
- Create/select a project and copy its write key.
- Send your first event to
/api/ingestwithAuthorization: Bearer <WRITE_KEY>. - Add baseline events:
session_started,screen_view,onboarding_step_view,premium_purchase. - Open Admin → Overview and confirm Total events + Unique users are non-zero.
- Open Events to verify properties and naming consistency.
Common mistake: event names drift over time (for example
signup_complete and signupCompleted). Pick one canonical format (snake_case recommended) and enforce it in code review.Next step
Continue with Instrumentation model to define required fields and reduce reporting noise.