Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.
SOLVED

When a prospect/Profile unsubscribes from a journey, Which system dataset in AJO captures the information.

Avatar

Level 2

When a prospect/Profile unsubscribes from a journey, Which system dataset in AJO captures the information. How Journey uses this dataset to exclude the member from further communications when journey uses different identifier

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

It depends on what type of consent is configured (channel, identity or subscription list) https://experienceleague.adobe.com/en/docs/journey-optimizer/using/email/email-opt-out#opt-out-exter... 

dugganab_0-1713501854137.png

 

Consent data is stored in the XDM under consents.marketing object

 

For consent at channel level,If consents.marketing.email.val is set to n (via channel level unsubscription), the profile will stop receiving marketing emails. This is to prevent profile from receiving marketing communications through a particular channel.


AJO manages identity-level consent through the consents.idSpecific map where in it is managed per email address.
Ex:- consents.idSpecific.{Namespace}.{Identity}.marketing.{Channel}.val

Profile snapshot dataset will hold this information

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

It depends on what type of consent is configured (channel, identity or subscription list) https://experienceleague.adobe.com/en/docs/journey-optimizer/using/email/email-opt-out#opt-out-exter... 

dugganab_0-1713501854137.png

 

Consent data is stored in the XDM under consents.marketing object

 

For consent at channel level,If consents.marketing.email.val is set to n (via channel level unsubscription), the profile will stop receiving marketing emails. This is to prevent profile from receiving marketing communications through a particular channel.


AJO manages identity-level consent through the consents.idSpecific map where in it is managed per email address.
Ex:- consents.idSpecific.{Namespace}.{Identity}.marketing.{Channel}.val

Profile snapshot dataset will hold this information