Skip to content
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion docs/reports/reports.rst
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Line 95)

Added the Unsubscribe-to-Open Ratio column description based on PR #15066 which introduces this new stat. The PR description explains it shows the percentage of unsubscribed contacts relative to opened emails.

Source: mautic/mautic#15066

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
The parent data source provides a high-level summary of the data while the child data source provides a more granular view of Contact behavior that includes your Custom Fields and values.

* **Description - optional** - Add detailed information about the Report, helping you and other Users better understand what the Report is for. You may want to include more information about filters, people, or departments.

* **Published** - Select **Yes** to ensure that the Report is active, ready to send when scheduled in the Report options.

* **Visible for all logged-in Users** - Select **Yes** so that all Users can access the Report. If set to No, only the owner of the Report and Users with permission to view others' Reports can see the Report.
Expand All @@ -97,6 +97,20 @@
- Opened by default - If you want to ensure that the date filters and filter options for any other Report filters are visible on a Report detail page without needing to open the filters drop-down, select Yes. For example, for an Emails Report, you might want to view dynamic filters for subject or sent date.
- Hide date range - To hide the date range filter so that Users can't change the dates that the Report displays data for, select to **Yes**.

Email report columns

Check warning on line 100 in docs/reports/reports.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Report' instead of 'report'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Report' instead of 'report'.", "location": {"path": "docs/reports/reports.rst", "range": {"start": {"line": 100, "column": 7}}}, "severity": "INFO"}
--------------------

When using 'Emails' as the data source, you can add the following columns to measure Email engagement:

* **Read count:** the number of Contacts who opened the Email.
* **Unsubscribed:** the number of Contacts who unsubscribed after receiving the Email.
* **Bounced:** the number of Emails that bounced.
* **Unsubscribe-to-Open Ratio:** the percentage of unsubscribed Contacts relative to those who opened the Email. This helps you understand how Email content affects unsubscribe rates among engaged recipients.

.. tip::

Use the Unsubscribe-to-Open Ratio to compare the unsubscribe impact of different Emails. A high ratio may indicate that the Email content didn't meet recipient expectations, while a low ratio suggests it resonated with those who read it.


Data
====
Expand Down
Loading