Skip to content

Commit 25d964a

Browse files
authored
[Mixpane] Add info that events might failed due to message Id
Add the following information ------------------------------ ### Failed events due to message Id By default, message Id of an event is map to insert ID in Mixpanel. If you are generating your own message ID, check that the message Id comply to the format of Insert ID as mentioned in the [document in Mixpanel](https://developer.mixpanel.com/reference/import-events#propertiesinsert_id). Otherwise, this will result in 400 Bad Request error from Mixpanel.
1 parent f797816 commit 25d964a

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
@@ -141,6 +141,10 @@ analytics.track('Example Event', { custom_group_key : 'group1' });
141141

142142
If your integration is correct and you are still seeing failed events, review and verify that you are sending all date properties as UTC time format, due to Mixpanel timestamp format requirements.
143143

144+
### Failed events due to message Id
145+
146+
By default, message Id of an event is map to insert ID in Mixpanel. If you are generating your own message ID, check that the message Id comply to the format of Insert ID as mentioned in the [document in Mixpanel](https://developer.mixpanel.com/reference/import-events#propertiesinsert_id). Otherwise, this will result in 400 Bad Request error from Mixpanel.
147+
144148
### Why is Boardman, Oregon appearing in my users' profile location field?
145149

146150
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.

0 commit comments

Comments
 (0)