Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Tracking the spam messages in delivery logs

Avatar

Level 2

Hello,

Is there any field in the recipient tracking log/ delivery log/ broad log which provides the information that whether the delivery sent is spammed or not?

​Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Muralipraveen,

If you want to pull this information, you'll need to pull data from two tables.  The first is the Recipient Delivery Logs (broadLogRcp), this will give you the delivery, recipient, and status.  From there you can link to the Delivery-message qualification (broadLogMsg), which contains the specifics of delivery failures such as failure type, reason, and text.

Then it depends on exactly what you mean by a delivery being spammed or not.  If you mean whether or not a recipient flags it as spam, you should be able to search on the "Reason (@failureReason)" for "Blacklisted address" and "Text (@text)" that contains "Inbound email bounce" which indicates that the recipient physically clicked the spam button in their email client.

If you are talking about email domains flagging a delivery or IP as spam, then you can repeat the steps above but only search on "Failure Type (@failureTpe)" of "Hard" and the "Text (@text)" that contains "spam".

Hope that helps,

Craig

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Muralipraveen,

If you want to pull this information, you'll need to pull data from two tables.  The first is the Recipient Delivery Logs (broadLogRcp), this will give you the delivery, recipient, and status.  From there you can link to the Delivery-message qualification (broadLogMsg), which contains the specifics of delivery failures such as failure type, reason, and text.

Then it depends on exactly what you mean by a delivery being spammed or not.  If you mean whether or not a recipient flags it as spam, you should be able to search on the "Reason (@failureReason)" for "Blacklisted address" and "Text (@text)" that contains "Inbound email bounce" which indicates that the recipient physically clicked the spam button in their email client.

If you are talking about email domains flagging a delivery or IP as spam, then you can repeat the steps above but only search on "Failure Type (@failureTpe)" of "Hard" and the "Text (@text)" that contains "spam".

Hope that helps,

Craig

Avatar

Level 1

Dear Craig,

 

@Craig_Thonis @muralipraveenr1 

 

We have extracted user reported spam report from ACM based on your inputs but when we check this report against google post master spam report it's not at all matching.

 

Need your input on this.

 

Regards,

Dharma