Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
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

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