Email Bounce/Alert Report By Domain | Community
Skip to main content
Level 2
September 24, 2020
Solved

Email Bounce/Alert Report By Domain

  • September 24, 2020
  • 1 reply
  • 2107 views

Hello.

 

From time to time we have issues with BT Internet, Yahoo and Sky email domains refusing a large % of our emails and marking as spam.

 

What I would like to do is build a report/alert that looks at the previous days sends across all our brands but also split by email domain at a delivery level. Then, if x% of that email domain (intend to look at Hotmail, BT Internet, Sky, Yahoo and Gmail domains) are refused an alert is sent out so the team can investigate.

 

I've had a go but finding it hard to drill down to that granularity.

 

Any ideas would be greatly appreciated.

 

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kapilKochar

Hey ,

 

Just thinking out loud , Can you try using one of the workflow for OOB report call "Non-deliverables and bounces". This workflow is using a cube - "Delivery and tracking statistics (deliveryLogStats)" and have one output column name as "@domain_domain" which contains all the domains and breakup of values for each domain. 

 

So, try to copy this report and change in such a way after reading data from this cube in next JS activity read the value for each domain and check for contribution percentage if that percentage > X then set up some variable and check this variable value before sending out alert.

 

Thanks,

Kapil 

1 reply

kapilKochar
kapilKocharAccepted solution
Level 6
September 25, 2020

Hey ,

 

Just thinking out loud , Can you try using one of the workflow for OOB report call "Non-deliverables and bounces". This workflow is using a cube - "Delivery and tracking statistics (deliveryLogStats)" and have one output column name as "@domain_domain" which contains all the domains and breakup of values for each domain. 

 

So, try to copy this report and change in such a way after reading data from this cube in next JS activity read the value for each domain and check for contribution percentage if that percentage > X then set up some variable and check this variable value before sending out alert.

 

Thanks,

Kapil 

Level 2
September 25, 2020

Hello @kapilkochar .

 

Thanks for this. I've found the 'Non-deliverables and bounces' report in the Home < Reports section but where can I locate the workflow that creates this report? I've had a look amongst the technical workflows but can't find it.

 

Thanks.

 

Luke