Expand my Community achievements bar.

Join expert-led sessions on Real-Time CDP & Journey Optimizer designed to boost your impact.

Custom Dashboard in RTCDP

Avatar

Level 1

When building a custom dashboard in AEP RTCDP, is it possible to populate the following fields? I went through the CDPInsights data model but couldn't find anything relevant to this

  • Who activated the audience to a destination
  • Last modified
  • Who modified
2 Replies

Avatar

Level 10

Hi @AEPExplorer ,

 

You're right to look at the CDP Insights data model, but those specific fields ("Who activated the audience to a destination," "Last modified," "Who modified") aren't directly available as standard fields within the AEP RTCDP Insights data model for custom dashboards. You must actively collect and add this data; it's not built into the system. Whenever someone activates an audience or makes changes, record who did it and when. This data needs to be added to AEP separately.

 

Thanks,

Jyoti

Avatar

Level 5

In AEP RTCDP, mentioned fields are not directly available in the CDPInsights data model. You can check for

Who Activated the Audience: Not tracked in CDPInsights; check AEP Audit Logs or implement custom event logging.
Last Modified: May be available via Audience or Dataset APIs.
Who Modified: Use Audit Logs to track user actions or modifications.

I will suggest you to follow the best Practice to combine AEP Audit Logs and API data for a complete view. Custom logging and Adobe Support may provide additional solutions.