Skip to content

Commit 339e04b

Browse files
authored
Add info on distinct id for identify event
1 parent df6f03c commit 339e04b

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/actions-mixpanel

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/actions-mixpanel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The group id that Mixpanel will use is `12345`.
107107

108108
{% capture identify_user_details %}
109109
> success ""
110-
> The below special traits will be mapped to Mixpanel reserved properties automatically to fit Mixpanel's use cases. `traits.created` -> `$created`, `traits.email` -> `$email`, `traits.firstName` -> `$first_name`, `traits.lastName` -> `$last_name`, `traits.name` -> `$name`, `traits.username` -> `$username` and `traits.phone` -> `$phone`.
110+
> The userId set in the identify event will be mapped to the distinct ID in Mixpanel. The below special traits will be mapped to Mixpanel reserved properties automatically to fit Mixpanel's use cases. `traits.created` -> `$created`, `traits.email` -> `$email`, `traits.firstName` -> `$first_name`, `traits.lastName` -> `$last_name`, `traits.name` -> `$name`, `traits.username` -> `$username` and `traits.phone` -> `$phone`.
111111
112112
{% endcapture %}
113113

0 commit comments

Comments
 (0)