You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/mixpanel/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -683,6 +683,6 @@ If you delete an audience or trait in Segment, it isn't deleted from Mixpanel. T
683
683
684
684
Segment sends an`identify` or a`track` call for each external on the user's account. For example, if a user has three email addresses, and you are sending`identify` calls for your audience, Engage sends three`identify` calls to Mixpanel and adds the latest email address to the user profile as the email “address of record” on the Mixpanel user profile.
685
685
686
-
**What happens if I receivethe following error, "Timestamp must be within the last 5 years."and my timestampis showing1970-01-01?**
686
+
**What happens if I receivea`Timestamp must be within the last 5 years` error,and my timestampdisplays`1970-01-01`?**
687
687
688
688
The Segment PHP Library (2.1.0) version requires a UNIX timestamp. If you send anything other than a UNIX timestamp, Segment converts this to the`1970-01-01` timestamp. If you're experiencing failed events due to this error and you have a connected PHP source, update your PHP Library version to 2.1.0.