We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Getting Wrong timestamp from App pixel event.

Getting Wrong timestamp from App pixel event.

Nikunj48
Shopify Partner
1 0 0

I am using app pixel to track all standard events, but I've encountered an issue with certain events having incorrect timestamp values. Some of these events contain future dates. For example when the current timestamp is '2023-12-13T15:25:48.333Z', the timestamp shows '2023-12-14T15:25:54.729Z'. In some cases timestamp value are appearing 7 days ahead of the current timestamp value.

Reply 1 (1)

javieralarcn10
Shopify Partner
10 2 3

Yes, I'm in the same situation. I fixed this changing timestamp to new Date().toISOString()