Does mixpanel not provide operating system as a mixpanel property for website? Although it is present for app
Hi Raghav K., 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
Mixpanel does provide Operating System as a property for websites when you use the JavaScript SDK.In the default properties table for client-side SDKs, $os (Operating System) is listed as an event property and is collected for JavaScript (web) as well as for Android and iOS. [Default props – events]It is also available as a user property for JavaScript (web) once you are updating any profile properties. [Default props – users]If you’re not seeing $os: - Make sure you’re using a client-side SDK (e.g. mixpanel-browser / JS snippet), not only server-side tracking, since server-side does not auto-parse User-Agent. [Server-side best practices]
- Confirm you haven’t disabled it via property_blacklist in mixpanel.init. [JS privacy-friendly tracking]
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.
