Tutorials
Tutorials are practical implementation paths that combine setup, SDK calls, verification, and dashboard review. Start with a small loop, confirm data quality, then expand tracking.
First Implementation Tutorial
- 1
Create a project
Use a development project so test events stay separate from production analytics. - 2
Install an SDK
Follow the JavaScript or Flutter installation guide for your product surface. - 3
Track signup
Capture a high-value event with a stable distinct_id and useful properties. - 4
Build a report
Create a dashboard report that validates event volume and property shape.
Recommended next tutorial
Add identify calls after login, then compare anonymous and known-user behavior.
When to use APIs
Use APIs for server-side events, imports, and privileged profile updates.