Which is the super property to set user avatar image in mixpanel
Hi Nainik M., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
Based on the knowledge sources provided, there is a specific reserved property for setting a user's avatar image in Mixpanel. The property is called $avatar
.According to the Reserved Properties documentation:> $avatar | Avatar URL | 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.It's important to note that $avatar
is a reserved profile property, not a super property. Super properties are global event properties that are automatically included with all tracked events, while profile properties describe user information.To set the avatar URL for a user, you would typically use the people.set()
method (or its equivalent in different SDKs) rather than registering it as a super property. The exact implementation would depend on the specific SDK you're using.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.