Reputation: 171
I've searched the interwebs for a solution to this, but to no avail.
Is it possible to set our user's profile picture as the profile picture in Mixpanel's people report? I've tried calling our user picture object in the method where we declare Mixpanel user attributes, but it's not updating the photo.
Is there a best practice here?
Upvotes: 15
Views: 1990
Reputation: 29739
Avatar $avatar
- Set this property to a url resource of a gif, jpg, jpeg, or png to update the profile picture in a profile. This property will override a profile picture pulled from Gravatar.
Upvotes: 1
Reputation: 234
For the profile image, they use the Gravatar based on the user's email. After countless searching I found this tweet from Mixpanel.
Upvotes: 16