Leiste mit Community-Erfolgen erweitern.

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.
GELÖST

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

 

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

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

Korrekte Antwort von
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