mixpanel-node
mixpanel-node copied to clipboard
Batch set user/group properties
I want to batch import a bunch of user properties without having to iterate and call people.set for each one, since it looks like that would generate many network requests unnecessarily.
I see in the documentation it's possible to batch update user properties here: https://developer.mixpanel.com/reference/profile-batch-update
But I don't see that this is possible with this library.
This will be very useful to know
any updates for this feature? I think this would be helpful
Would love this. Right now we are updating profiles in background jobs, thousands at a time. It would probably help Mixpanel's servers if we were not hitting them so much!