Skip to content

Commit bb21f1f

Browse files
committed
moooore cleanup
1 parent 60d4902 commit bb21f1f

File tree

1 file changed

+5
-5
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple/destination-plugins

1 file changed

+5
-5
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/mixpanel-swift.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Segment sends Group calls to Mixpanel when all of the following conditions are m
117117
- The **Group Identifier Traits** setting in your Mixpanel destination includes one or more traits.
118118
![Screenshot of the Mixpanel dashboard, showing the “Group Identifier Traits” field where one or more traits (like company_id) can be defined for grouping users.](/docs/connections/destinations/catalog/mixpanel/images/mixpanel-group-id-traits.png)
119119
- 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.
121121

122122
Here's an example:
123123

@@ -140,16 +140,16 @@ analytics.group(
140140

141141
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"}.
142142

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.
144144

145145
### Register Super Properties
146146

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 doesnt require a `userId`. You can send a `traits` object alone, and Segment still registers those traits as super properties.
148148

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

151-
> info ""
152-
> Super properties require a device mode connection.
151+
> info "Device mode required"
152+
> Super Properties require a device-mode connection.
153153
154154
#### Set People Properties
155155

0 commit comments

Comments
 (0)