Skip to content

Commit 3f7245f

Browse files
authored
Merge pull request #6008 from segmentio/courtneyga-patch-9
Add Timestamp Requirement for Mixpanel (Actions)
2 parents dd2e383 + adc6148 commit 3f7245f

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,6 @@ To send Track events with a custom Group Key, include the key as a property of T
137137
```js
138138
analytics.track('Example Event', { custom_group_key : 'group1' });
139139
```
140+
### Failed events due to timestamp
140141

142+
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.

0 commit comments

Comments
 (0)