Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Get Newsletter subscription status from Adobe Commerce into AEP

Avatar

Level 1

Hi All,
I recently started working in AEP and I don't have much experience. I am trying to get data from Adobe Commerce into AEP using Web SDK. The connection is working and I am able to received standard events.
I am not sure what is the best way to get data about newsletter subscription from the client account settings. I was trying do this in different ways but it is not working. Does anyone know how to do this and could tell me which direction is good?

WeronikaLi_0-1750671384504.png

WeronikaLi_1-1750671400604.png

Thanks a lot!



1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @WeronikaLi ,

These kind of attributes are better collected on user profile level as these settings could change over time, collecting them in timestamped events (e.g. events coming from Web SDK) can give you outdated status of this attribute when looking at older events in user profile.

I'd suggest you to explore below options,

1. Adobe Commerce Source Connector: If the newsletter subscription status of the users is available in Adobe Commerce then use this options to collect the needed data into AEP. You can refer to Connect Commerce data to AEP documentation.

2. HTTP API Source Connector: In case the the newsletter subscription status of the users is only available on the client side then use this information to collect that data directly in a AEP profile dataset. If you opt for this option, you should consider collecting this attribute every time user updates his preferences to have the most updated status in the profile attribute in AEP.

Cheers!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @WeronikaLi ,

These kind of attributes are better collected on user profile level as these settings could change over time, collecting them in timestamped events (e.g. events coming from Web SDK) can give you outdated status of this attribute when looking at older events in user profile.

I'd suggest you to explore below options,

1. Adobe Commerce Source Connector: If the newsletter subscription status of the users is available in Adobe Commerce then use this options to collect the needed data into AEP. You can refer to Connect Commerce data to AEP documentation.

2. HTTP API Source Connector: In case the the newsletter subscription status of the users is only available on the client side then use this information to collect that data directly in a AEP profile dataset. If you opt for this option, you should consider collecting this attribute every time user updates his preferences to have the most updated status in the profile attribute in AEP.

Cheers!