You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
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.
The text was updated successfully, but these errors were encountered: