Expand my Community achievements bar.

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

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

2 Replies

Avatar

Correct answer by
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