Skip to content

Commit 5a56f33

Browse files
committed
convert HTML table to markdown
1 parent 46f72c0 commit 5a56f33

File tree

1 file changed

+9
-34
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple/destination-plugins

1 file changed

+9
-34
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/mixpanel-swift.md

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -92,40 +92,15 @@ In Mixpanel, only one anonymous history can be merged with one identified user.
9292

9393
When you call `identify` from the client (in Analytics.js or a mobile SDK), Segment automatically maps [special traits](/docs/connections/spec/identify/#traits) to match Mixpanel’s API. The following table shows how each Segment trait gets transformed before Segment sends it to Mixpanel:
9494

95-
<table>
96-
<tr>
97-
<td>Key</td>
98-
<td>Segment transformation</td>
99-
</tr>
100-
<tr>
101-
<td>`created`</td>
102-
<td>`$created`</td>
103-
</tr>
104-
<tr>
105-
<td>`email`</td>
106-
<td>`$email`</td>
107-
</tr>
108-
<tr>
109-
<td>`firstName`</td>
110-
<td>`$first_name`</td>
111-
</tr>
112-
<tr>
113-
<td>`lastName`</td>
114-
<td>`$last_name`</td>
115-
</tr>
116-
<tr>
117-
<td>`name`</td>
118-
<td>`$name`</td>
119-
</tr>
120-
<tr>
121-
<td>`username`</td>
122-
<td>`$username`</td>
123-
</tr>
124-
<tr>
125-
<td>`phone`</td>
126-
<td>`$phone`</td>
127-
</tr>
128-
</table>
95+
| Key | Segment transformation |
96+
| ----------- | ---------------------- |
97+
| `created` | `$created` |
98+
| `email` | `$email` |
99+
| `firstName` | `$first_name` |
100+
| `lastName` | `$last_name` |
101+
| `name` | `$name` |
102+
| `username` | `$username` |
103+
| `phone` | `$phone` |
129104

130105
### People
131106

0 commit comments

Comments
 (0)