Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

Adobe Campaign Standard- get list of hard bounced/blacklisted users

Avatar

Level 4

Hi All,

In Adobe Campaign Standard,how we can get the list of hard bounced/blacklisted customer and how we can share that on daily basis in the form of a report?

Thanks in advance

1 solution acceptée

Avatar

Réponse correcte par
Employee Advisor

Thank pablo, somehow I did not get email notification on the previous question but only work based on the mails 😉

Rahul:

Update data is not the required item here.

You would need to use Query activity.

Then change target dimension to addressStatus resource.

Thus contains all quarantine records.

There you can filter on type (quarantined, blacklisted, ...)

Voir la solution dans l'envoi d'origine

6 Replies

Avatar

Employee Advisor

There are few options:

* Delivery Logs (broadLog) are containing the bounce information on a delivery level

* Quarantine table (addressStatus) are containing the list of all bounces addresses

There is no reporting containig the bounce addresses just statistics on anonymous level.

You could setup a workflow with scheduler to extract data + upload to a SFTP server or so

Avatar

Level 4

Thanks ramon, for the update!

as of the reports we can only get the count of the bounced or blacklisted emails.

But is there any way to get the exact recipient list who are being blacklisted or whose getting hard bounced?

Should a workflow will be implemented for this or reports can provide the data as well?

Avatar

Employee Advisor

The list you can only get via a workflow / manually in the UI.

Reporting indeed will only give the count

Avatar

Level 4

ok.

I tried using "Data Update" activity in the workflow to get the recepient list via a specific condition applied,

but that also does not seem working.

Avatar

Level 10

Hi ramon.bisswanger,

Any other great helpful ideas to help Rahul?

Thank you for your contribution!

Avatar

Réponse correcte par
Employee Advisor

Thank pablo, somehow I did not get email notification on the previous question but only work based on the mails 😉

Rahul:

Update data is not the required item here.

You would need to use Query activity.

Then change target dimension to addressStatus resource.

Thus contains all quarantine records.

There you can filter on type (quarantined, blacklisted, ...)