From 81a4ea90ac6b21af092ca675843175ac0fd86a62 Mon Sep 17 00:00:00 2001 From: prigiattiperrut <47340158+prigiattiperrut@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:47:15 +0100 Subject: [PATCH 1/2] Update troubleshooting.md --- .../catalog/libraries/website/javascript/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md b/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md index 2f6cb74cfc..c9cb2bcc02 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md +++ b/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md @@ -129,6 +129,10 @@ If you're having issues with your destinations loading with Prototype.js, there Analytics.js generates a campaign object inside the context object whenever the URL contains search parameters. Without any UTM parameters, the campaign object remains empty. +## Why Are Events Received with Timestamps Set in the Past or Future? + +Please see full details [here](https://segment.com/docs/connections/spec/common/#why-are-events-received-with-timestamps-set-in-the-past-or-future). + ## Known issues: [Review and contribute to these on GitHub](https://github.com/segmentio/analytics.js/issues). From d5a5d22a146041d04a8459a9c93f950628bfe631 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:48:23 -0400 Subject: [PATCH 2/2] Apply suggestions from code review --- .../catalog/libraries/website/javascript/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md b/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md index c9cb2bcc02..d78145e23f 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md +++ b/src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md @@ -129,9 +129,9 @@ If you're having issues with your destinations loading with Prototype.js, there Analytics.js generates a campaign object inside the context object whenever the URL contains search parameters. Without any UTM parameters, the campaign object remains empty. -## Why Are Events Received with Timestamps Set in the Past or Future? +## Why do I see events with timestamps in the past or future? -Please see full details [here](https://segment.com/docs/connections/spec/common/#why-are-events-received-with-timestamps-set-in-the-past-or-future). +You may see events with timestamp discrepancies due to manual overriding of the timestamp value, mobile apps closed or set in the background, traffic from bots, or inaccurate device or browser time. For more information, see Segment's [Common Fields Spec](/docs/connections/spec/common/#why-are-events-received-with-timestamps-set-in-the-past-or-future). ## Known issues: