Skip to content

Some users fail to call people.set, but the callback succeeds #536

@cvvix

Description

@cvvix

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+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions