Tracking One CLick Unsubscription in Adobe Campaign Classic
We are implementing a 'One-Click Unsubscription' feature in Adobe Campaign Classic. So far, we have successfully customized the out-of-the-box web app provided by Adobe to handle unsubscriptions and track them programmatically.
Our next challenge is identifying which delivery was used by a recipient to unsubscribe. Specifically, we want the web app to retrieve the delivery code associated with the recipient's unsubscription click. This would allow us to track the types of deliveries prompting unsubscriptions and manage service-level unsubscriptions more effectively.
What We Have Done So Far:
- Customized the default web app with custom scripts to handle unsubscriptions.
- Added logic to update recipient information when unsubscribing.
What We Need Help With:
We want to:
- Retrieve the delivery code of the delivery the recipient interacted with.
- Embed this delivery code in the web app script so it can be stored for tracking purposes.
Is there a straightforward way to include the delivery code in the web app's context or fetch it programmatically? Are there best practices for handling delivery-level unsubscriptions to make this process more efficient?
Any guidance or examples on better handling and tracking of One Click Unsubscription would be greatly appreciated!











