putyourlightson / craft-campaign

Send and manage email campaigns, contacts and mailing lists in Craft CMS.
https://putyourlightson.com/plugins/campaign
Other
64 stars 24 forks source link

Allow negated segmenting on campaign activity #482

Closed adrianjean closed 2 months ago

adrianjean commented 3 months ago

Feature Request

Love that Campaign has the ability to segment on Campaign Activity (https://github.com/putyourlightson/craft-campaign/issues/244)

But today I was trying to create a segment of people who have NOT opened or clicked on a campaign so I can re-target them incase they missed the first email, or need a reminder.

Right now I export the list, export the segment and then in spreadsheet software manually determine who didn't have any activity and re-import the contacts into a new list, which is a bit involved.

Would it be possible to add this feature in a future release?

Plugin Version

3.2.0 (pro)

bencroker commented 3 months ago

Thanks for the suggestion, I’ll look into adding this.

bencroker commented 3 months ago

How does this look to you? I’m assuming that “never opened” covers your use-case. One thing to keep in mind is that opens are not 100% reliable, since some email clients may block fetching images (which is how open tracking works).

screenshot-8n3PQ80j@2x

adrianjean commented 3 months ago

Ohhh — that would be fantastic! Agreed, it's not going to be 100% accurate (Email in general is a total guessing game), but that would be the case with my manual CSV approach as well, this saves me the CSV round trips!!

bencroker commented 2 months ago

Released in 3.3.0. Thanks again for the suggestion!