Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
SOLVED

List of users who have unsubscribed

Avatar

Level 1

From which query we can get the list of users who have unsubscribed in a delivery template?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Rajan,

I would recommend starting from your trackinglogrcp table and looking for anyone who selected the Opt-Out or Unsubscribe for the delivery in question then link that back to your recipient table.

 

Regards,

Craig

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Rajan,

I would recommend starting from your trackinglogrcp table and looking for anyone who selected the Opt-Out or Unsubscribe for the delivery in question then link that back to your recipient table.

 

Regards,

Craig

Avatar

Community Advisor

Hi @rajansingh ,

 

The subscribers/un-subscribers information for service in delivery is stored in the Subscription (nms:subscription) schema. (screenshot)
So, you can use a Query activity in the workflow and use this table, and then in the Filtering condition add your desired delivery from the linked table 'broadLog' and get the list of all unsubscribers.

_Shubham_Goyal__0-1667288373553.png

 

Br,

Shubham