-
Notifications
You must be signed in to change notification settings - Fork 76
Document Segment detail stat cards and source: contact search filter #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.2
Are you sure you want to change the base?
Changes from all commits
9922b37
9fda9fe
9eb31c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,6 +53,28 @@ When viewing all Segments, the **# contacts** column shows the number of Contact | |
|
|
||
| .. vale off | ||
|
|
||
| Viewing a Segment's statistics | ||
| ****************************** | ||
|
|
||
| .. vale on | ||
|
|
||
| When you open a Segment, the detail view shows a row of stat cards that summarize its membership. Each card shows a count and links to the Contacts interface filtered to those Contacts. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Documented the Segment detail stat cards from PR #16350. The card set and the filter-only Source: mautic/mautic#16350 |
||
|
|
||
| .. image:: images/segment_contacts_stat_cards.png | ||
| :width: 700 | ||
| :alt: Segment detail view showing four stat cards - Total, Active, Manually added, and Filter added - each with a count of Contacts. | ||
|
|
||
| .. vale off | ||
|
|
||
| * **Total contacts** - All Contacts in the Segment. | ||
| * **Active contacts** - Contacts in the Segment who aren't marked as Do Not Contact. | ||
| * **Manually added contacts** - Contacts added manually to the Segment. This includes Contacts a Mautic User added directly and Contacts who subscribed through the Preference Center. | ||
| * **Filter added contacts** - Contacts that Mautic added automatically based on the Segment's filter rules. This card appears only for Segments that have filters configured. | ||
|
|
||
| .. vale on | ||
|
|
||
| .. vale off | ||
|
|
||
| Exporting Contacts of a Segment | ||
| ******************************* | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documented the
source:manually_added/source:filter_addedcontact search filters from PR #16350. Thesource:command handling inLeadRepository::addSearchCommandWhereClauseshows it scopes to the activesegment:context and returns no results when no segment is in the query, and the user-facing description stringmautic.lead.lead.searchcommand.source.descriptioninTranslations/en_US/messages.inistates "Use together with segment:alias. Valid values: manually_added, filter_added".Source: mautic/mautic#16350