Actually I do also have a follow up question related to this. Another programming thing. I realized what you can do to solve this is to pause the newsletter on Friday, post-delivery and then reactivate on Sunday any time after whatever your delivery time is. And then on Monday you get the results I was looking for. All the content posted over the weekend is in the Monday AM newsletter. So my only question is to wonder how to programmatically pause/resume campaigns. I am looking through the code and trying to figure it out, but I was wondering if there are any special filters/hooks that are set up to help us developers in this kind of situation.
I guess I would love to schedule my own chron job that says campaign_id-> pause on friday at 7 am(delivery at 6 am). And campaign_id->resume on Sunday at 7 am(so it intentionally misses the monday delivery and stores the weekend content up for the Monday newsletter). Or better yet, I wish there was a hook/filter set up on your cron job itself. So right before the newsletter fires, I want to be able to hook in and ask the server what day it is and then stop it on Friday and perhaps resume it on Sunday. Sorry for the wordy follow-up, but I’m just trying to relay as much detail as possible.