Expandir la barra de logros de la comunidad.

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.
RESUELTAS

AEP technical foundation question event

Avatar

Level 10

Hi, 

 

Why the second answer is correct? It is because the id of the event is not unique?

 

Michael_Soprano_0-1708102442575.png

 

Temas

Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.

1 solución aceptada

Avatar

Respuesta correcta de
Community Advisor

Hi @Michael_Soprano  - In the AEP experience, an event's _id serves as its unique identifier. It is not possible to store multiple events with the same _id in the profile storage. If an event is ingested with an _id that already exists, it will not be added to the profile store. Consequently, the number of events associated with a profile will remain one. It's important to note that events sharing the same _id will still be ingested into the data lake. You can view all events with the same _id by running a query on the dataset. However, only the first event bearing that _id will be stored in the profile store.

 

Thanks,

Arpan

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Employee

Yes. Only 1 record will be available in profile with a given _id. Second record won’t be processed to profile. 

—ssj

Avatar

Respuesta correcta de
Community Advisor

Hi @Michael_Soprano  - In the AEP experience, an event's _id serves as its unique identifier. It is not possible to store multiple events with the same _id in the profile storage. If an event is ingested with an _id that already exists, it will not be added to the profile store. Consequently, the number of events associated with a profile will remain one. It's important to note that events sharing the same _id will still be ingested into the data lake. You can view all events with the same _id by running a query on the dataset. However, only the first event bearing that _id will be stored in the profile store.

 

Thanks,

Arpan