I found that some users fail to call people.set, but the callback succeeds
Initially, I noticed a batch of registered users without the profile information specified by my project in the mixpanel panel, suspecting it was because these users left too quickly and didn't have time to report
Later, I added a successful set point in the set callback, and found that this point could be successfully reported and displayed, with the data also being normal
Therefore, it's possible that for some reason, the merge of set reporting cannot take effect
example
login
mixpanel.identify(userId)
mixpanel.people.set({...}, () => {
mixpanel.track('MixpanelSet', {userid}, {send_immediately: true})
})
Version: 1.71.0
User Behavior: Both those who exit quickly and those who stay on the page longer have completed MixpanelSet reporting
User Devices: Apple 15.7+
I found that some users fail to call people.set, but the callback succeeds
Initially, I noticed a batch of registered users without the profile information specified by my project in the mixpanel panel, suspecting it was because these users left too quickly and didn't have time to report
Later, I added a successful set point in the set callback, and found that this point could be successfully reported and displayed, with the data also being normal
Therefore, it's possible that for some reason, the merge of set reporting cannot take effect
example
Version: 1.71.0
User Behavior: Both those who exit quickly and those who stay on the page longer have completed MixpanelSet reporting
User Devices: Apple 15.7+