Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
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
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
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, ...)
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
Vues
Réponses
Nombre de J’aime
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?
Vues
Réponses
Nombre de J’aime
The list you can only get via a workflow / manually in the UI.
Reporting indeed will only give the count
Vues
Réponses
Nombre de J’aime
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.
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
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, ...)