You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixpanel's Director of Technology Partnerships submitted a ticket to Friends@segment:
We’ve received some feedback from a customer using Segment & Mixpanel for group analytics, how to improve (y)our docs. The issue is that our super properties don’t work when using Group Analytics in Cloud mode.
Would you be open to adding some language to this doc, under the "Group using Cloud-mode" section
https://segment.com/docs/connections/destinations/catalog/mixpanel/#group
"if you're using Cloud-mode you must explicitly include the grouping value as an event property on any event you wish to analyze with group analytics” (or something similar)
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/mixpanel/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,8 @@ You won't see server-side `traits` appear as super-properties on any events you
148
148
149
149
For Mixpanel People, it's important to `identify` a user before you call `track`. A `track` without an `identify` won't create a user in Mixpanel People.
150
150
151
+
if you're using Cloud-mode you must explicitly include the grouping value as an event property on any event you wish to analyze with Mixpanel's Group Analytics.
152
+
151
153
### Register Super Properties
152
154
153
155
By default, each trait (i.e. properties in an `identify` call) is registered as a super property. This does not require passing a `userId` in the `identify` call. You can pass a `traits` object by itself and it will still register the traits as super properties.
0 commit comments