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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Segment sends Group calls to Mixpanel when all of the following conditions are m
117
117
- The **Group Identifier Traits** setting in your Mixpanel destination includes one or more traits.
118
118

119
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.
120
+
- The Group call includes a trait that matches one of the configured Group Identifier Traits.
121
121
122
122
Here's an example:
123
123
@@ -140,16 +140,16 @@ analytics.group(
140
140
141
141
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"}.
142
142
143
-
If the group call **does not** have a group trait that matches the Group Identifier Traits setting, then the event will be ignored.
143
+
If the group call doesn't have a group trait that matches the Group Identifier Traits setting, then the event will be ignored.
144
144
145
145
### Register Super Properties
146
146
147
-
By default, each trait (that is, properties in an `identify` call) is registered as a super property. This doesn't 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.
147
+
By default, traits included in an Identify call get registered as Super Properties. This doesn’t require a `userId`. You can send a `traits` object alone, and Segment still registers those traits as super properties.
148
148
149
149
Disable **Set All Traits as Super Properties or People Properties By Default** to disable the default behavior and register super properties explicitly. For more information, see [Explicitly set People Properties and Super Properties](#explicitly-set-people-properties-and-super-properties).
150
150
151
-
> info ""
152
-
> Super properties require a devicemode connection.
151
+
> info "Device mode required"
152
+
> Super Properties require a device-mode connection.
0 commit comments