Skip to content

Commit 8ec7bd9

Browse files
committed
Fix image paths
1 parent eb55993 commit 8ec7bd9

File tree

1 file changed

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

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,13 @@ There are two strings to avoid when naming event properties that will be sent to
190190

191191
Previously, Segment set all traits and properties as both Super Properties and People Properties (If you had Mixpanel People enabled). Now Mixpanel allows you to segment your reports by both People Properties and Super Properties. To give you better precision and control over what property or trait gets set as a Super Property or People Property, you can disable **Set All Traits as Super Properties or People Properties By Default** and pass in the properties or traits that you want to send to Mixpanel as People or Super Properties as shown below. Segment passes through all of Mixpanel's special traits as People Properties so you only need to add the ones that aren't on [this list](#group-using-device-mode).
192192

193-
194-
![mixpanel people properties list](images/mixpanelpeoplesuperprops.png)
193+
![mixpanel people properties list](../../../../../../destinations/catalog/mixpanel/images/mixpanelpeoplesuperprops.png)
195194

196195
### Incrementing events
197196

198197
You don't need to add extra code to increment event counts for Mixpanel people, as long as they are "known users". Supply the events that should be incremented.
199198

200-
![mixpanel increment events list](images/mixpanelincrementinpeople.png)
199+
![mixpanel increment events list](../../../../../../destinations/catalog/mixpanel/images/mixpanelincrementinpeople.png)
201200

202201
You can find this in the **Advanced Options** of your Mixpanel settings on your Segment Destinations page.
203202

@@ -258,4 +257,4 @@ Instead of `ip`, you can use a property name of `user IP` or `IP Address` (whate
258257
Push notifications are only available for projects bundling the Segment-Mixpanel SDK.
259258

260259
> info ""
261-
> Set up your push notification handlers by calling into native Mixpanel methods. You can read more about how to approach this in the [iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#what-if-your-sdk-doesnt-support-feature-x) docs.
260+
> Set up your push notification handlers by calling into native Mixpanel methods. You can read more about how to approach this in the [iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#what-if-your-sdk-doesnt-support-feature-x) docs.

0 commit comments

Comments
 (0)