Skip to content

Commit d900e70

Browse files
authored
Merge branch 'master' into brie/ios14-integration-update
2 parents 047fec1 + 6f53be2 commit d900e70

File tree

7 files changed

+1191
-623
lines changed

7 files changed

+1191
-623
lines changed

src/_data/sidenav/strat.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,18 @@ sections:
7272
title: Querystring API
7373
- path: /connections/sources/catalog/libraries/website/javascript/troubleshooting
7474
title: Troubleshooting
75+
76+
77+
- slug: ios
78+
section_title: Analytics-iOS Documentation
79+
section:
80+
- path: /connections/sources/catalog/libraries/mobile/ios
81+
title: Analytics-iOS mobile source
82+
- path: /connections/sources/catalog/libraries/mobile/ios/quickstart
83+
title: iOS Quickstart tutorial
84+
- path: /connections/sources/catalog/libraries/mobile/ios/middleware
85+
title: Middlewares for iOS
86+
- path: /connections/sources/catalog/libraries/mobile/ios/troubleshooting
87+
title: Troubleshooting Analytics-iOS
88+
- path: /connections/sources/catalog/libraries/mobile/ios/ios-faqs
89+
title: iOS Frequently asked questions

src/connections/destinations/catalog/mixpanel/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ If you're not familiar with the Segment Specs, take a look to understand what th
190190
```javascript
191191
analytics.alias('newUserId')
192192
```
193-
**Important:** Calling `alias` used to be required for Mixpanel in all libraries in order to connect anonymous visitors to identified users. However, with the release of Mixpanel's New [identity merge feature](https://help.mixpanel.com/hc/en-us/articles/360039133851#enable-id-merge) this is no longer necessary if you enable the ID Merge Setting under Mixpanel -> Project Settings -> Identity Merge. **If you aren't using this setting, please continue with the instructions below.**
193+
194+
**Important:** Mixpanel used to require that you call `alias` in all libraries to connect anonymous visitors to identified users. However, with the release of Mixpanel's new [Identity Merge feature](https://help.mixpanel.com/hc/en-us/articles/360039133851#enable-id-merge) this is no longer necessary. To enable ID Merge, go to your Mixpanel Settings Dashboard, navigate to **Project Settings > Identity Merge** and enable the setting from that screen. If you are _not_ using this setting, use the instructions below.**
195+
194196

195197
As soon as you have a `userId` for a visitor that was previously anonymous you'll need to [`alias`](/docs/connections/spec/alias/) their old anonymous `id` to the new `userId`. In Mixpanel only **one** anonymous user history can be merged to **one** identified user. For that reason you should only call `alias` once, right after a user registered, but before the first `identify`.
196198

0 commit comments

Comments
 (0)