Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Hi,
Why the second answer is correct? It is because the id of the event is not unique?
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
Zugriffe
Antworten
Likes gesamt
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
Yes. Only 1 record will be available in profile with a given _id. Second record won’t be processed to profile.
—ssj
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten