SOLVED

Is there a way to extract a report showing email deliverability metrics per day in order to get an idea which days are best to send emails out?

Go to solution
ceciliagonzalez
Level 2

Is there a way to extract a report showing email deliverability metrics per day in order to get an idea which days are best to send emails out?

I'm trying to benchmark our email deliverability rates and would like to get an idea which day/days have the highest deliverability rates. Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Is there a way to extract a report showing email deliverability metrics per day in order to get an idea which days are best to send emails out?

Here are links to the Bulk Activity Extract API and regular non-bulk activities API (use bulk over the regular for larger data extracts). Use the get activity types endpoint to get the IDs of the activity types you wish to export (you'd need to reference activity types you wish to extract in bulk/regular APIs using their respective ID).

 

Theoretically, you could also create Email Performance reports in Marketo, extract data in CSV, and run queries against it to analyze the deliverability based on the send date, but a solution via API is more scalable and it doesn't involve logging into Marketo, refreshing reports, and downloading the data.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Is there a way to extract a report showing email deliverability metrics per day in order to get an idea which days are best to send emails out?

You (or your developer) can extract all activities using the API and run infinite queries on the data, but no, there's no built-in report that's adequate.
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Is there a way to extract a report showing email deliverability metrics per day in order to get an idea which days are best to send emails out?

Here are links to the Bulk Activity Extract API and regular non-bulk activities API (use bulk over the regular for larger data extracts). Use the get activity types endpoint to get the IDs of the activity types you wish to export (you'd need to reference activity types you wish to extract in bulk/regular APIs using their respective ID).

 

Theoretically, you could also create Email Performance reports in Marketo, extract data in CSV, and run queries against it to analyze the deliverability based on the send date, but a solution via API is more scalable and it doesn't involve logging into Marketo, refreshing reports, and downloading the data.

Jo_Pitts1
Level 10 - Community Advisor

Re: Is there a way to extract a report showing email deliverability metrics per day in order to get an idea which days are best to send emails out?

@ceciliagonzalez,

The information given to you by @SanfordWhiteman  and @Darshil_Shah1 is technically spot on.

 

However, I'm not convinced deliverability will vary by day.  Engagement MAY however.  Deliverability is the ability to get an email into someone's inbox.  Engagement is whether the email is opened (make sure to filter for bot opens) or has links clicked on (make sure to filter for bot clicks).  I have a hunch that engagement is what you are really trying to measure?

 

But then you'd need to be comparing engagement against not just day of week, but by subject line and content (unless these are operational emails with the same subject line and content every time), or you can stagger sending of a newsletter over the course of  a week to ensure consistency of those very key but hard to measure variables (i.e. Subject and Content).

 

When it comes to considering bot activity, you may want to read this 

 

regards

Jo