Experienceevent _id | Community
Skip to main content
Luca_Lattarini
New Participant
October 6, 2022
Solved

Experienceevent _id

  • October 6, 2022
  • 2 replies
  • 1768 views

Hi all,

 

Is it possibile to autogenerate _id for an event instead of passing it from external system? 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Danny-Miller

@luca_lattarini Keep in mind the purpose of _id is to prevent duplicates from being loaded into AEP.

What I prefer/suggest people to do is take a concatenate multiple columns approach.

e.g.

  • LastUpdateTimestamp+OrderID

 

2 replies

Danny-Miller
Danny-MillerAccepted solution
Employee
October 6, 2022

@luca_lattarini Keep in mind the purpose of _id is to prevent duplicates from being loaded into AEP.

What I prefer/suggest people to do is take a concatenate multiple columns approach.

e.g.

  • LastUpdateTimestamp+OrderID

 

ChetanyaJain-1
New Participant
October 6, 2022