Navigating Mixpanel Identity Setup with Segment Integration Challenges
Hi! I have some challenges in setting up identities in Mixpanel. I'm using Segment for administrating the events and our project uses the classic identity resolution. I have the following identifiers:
account_id - Represents a unique user identity across the platform, independent of organization membership. An account can have multiple users (one per organization they join).
organization_user_id represents a membership of one account in one organization.
We use backend events but due to our system architecture, the preferable 1:1 account_id identifier is not always available to be sent. What is available instead is a organization_user_id . In the Segment action integration I can setup the following fields for a track call:
Distinct ID
Anonymous ID
User ID
for an identify call I can send the following:
User ID
Anonymous ID
There is also alias action available (but the doc recommend to use "merge" which is not available in Segment actions) with the following inputs:
Alias
Distinct ID
How can I use the segment integration with my data, and reliably identify unique user's activity?
