Experience Event the Data Does not have a unique timestamp from the source | Community
Skip to main content
Level 1
April 15, 2026
Question

Experience Event the Data Does not have a unique timestamp from the source

  • April 15, 2026
  • 2 replies
  • 12 views

We have Data coming from the source all the data relates to an event but we are not getting a timestamp from the source that is unique for each event it is same for couple of events relates to the different user what should we use for mapping in this case is it now() or timestamp for data prep

2 replies

KumarRishii
Level 5
April 16, 2026

Use timestamp() in Data Prep to create a proper event-level timestamp.

DavidKangni
Community Advisor
Community Advisor
April 16, 2026
  • if you are looking for datetime use now()
  • if you are looking for epoch use timestamp()

Thanks,

David

David Kangni