Skip to content

Commit 2cd6871

Browse files
authored
Merge pull request #1193 from segmentio/segment-sv-patch-1
Updates to Group Using Cloud-mode
2 parents dcd37a2 + a1c37d0 commit 2cd6871

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ You won't see server-side `traits` appear as super-properties on any events you
148148

149149
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.
150150

151+
If you use Cloud-mode, you must explicitly include the grouping value as an event property for any event you want to analyze using Mixpanel's Group Analytics.
152+
151153
### Register Super Properties
152154

153155
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

Comments
 (0)