Skip to content

Commit d5b8ba9

Browse files
authored
Myronkaifung smallpatch (#1809)
* fix broken link * Update segment.mdx
1 parent 546bb24 commit d5b8ba9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pages/docs/data-structure/group-analytics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ There are two features unique to B2B Company Analytics being set up, which aren
224224
- Company Profiles - this is an advanced version of group profiles that shows you the health of a company
225225
- Company Activation filters & breakdowns
226226

227-
You can learn more [here](/docs/features/advanced#b2b-company-health-and-activation-metrics)
227+
You can learn more [here](/docs/features/advanced#company-health-and-activation-metrics)

pages/docs/tracking-methods/integrations/segment.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ The Mixpanel Actions destination comes with a preset of default mappings that yo
7979
| Page Calls | [Event type = "page"](https://segment.com/docs/connections/spec/page/) | [Import Event](https://developer.mixpanel.com/reference/import-events) "Viewed \{name\}" |
8080
| Group Calls | [Event type = "group"](https://segment.com/docs/connections/spec/group/) | [Identify Group](https://developer.mixpanel.com/reference/group-set-property) |
8181

82+
<Callout type="info">
83+
Note that the `id` Segment event property is a reserved property that is mapped to `distinct_id` in Mixpanel. Avoid sending events with an `id` event property from Segment.
84+
</Callout>
85+
8286
### Customize Mappings
8387

8488
<Callout type="warning">

0 commit comments

Comments
 (0)