Mixpanel · Arazzo Workflow
Mixpanel Resolve Identity and Track
Version 1.0.0
Link an anonymous ID to a known user, track an event, then segment that event.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
identity-resolve-and-track
Create an identity mapping, track an event for the user, then segment it.
Calls /identity/create to link an anonymous ID to an identified ID, sends an event for the identified ID via /track, then queries /segmentation for that event.
1
createIdentity
createIdentity
Create an identity mapping linking the anonymous device ID to the known user ID. The project token is carried in the $token body field.
2
trackForUser
trackEvent
Send an event for the now-identified user. Authentication uses the project token passed as the query parameter.
3
segmentEvent
querySegmentation
Query event segmentation for the tracked event to confirm activity is attributed to the resolved identity. Uses service account basic auth.
Source API Descriptions
openapi
openapi