۶Ƶ

List unsubscribe list-unsubscribe

In ۶Ƶ Journey Optimizer, when configuring a new email channel configuration, upon selecting a subdomain from the list, the Enable List-Unsubscribe option displays. It is enabled by default.

The one-click list unsubscribe URL is an unsubscribe link or button displayed next to the email sender information, and lets recipients instantly opt out of your mailing lists with a single click.

For example, the one-click unsubscribe URL displays a link as below in Gmail:

IMPORTANT
To display the one-click unsubscribe URL in the email header, the recipients’ email client must support this feature.

Depending on the email client, and the email configuration unsubscription settings, clicking the unsubscribe link in the email header can have the following impacts:

  • When the Mailto (unsubscribe) feature is enabled, the unsubscribe request is sent to the default unsubscribe address based on the subdomain you configured.
  • When the One-click unsubscribe URL feature is enabled - or if you inserted an unsubscription URL in your email body content -, the recipient is directly opted-out, either at the channel level or at the ID level (depending on how the consent is set up), when the recipient clicks on the one-click unsubscribe URL (based on the subdomain you configured).
NOTE
Learn how to manage the unsubscription settings in this section below.

In both cases, when a recipient clicks the opt-out link, their unsubscribe request is processed accordingly. The corresponding profile is immediately opted out and this choice is updated in Experience Platform.

NOTE
Occasionally, unsubscribe events may take longer to reflect at the profile level due to downstream data processing. Allow some time for the system to update.

Enable List unsubscribe enable-list-unsubscribe

When the Enable List-Unsubscribe option is enabled, if supported by the recipients’ email client, the email header includes both a mailto and/or a URL by default that recipients can use to unsubscribe from your mailing list.

NOTE
If you disable this option, no one-click unsubscribe URL is displayed in the email header.

The List unsubscribe header offers two options, which are enabled by default unless you uncheck one or both:

{width="80%"}

  • A Mailto (unsubscribe) address, which is the destination address where unsubscribe requests are routed to for auto-processing. In Journey Optimizer, the unsubscribe email address is the default Mailto (unsubscribe) address displayed in the channel configuration, based on the selected subdomain.

  • The One-click unsubscribe URL, which by default is the one-click opt-out URL generated List unsubscribe header, based on the selected subdomain.

You can select the Consent level from the corresponding drop-down list. It can be specific to the channel or to the profile identity. Based on this setting, when a user unsubscribes using the list unsubscribe URL in the header of an email, the consent gets updated in ۶Ƶ Journey Optimizer, either at the channel level or ID level.

Guardrails and recommendations list-unsubscribe-guardrails

The one-click list unsubscribe URL feature enables your recipients to easily opt out from your communications. However, as not all email clients support this link in the email header, ۶Ƶ recommends you also add a one-click opt-out link or an unsubscribe link into your email’s body.

The Mailto (unsubscribe) feature and the One-click unsubscribe URL feature are optional.

  • If you have toggled on the Enable List-Unsubscribe option in the email configuration settings, we recommend that you enable both methods - Mailto (unsubscribe) and One-Click Unsubscribe URL. Not all email clients support the HTTP method. With the Mailto list-unsubscribe feature provided for you to select an alternative, your sender reputation can be better protected and all your recipients are able to have access to use the unsubscribe functionality.

  • If you do not want to use the default generated one-click unsubscribe URL, you can uncheck the feature.

    • In the scenario where the Enable List-Unsubscribe option is toggled on and the One-click Unsubscribe URL feature is unchecked, if you add a one-click opt-out link to a message created using this configuration, the List unsubscribe header picks up the one-click opt-out link you have inserted in the body of the email and uses that as the one-click unsubscribe URL value.

    • If you do not add a one-click opt-out link into your message content and the default One-click unsubscribe URL is unchecked in the channel configuration settings, no URL is passed into the email header as part of the List unsubscribe header.

    note note
    NOTE
    Learn more on managing unsubscribe capabilities within your messages in this section.

In Journey Optimizer, consent is handled by the Experience Platform Consent schema. By default, the value for the consent field is empty and treated as consent to receive your communications. You can modify this default value while onboarding to one of the possible values listed here, or use consent policies to override the default logic.

