Skip to content

Commit 2719a35

Browse files
authored
Merge pull request #4972 from segmentio/niallzato-patch-1
Add info on distinct id for identify event
2 parents fbd224a + 4613460 commit 2719a35

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+
> Segment maps the userId set in the identify event to the distinct ID in Mixpanel. Segment also maps the following traits to Mixpanel reserved properties 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)