Email Domain Report

Email domain report allows you to break down your customers into groups according to their mailbox service provider. Its purpose is to identify a problem when there is something wrong with your email campaigns, whether it is low deliverability and open rates or high bounce and complaint rates. To find out more tips for improving the effectiveness of your email campaigns, visit Email deliverability tips

After following this guide, you will end up with a report providing an overview both in a table as well as in a chart, where the view is customizable. After you make the report there are two possible outcomes. Either all of the metrics are consistent across all MSPs or there are some for which the rates are disproportionately low. If it is the former, the problem with your email campaign does not lie with the MSP. However, if it is the latter you have just identified an MSP that is causing the problem and you need to find out what is different about the particular MSP. For example, in the image below, Microsoft and Google have ⅓ of the Apple and Verizon open rate. Such disproportionality is alarming and should be investigated.

This is how the report will look after successfully completing the guide.

1. Domain strip scenario

For the report, you will first need to have a scenario creating a customer attribute with just the stripped domain from a full email address.

981

This is what the scenario looks like.

As you can see in the picture above, you need to select the Now trigger (green).
Then, add a condition (together with connecting it to the trigger) as shown below.

Lastly, select a Set attribute operator and create an attribute email_domain by typing it down and clicking on the plus sign.

As a Value, insert the text below. After doing this last step, your scenario is ready to be used.

{{ customer.email.split('@') | last }}

Start the scenario (top-right corner) and after a while, click Stop, as this is a one-time process.

However, after this initial process, you will have to alter the scenario so it always does the same process with all the new addresses.

Firstly, will need to swap the Now green trigger for a Repeat trigger and set it to repeat daily.

Secondly, you need to change the condition in the middle of the scenario. In addition to the existing filter, add a new one where the attribute email_domain equals not set, as shown in the picture below.

This way, all of the new email addresses will be included and the email domain will be stripped from them on a daily basis.

2. Email domain report

After you successfully created the email_domain attribute and adjusted it for continual use, you are ready to create the email domain report.

To create the report, copy the conditions outlined in the pictures below. To find out how to work with Reports, visit the linked article.

602

The grouping is set in this way.

1497

Sent emails

1499

Delivered emails

1497

Delivery rate

📘

Advanced Delivery rate strategies

Read our block about Email marketing analytics about metrics, KPIs, and reports.

1467

Definition of count(customer) for the formula in "Delivery rate"

1436

Definition of count(campaign) for the formula in "Delivery rate"

1495

Dropped (soft-bounced) emails

1498

Bounced mails

1490

Open rate

1437

Definition of count(customer) for the formula in "Open rate"

1436

Definition of count(campaign) for the formula in "Open rate"

1503

Click rate

1434

Definition of count(customer) for the formula in "Click rate"

1435

Definition of count(campaign) for the formula in "Click rate"

1495

Click rate from enqueued

1433

Definition of count(customer) for the formula in "Click rate from enqueued"

1434

Definition of count(campaign) for the formula in "Click rate from enqueued"

If you did everything as suggested, now you should have a working report, where you can track your campaigns based on the ISPs of the customers.

3. Campaign name report

You can also use the email domain report to build another helpful analysis. To look at the performance of various campaigns in one place, you can create a copy of the email domain report and change "email_domain" in Rows to "campaign_name" from the "campaign" event.

You can also add "action_name" as another row, in case you are sending multiple emails from one scenario - this will help you identify them.