Experienceevent _id | Adobe Higher Education
Skip to main content
Luca_Lattarini
Level 9
October 6, 2022
Respondido

Experienceevent _id

  • October 6, 2022
  • 2 respostas
  • 1788 Visualizações

Hi all,

 

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

Thanks

Este tópico foi fechado para respostas.
Melhor resposta por 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 Respostas

ChetanyaJain-1
Community Advisor
Community Advisor
October 6, 2022
Danny-Miller
Adobe Employee
Danny-MillerAdobe EmployeeResposta
Adobe 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