Skip to content

Commit e03897d

Browse files
Update src/connections/destinations/catalog/actions-mixpanel/index.md
1 parent 25d964a commit e03897d

File tree

1 file changed

+3
-2
lines changed
  • src/connections/destinations/catalog/actions-mixpanel

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -141,9 +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
144+
### Failed events due to messageId
145+
Segment maps the `messageId` of a Segment event to Mixpanel's `insert_id` value. If you are generating your own `messageId`, ensure the format complies with Mixpanel's `insert_id` requirements. For more information, see Mixpanel's [Import Events](https://developer.mixpanel.com/reference/import-events#propertiesinsert_id){:target="_blank”} documentation.
145146

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+
Failing to generate a `messageId` that complies with Mixpanel's `insert_id` standard might result in a `400 Bad Request` error from Mixpanel.
147148

148149
### Why is Boardman, Oregon appearing in my users' profile location field?
149150

0 commit comments

Comments
 (0)