analytics

Track Event

Track a single feature usage event.

This endpoint accepts events from both authenticated and anonymous users. For anonymous users, use the session_id in batch endpoint for correlation.

post/analytics/track

Request body

feature_namestring required
actionstring required
metadataobject nullable
duration_msinteger nullable
successboolean nullable
error_messagestring nullable

Response

Successful Response

statusstring
countinteger nullable

Changes