We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8763d commit c8fe13eCopy full SHA for c8fe13e
testbed/www/js/index.js
@@ -31,7 +31,7 @@ function BranchInit (isDebug) {
31
Branch.setCookieBasedMatching('cordova.app.link')
32
33
// sync with Mixpanel if installed
34
- Branch.setMixpanelToken('your_mixpanel_token')
+ Branch.setRequestMetadata('$mixpanel_distinct_id', 'your_mixpanel_token')
35
36
// Branch initialization
37
Branch.initSession(function (data) {
0 commit comments