Skip to content

Commit 1512cb2

Browse files
committed
some style guide fixes
1 parent 7bf9657 commit 1512cb2

File tree

1 file changed

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

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
title: Analytics Swift Mixpanel Plugin
33
strat: swift
44
---
5-
[Mixpanel](https://mixpanel.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an event-tracking and segmentation platform for your web and mobile apps. By analyzing the actions your users perform, you can gain a better understanding to drive retention, engagement, and conversion. The client-side Mixpanel Destination code is open-source.
5+
[Mixpanel](https://mixpanel.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an event-tracking and segmentation platform for your web and mobile apps.
66

7-
Segment's Mixpanel destination plugin code is open source and available on GitHub. You can view it [here.](https://github.com/segment-integrations/analytics-swift-mixpanel)
7+
By analyzing the actions your users perform, you can gain a better understanding to drive retention, engagement, and conversion. The client-side Mixpanel Destination code is open-source.
88

9-
## Getting Started
9+
Segment's Mixpanel destination plugin code is open source and [available on GitHub](https://github.com/segment-integrations/analytics-swift-mixpanel){:target="_blank"}.
1010

11-
1. From the Segment app Destinations page click on **Add Destination**.
12-
2. Search for Mixpanel in the Destinations Catalog and confirm the Source to connect to.
11+
## Getting started
12+
13+
1. From the Segment app Destinations page, click on **Add Destination**.
14+
2. Search for Mixpanel in the Destinations Catalog and confirm the source to connect to.
1315
3. Copy your Mixpanel "API Secret" and "Token", and paste them into the Connection Settings in Segment.
1416
4. Enable the destination to start sending your data to Mixpanel.
1517

@@ -208,7 +210,7 @@ For example, if you add **Logged In** to the list of increment events, Segment i
208210

209211
If you'd like to add an increment for viewing a specific page or screen, ensure you have the setting "Track Named Pages" selected and use the dynamically generated event name under "Events to Increment in People." For example, `.page('Signup')` would translate to "*Viewed* Signup *Page*" and `.screen('Listing')` would translate to "*Viewed* Listing *Screen*".
210212

211-
Remember, Segment sends one event per `page` call.
213+
Remember, Segment sends one event per Page call.
212214

213215
> info ""
214216
> Increment works for "known users", so if your track call is being made server-side, you need to pass a `userId`. If your track call is being made client-side, you need to identify the user first.

0 commit comments

Comments
 (0)