Cx profile can have is_delete flas as false during the audience creation, but if Cx profile has entered in the journey and currently paused at WAIT journey touchpoint, then we can check is_delete one more time before sending the engagement email/sms/push etc. But this check would be required everytime before we send the engagement communication in the journey., and increase the touchpoint count in journey canvas. is there a way this logic of is_delete can be embded in the channel configuration level, so that we dont need to explicitly check for this flag evertime in the journey before sending engagement?
Views
Replies
Total Likes
Consent policies can be leveraged in your case https://experienceleague.adobe.com/en/docs/journey-optimizer/using/privacy/consent/consent
Note - Consent policies are currently only available for organizations that have purchased the Adobe Healthcare Shield or Privacy and Security Shield add-on offerings.
@Pradeep-Jaiswal No, today there is no generic, per‑channel configuration switch in AJO where you can say “always check is_delete before sending” and have that logic applied automatically for every email/SMS/push. You still need to implement the exclusion logic in the journey, or move it into a reusable pattern.
However, there are a few practical patterns that can get you close to “set once, reuse everywhere.”
is_delete as a consent policy .If the semantics are “this profile must never receive marketing*”, you can:
is_delete into the consent model, e.g.
is_delete = true, set consents.marketing.email.val = "n", consents.marketing.sms.val = "n", etc.Result:
This is the closest thing we have to “embed at channel configuration level” for a boolean flag.
Thank you. This seems great alternative of translating is_delete flag into consent value.
1) How do we ensure all marketing surfaces use marketing actions that are enforced by consent policies ?
2) Similarly is there any possibility to automatically exclude all profiles from the audience without building an exclusion logic into each individual audience definition ? Something that can be done at global level , rather than each audience ?
Views
Replies
Total Likes