Skip to content

Commit 4613460

Browse files
authored
passive voice > active
1 parent 339e04b commit 4613460

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 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`.
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)