knadh / listmonk

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
https://listmonk.app
GNU Affero General Public License v3.0
14.58k stars 1.33k forks source link

Individual tracking of openings and clicks #1882

Open benstaf opened 3 months ago

benstaf commented 3 months ago

I'm always frustrated when I can't know if a given subscriber opened or clicked on my email Screenshot_2024-06-01-21-31-48-995_com android chrome-edit

Describe the solution you'd like I would like analytics with individual tracking of openings and clicks, like in Sendportal and Mailbluster Screenshot_2024-06-02-10-56-51-869_com android chrome-edit

Overall, the Listmonk Analytics and User Interface isn't as good as Sendportal which is open-source, or Mailbluster, I would appreciate to find those UX/UI features in Listmonk

github-actions[bot] commented 2 weeks ago

This issue has been marked 'stale' after 90 days of inactivity. If there is no further activity, it will be closed in 7 days.

MaximilianKohler commented 2 weeks ago

Currently, you have to do an SQL query to find the list of people who opened the email: https://listmonk.app/docs/querying-and-segmentation/#querying-subscribers-who-viewed-the-campaign-email

One possibility could be to have a button/link on the campaign stats page that automatically runs that query.