Quickstart
1. Get an API key
Key
Use it from
What it can do
2. Send your first event
curl
curl -X POST https://api.millimetric.ai/v1/track \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"event": "signup",
"anonymous_id": "u_abc",
"user_id": "user_42",
"url": "https://yoursite.com/?utm_source=facebook&utm_medium=cpc",
"properties": { "plan": "free" }
}'Browser — snippet (any HTML page)
Browser — npm (React / Next / Vue / Svelte)
Node / Bun
AI agent via MCP
3. Query your data
4. Privacy operations
How attribution is classified
Last updated
Was this helpful?