worried-planet-2191
04/10/2022, 7:51 PMfuture-teacher-7046
happy-parrot-84983
04/10/2022, 7:58 PMfuture-teacher-7046
// Can only get the distinct_id after Mixpanel fully loads
mixpanel.init("YOUR PROJECT TOKEN", {
loaded: function (mixpanel) {
growthbook.setAttributes({
...growthbook.getAttributes(),
id: mixpanel.get_distinct_id(),
});
},
});happy-parrot-84983
04/10/2022, 8:04 PM