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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/mixpanel-swift.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,26 +110,32 @@ To add people properties in Mixpanel before you know the user's unique database
110
110
111
111
## Group
112
112
113
-
Group calls are sent to Mixpanel if, **and only if**,
113
+
## Group
114
+
115
+
Segment sends Group calls to Mixpanel when all of the following conditions are met:
116
+
117
+
- The **Group Identifier Traits** setting in your Mixpanel destination includes one or more traits.
118
+

119
+
- You’ve created a group key with the same name in your Mixpanel [project settings](https://help.mixpanel.com/hc/en-us/articles/360025333632-Group-Analytics#implementation){:target="_blank"}.
120
+
- The Group call includes a trait that matches one of the configured Group identifier traits.
114
121
115
-
1. The Group Identifier Traits setting has one or more traits saved in the destination settings for Mixpanel.
116
-

117
-
2. You have created a group key of the same name in your Mixpanel [project settings](https://help.mixpanel.com/hc/en-us/articles/360025333632-Group-Analytics#implementation){:target="_blank"}.
118
-
3. A Group trait with the same name as one of the configured Group Identifier Traits is sent with the group call.
Mixpanel supports multiple definitions of groups. For more information see [Mixpanel's Group Analytics documentation](https://help.mixpanel.com/hc/en-us/articles/360025333632-Group-Analytics){:target="_blank"}.
0 commit comments