In AJO, do we have any location where the contextual data coming from API triggered Campaign is stored? | Community
Skip to main content
Level 3
July 31, 2026
Question

In AJO, do we have any location where the contextual data coming from API triggered Campaign is stored?

  • July 31, 2026
  • 1 reply
  • 5 views

Hi Everyone,

I am not able to find where I can get the contextual data from API triggered campaign payload within AEP/AJO datasets after email sent out.

Normally you would see some metadata on AJO Interactive Messaging Profile Dataset, however I could not find contextual data in it. 

Thanks!

1 reply

Pulkit_Jain_
Adobe Employee
Adobe Employee
July 31, 2026

@ap95 

No, AJO doesn't store the contextual payload anywhere, it's used at runtime to render the message, then discarded. Not in Profile, not in any system dataset.

You can try an approach - log the payload yourself when you call the trigger API — stream it to a separate AEP dataset or your own DB, tagged with messageId/journeyId.