Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Experienceevent _id

Avatar

Level 9

Hi all,

 

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

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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

 

View solution in original post

2 Replies

Avatar

Community Advisor

Avatar

Correct answer by
Employee Advisor

@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