Skip to content

Commit bfbbcd1

Browse files
Merge pull request #7425 from segmentio/prigiattiperrut-patch-6
Added Troubleshooting Guide for Missing OS in Mixpanel
2 parents 1f53231 + 0352e20 commit bfbbcd1

File tree

1 file changed

+4
-0
lines changed
  • src/connections/destinations/catalog/actions-mixpanel

1 file changed

+4
-0
lines changed

src/connections/destinations/catalog/actions-mixpanel/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,7 @@ Failing to generate a `messageId` that complies with Mixpanel's `insert_id` stan
149149
### Why is Boardman, Oregon appearing in my users' profile location field?
150150

151151
If you are seeing traffic from Boardman or see Segment as the browser, you might be sending server side calls to your Mixpanel (Actions) destination. To correctly populate your users' profile location field, manually pass the IP information in the context object from the server.
152+
153+
154+
### Why is the Operating System field empty in Mixpanel?
155+
Mixpanel captures the `Operating System` field from the "OS Name" field in Segment. For Analytics.js sources, ensure that `context.userAgentData.platform` is correctly mapped to the "OS Name" field in your destination mappings. If this mapping is missing or misconfigured, the Operating System field may appear empty in Mixpanel.

0 commit comments

Comments
 (0)