Leiste mit Community-Erfolgen erweitern.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.
GELÖST

how to find event attribute are ingested against which dataset ?

Avatar

Level 5

Everything that’s present in prfile store is also present in dataLake.

Lets say there are 4 system sending event streaming data. From profile UI we can see all 4events. How can we back track it to find out which dataset they have the record entry in dataLake ?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 3

when you lookup the profile and view events in json, you can find an attribute "sourceid" for each event record, which is the datasetid in which that event is ingested.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Level 3

when you lookup the profile and view events in json, you can find an attribute "sourceid" for each event record, which is the datasetid in which that event is ingested.

Avatar

Level 5

awesome thank