Custom Dashboard in RTCDP | Community
Skip to main content
New Participant
June 17, 2025

Custom Dashboard in RTCDP

  • June 17, 2025
  • 2 replies
  • 451 views

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

KumarRishii
New Participant
June 23, 2025

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.

Jyoti_Yadav
New Participant
June 18, 2025

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