Mixpanel Issue: Browser Column Shows (not set) Despite JSON Data
Hello Mixpanel community,, I’m running into an issue with Mixpanel: In the UI, the Browser column shows (not set) — but when I expand the event details, I can see that the Browser is correctly set to Chrome in the Mixpanel Properties JSON. Setup context:
This is a server-side implementation.
The client sends browser info (e.g., Chrome) to my backend, and then the event is triggered from the server using that data.
Screenshot attached (You can see Browser: Chrome in the detailed view, but not in the table column.) Questions:
- 1.
Why does the Browser column still show (not set)?
- 2.
Is this because the browser info isn’t coming from the Mixpanel client SDK directly?
- 3.
Can we somehow promote or map our custom browser field to appear in the column?