Tracking of profile updates in AEP | Community
Skip to main content
New Participant
January 13, 2025
Solved

Tracking of profile updates in AEP

  • January 13, 2025
  • 3 replies
  • 649 views

Hi, 

 

Is there a way to if a specific attribute was updated during streaming ingestion and only qualify users whose values were updated in that specific ingestion into a journey. I know we can audiences, but audiences would consider already existing profiles in AEP that has those values as well. We'd just like to check for the new profiles that are updated with each ingestion (not scheduled). Also, these attributes are profile attributes and not events 

Best answer by arpan-garg

Hi @trojan_horse  - With streaming ingestion data is updated almost real time in the profile store, but data in datalake is updated via batch ingestion method only. If you know which profile attribute you want to check for changes then you can write a query in query console and export it to a dataset to know the result.

 

Thanks,

Arpan

3 replies

kautuk_sahni
Employee
January 20, 2025

@trojan_horse Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
RiteshY18
New Participant
January 14, 2025

@trojan_horse i would suggest two options here 

- use query service and ensure ingested Profile data include a timestamp field (e.g., lastupdated).

- user profile API to fetch specific identity, results would include the latest value 

arpan-garg
arpan-gargAccepted solution
New Participant
January 14, 2025

Hi @trojan_horse  - With streaming ingestion data is updated almost real time in the profile store, but data in datalake is updated via batch ingestion method only. If you know which profile attribute you want to check for changes then you can write a query in query console and export it to a dataset to know the result.

 

Thanks,

Arpan