Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

opt-out indicator in email delivery

Avatar

Level 3

We have realised that opt-out indicator attribute in delivery doesn't consider unique clicks (like unique recipient click attribute). Is this the default behaviour? are there any attributes which we can use to get the unique opt-outs for a particular email delivery? 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Rajesh,

 

Yes, this is expected. The Opt-out indicators simply look at any URL with a category of Opt-Out (see indicator documentation below):

 

https://experienceleague.adobe.com/en/docs/campaign-classic/using/reporting/reports-on-deliveries/in...

 

As for getting unique opt-outs. There really isn't an attribute for it, since the idea of opting out is that there should be one link that a recipient clicks once and is opted out. There really shouldn't be duplicate opt-outs, but if there are, simply create a workflow with a dedupe activity and target duplicates based on recipients who were emailed (broadlogrcp). You'll also likely need to link to the trackinglogrcp and url tables if you want to really drill into the URL details.

 

Regards,

Craig

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Rajesh,

 

Yes, this is expected. The Opt-out indicators simply look at any URL with a category of Opt-Out (see indicator documentation below):

 

https://experienceleague.adobe.com/en/docs/campaign-classic/using/reporting/reports-on-deliveries/in...

 

As for getting unique opt-outs. There really isn't an attribute for it, since the idea of opting out is that there should be one link that a recipient clicks once and is opted out. There really shouldn't be duplicate opt-outs, but if there are, simply create a workflow with a dedupe activity and target duplicates based on recipients who were emailed (broadlogrcp). You'll also likely need to link to the trackinglogrcp and url tables if you want to really drill into the URL details.

 

Regards,

Craig

Avatar

Level 3

Thanks @Craig_Thonis . That make sense. But as there were delivery indicators for unique click and unique opens, I was under the assumption this opt-out refer to unique clicks, but that isn't the case. I will figure out a way to get the unique opt-outs. Thank you!