Expand my Community achievements bar.

Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.
SOLVED

Email Preference Choice Value not appearing on profile record

Avatar

Level 4

Im creating an opt in journey for when a user selects email preferences to opt in to via a landing page and form in AJO (newsletter, events, education, products). However, im noticing that when the preferences are selected on the form and added to a subscription list, the system generated segment is showing 0 people and the choice value for the preference is not appearing on the profile record. Do I need to create a schema for the email preferences choices?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @RyanMoravick,

 

When you add profiles to the subscription list they should have a choice value set on the OOTB consent and preference details field group (Refer below screenshot). Once a profile is successfully added to the subscription list you should see profile attribute contains something like

'consents.marketing.email.subscriptions.Test_Subscription.val' with value 'y' and a few other attributes related to the subscription. Look at this documentation page on how to use customize the consents and preferences field group to handle Marketing preferences and subscriptions.

https://experienceleague.adobe.com/docs/experience-platform/xdm/data-types/marketing-field-subscript...

 

SatheeskannaK_0-1682344311687.png

 

Thanks, Sathees

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @RyanMoravick,

 

When you add profiles to the subscription list they should have a choice value set on the OOTB consent and preference details field group (Refer below screenshot). Once a profile is successfully added to the subscription list you should see profile attribute contains something like

'consents.marketing.email.subscriptions.Test_Subscription.val' with value 'y' and a few other attributes related to the subscription. Look at this documentation page on how to use customize the consents and preferences field group to handle Marketing preferences and subscriptions.

https://experienceleague.adobe.com/docs/experience-platform/xdm/data-types/marketing-field-subscript...

 

SatheeskannaK_0-1682344311687.png

 

Thanks, Sathees

Avatar

Level 4

thank you, the documentation was very helpful. Im seeing the preferences on the user profile now as expected.