Skip to main content

Feature Request / Suggestion - Opt Out Summary

I'm working with a site that is sending 185k emails across about 7 campaigns - using AWS

It would be great to see both on a campaign by campaign basis as well as overall - why people are opting out. The SQL gives me what I need but would be better if it was in the system

SELECT `wp_fc_subscriber_meta`.`value`,count() FROM `wp_fc_subscriber_meta` WHERE `wp_fc_subscriber_meta`.`key`='unsubscribe_reason' GROUP BY `wp_fc_subscriber_meta`.`value` ORDER BY count() DESC;

Yes. It’s a good idea. We will it in the reporting.