Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Dynamically retrieve the Adobe Campaign Variables in AEM?

Avatar

Level 8

Hi,

How can I dynamically retrieve the Adobe Campaign Variables in AEM? 

 

anasustic_0-1741776427066.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @anasustic 

I am not an Adobe Campaign expert but according to document it should work OOTB

 

The list of available personalization fields is synchronized with your Adobe Campaign instance. The fields are managed in Adobe Campaign in the schema nms:seedMember. All fields in nms:seedMember must also be present in your recipient table.

 

https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/email/campaign-v... 

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @anasustic 

I am not an Adobe Campaign expert but according to document it should work OOTB

 

The list of available personalization fields is synchronized with your Adobe Campaign instance. The fields are managed in Adobe Campaign in the schema nms:seedMember. All fields in nms:seedMember must also be present in your recipient table.

 

https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/email/campaign-v... 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 8

Hi @arunpatidar 

Thanks a lot for answering my question. Do you maybe have an idea how to access the Adobe Campaign available personalization fields in AEM component models?