External Opt Out in AJO | Community
Skip to main content
Silvio6
Level 5
January 15, 2024
Solved

External Opt Out in AJO

  • January 15, 2024
  • 2 replies
  • 1589 views

Hi, I'm a little bit lost about how manage the third party unsubscription. I have my external landing page for unsuscbribe profiles (info.myexternalunsub.com/Email-Preference-Center.html?&optout=true).

 

So, I will create the message template in a journey and add "External opt out" type in Unsubscribe link

 

Then I can't understand the Subscription API Call, where and when the API call will be triggered? As the final unsubscription landing page (info.myexternalunsub.com/Email-Preference-Center.html?&optout=true) is hosted in an external tool I can't change anything there, neither the green unsubscribe button or the checkbox.

 

Here info.myexternalunsub.com/Email-Preference-Center.html?&optout=true template

Here I can see profile need to add its email so maybe third party tool will make all the work, matching email with opt out behavior but not sure about it.

 

So please if you can guide me step by step the API part and where that endpoint goes and so on as I can't understand very well the doc (https://experienceleague.adobe.com/docs/journey-optimizer/using/email/email-opt-out.html?lang=en#opt-out-external-lp).

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AnanthanJa

Hi @silvio6,

 

As mentioned in the documentation link, the unsubscription API call needs to be made by the external landing page.

 

The external landing page needs to read the URL parameters pid and params to make an API call to AEP to revoke the email consent when the customer clicks the Unsubscribe button.

 

https://experienceleague.adobe.com/docs/journey-optimizer/using/email/email-opt-out.html%3Flang%3Den#opt-out-api

 

As mentioned in this trial, these parameters are added to the URL in run time. 

 

Hope this clarifies.

2 replies

Manoj_Kumar
Community Advisor
Community Advisor
January 16, 2024

Hello @silvio6 

 

The external platform with the preference form will do the API call when a customer submits the form.

 

Since you don't have access to modify this external landing page if is better to look for other options.

 

 

Manoj     Find me on LinkedIn
AnanthanJaAdobe EmployeeAccepted solution
Adobe Employee
January 16, 2024

Hi @silvio6,

 

As mentioned in the documentation link, the unsubscription API call needs to be made by the external landing page.

 

The external landing page needs to read the URL parameters pid and params to make an API call to AEP to revoke the email consent when the customer clicks the Unsubscribe button.

 

https://experienceleague.adobe.com/docs/journey-optimizer/using/email/email-opt-out.html%3Flang%3Den#opt-out-api

 

As mentioned in this trial, these parameters are added to the URL in run time. 

 

Hope this clarifies.