Change 1 of 14
Click tracking
See which recipients clicked on which links in a mailing.
Official Odoo 20 release note
In plain words
The Clicked statistic of a sent mailing now opens the list of link clicks grouped by recipient email. Unfold a recipient to see each link they clicked and when. A pie graph view is also available.
Where to find it
- Email Marketing > Mailings, open a sent mailing.
- Click the Clicked statistic button.
- Unfold a recipient group.
For users
From a sent mailing, click the Clicked statistic to see who clicked which link, instead of only the list of recipients who clicked.
For developers
mailing.mailing.action_view_clicked now calls link.tracker.click._action_view_mailing_statistics (new view link_tracker_click_view_list_simplified, filter groupby_email). link.tracker.click gets related fields email and url.
Upgrading from Odoo 19
Custom code that overrode action_view_clicked or _action_view_documents_filtered('clicked') should be checked.
