Track event (server-side, attributed)
POST/v1/events/track
Record an analytics event from your backend and attribute it to one of your users. Identify the user with exactly one of user_id, email, or external_user_id (tried in that order). The resolved user must belong to your partner. Unlike the public /events/track endpoint, this attributes events without a Firebase token.
Request
Responses
- 200
- 400
- 401
- 404
Event tracked successfully
Invalid request body, event_type, or missing user identifier
Missing or invalid token
No matching user for this partner