Skip to content

Commit bd50cdc

Browse files
authored
link to Mixpanel relevant docs
1 parent 32e47f9 commit bd50cdc

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ The group ID that Mixpanel will use is `12345`.
108108
> Segment maps the userId set in the identify event to the distinct ID in Mixpanel.
109109
>
110110
> 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`.
111+
>
112+
> For more detail, see Mixpanel's documentation on [Reserved Properties](https://docs.mixpanel.com/docs/data-structure/property-reference/reserved-properties){:target="_blank"}.
111113
112114
##### Example
113115
For example, if you map `traits.email` to Mixpanel, Segment automatically transforms this into Mixpanel's reserved property `$email`.

0 commit comments

Comments
 (0)