Currently, Journey Optimizer does not append a specific tag to unsubscribe events triggered by the List unsubscribe feature. If you need to differentiate List unsubscribe clicks from other unsubscribe actions, you must implement custom tagging externally, or leverage an external landing page for tracking.

Manage unsubscribe data externally custom-managed

If you are managing consent outside of ۶Ƶ, select the Customer managed option to enter a custom unsubscribe email address and your own one-click unsubscribe URL.

{width="80%"}

The One-click Unsubscribe URL must be POST URL.

WARNING
If you are using the Customer managed option, ۶Ƶ is not storing any unsubscribe or consent data. With the Customer managed option, organizations are electing to use an external system and will be responsible for managing their consent data in such external system. There is no auto synchronization of consent data between the external system and Journey Optimizer. Any synching of consent data, which is sourced from the external system to update user consent data in Journey Optimizer, must be initiated by the organization as a data transfer to push the consent data back into Journey Optimizer.

Configure the decrypt API configure-decrypt-api

With the Customer managed option selected, if you enter custom endpoints and use them in a campaign or journey, Journey Optimizer appends some default profile specific parameters to the consent update event when your recipients click the unsubscribe link.

These parameters are sent to the endpoint in an encrypted manner. Thus, the external consent system needs to implement a specific API through to decrypt the parameters sent by ۶Ƶ.

The GET call to retrieve these parameters depends on the List unsubscribe option you are using - One-click unsubscribe URL or Mailto (unsubscribe).

One-click unsubscribe URL

With the One-click unsubscribe URL option, clicking the Unsubscribe link directly unsubscribes the user.

The GET call is as follows:

Endpoint: https://platform.adobe.io/journey/imp/consent/decrypt

Query parameters:

  • params: contains the encrypted payload
  • pid: encrypted profile ID

These two parameters will be included into the consent update event sent to the custom endpoints.

Header requirements:

  • x-api-key
  • x-gw-ims-org-id
  • authorization (user token from your technical account)

Below are sample parameters and the consent response:

table 0-row-2 1-row-2 2-row-2
Query parameter Sample payload
pid {
“pid” : “5142733041546020095851529937068211571”,
“pns” : “CRMID”,
“e” : “john@google.com”,
“ens” : “Email”,
}
params {
“m” : “messageExecutionId”,
“ci” : “campaignId”,
“jv” : “journeyVersionId”,
“ja” : “journeyActionId”,
“s” : “sandboxId”,
“us” : “unsubscribeScope”
}

Consent response:

code language-none
{
    "profileNameSpace": " CRMID ",
    "profileId": "5142733041546020095851529937068211571",
    "emailAddress": "john@google.com",
    "emailNameSpace": "Email",
    "sandboxId": "sandboxId",
    "optOutLevel": "channel",
    "channelType": "email",
    "timestamp": "2024-11-26T14:25:09.316930Z"
}
Mailto (unsubscribe)

With the Mailto (unsubscribe) option, clicking the Unsubscribe link sends a pre-filled email to the unsubscribe address specified.

The GET call is as follows.

Endpoint: https://platform.adobe.io/journey/imp/consent/decrypt

Query parameters:

  • emailParams: string that contains the params (encrypted payload) and pid (encrypted profile ID) parameters.

The params and pid parameters will be included into the consent update event sent to the custom endpoints.

Header requirements:

  • x-api-key
  • x-gw-ims-org-id
  • authorization (user token from your technical account)

Below are sample parameters and the consent response:

table 0-row-2 1-row-2
Query parameter Sample payload
emailParams {
“p” : “profileId”,
“pn” : “profileNamespace”,
“en” : “emailNamespace”,
“ci” : “campaignId”,
“jv” : “journeyVersionId”,
“ja” : “journeyActionId”,
“si” : “sandboxId”,
“us”: “unsubscribeScope”
}

Consent response:

code language-none
{
    "profileNameSpace": " CRMID ",
    "profileId": "5142733041546020095851529937068211571",
    "emailAddress": "john@google.com",
    "emailNameSpace": "Email",
    "sandboxId": "sandboxId",
    "optOutLevel": "channel",
    "channelType": "email",
    "timestamp": "2024-11-26T14:25:09.316930Z"
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76