docs: Document global defaults for Preference Center and UTM tracking#698
docs: Document global defaults for Preference Center and UTM tracking#698promptless-for-oss wants to merge 2 commits into
Conversation
|
|
||
| Mautic supports UTM tagging in Emails. Mautic can automatically append UTM tags to all links in an Email by entering the appropriate Campaign values in the fields provided. | ||
|
|
||
| Setting global UTM defaults |
There was a problem hiding this comment.
Global UTM defaults section added based on PR #15905 which introduces site-wide default UTM values in Email configuration.
Source: mautic/mautic#15905
|
|
||
| | | ||
|
|
||
| .. tip:: |
There was a problem hiding this comment.
Tip about default Preference Center added based on PR #15905 which allows setting a site-wide default Preference Center page.
Source: mautic/mautic#15905
|
@promptless-for-oss please rebase to branch 7.1 |
|
@promptless-for-oss please rebase to 7.1 |
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions.
|
@promptless-for-oss please rebase to 7.1 |
|
@promptless-for-oss please address the suggestions. |
|
I've addressed all 5 review suggestions:
The changes have been pushed to this branch. Please let me know if anything else needs adjustment! |
|
@promptless-for-oss please rebase to 7.1. |
Add documentation for new Email configuration settings that allow admins to set site-wide defaults for: - Default Preference Center page - Default UTM source, medium, campaign, and content These defaults are automatically pre-populated when creating new Emails. Existing, edited, and cloned Emails retain their own values. Related to mautic/mautic#15905
- Remove unused 'rebase' word from vocabulary accept list - Bold navigation paths for consistency (Configuration > Email Settings) - Fix RST admonition formatting: add blank lines and 3-space indentation - Add space before angle bracket in :ref: cross-references
c946eaa to
a051aaa
Compare
|
Rebased onto the latest 7.1 branch. The branch now contains only the 2 commits specific to this documentation update:
The messy merge history has been cleaned up. |
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions
| * **Default UTM source** - The default value for the Campaign Source field. For example: ``newsletter``, ``website``. | ||
|
|
||
| * **Default UTM medium** - The default value for the Campaign Medium field. For example: ``email``, ``cpc``. | ||
|
|
||
| * **Default UTM campaign** - The default value for the Campaign Name field. For example: ``spring_sale``, ``product_launch``. |
There was a problem hiding this comment.
| * **Default UTM source** - The default value for the Campaign Source field. For example: ``newsletter``, ``website``. | |
| * **Default UTM medium** - The default value for the Campaign Medium field. For example: ``email``, ``cpc``. | |
| * **Default UTM campaign** - The default value for the Campaign Name field. For example: ``spring_sale``, ``product_launch``. | |
| * **Default UTM source** - The default value for the **Campaign Source** field. For example: ``newsletter``, ``website``. | |
| * **Default UTM medium** - The default value for the **Campaign Medium** field. For example: ``email``, ``cpc``. | |
| * **Default UTM Campaign** - The default value for the **Campaign Name** field. For example: ``spring_sale``, ``product_launch``. |
|
|
||
| * **Default UTM campaign** - The default value for the Campaign Name field. For example: ``spring_sale``, ``product_launch``. | ||
|
|
||
| * **Default UTM content** - The default value for the Campaign Content field. For example: ``header_link``, ``footer_link``. |
There was a problem hiding this comment.
| * **Default UTM content** - The default value for the Campaign Content field. For example: ``header_link``, ``footer_link``. | |
| * **Default UTM content** - The default value for the **Campaign Content** field. For example: ``header_link``, ``footer_link``. |
| .. note:: | ||
| Default UTM tags only apply to new Emails. If you edit an existing Email or clone an Email, the original values remain unchanged - even if those values are empty. |
There was a problem hiding this comment.
| .. note:: | |
| Default UTM tags only apply to new Emails. If you edit an existing Email or clone an Email, the original values remain unchanged - even if those values are empty. | |
| .. note:: | |
| Default UTM tags only apply to new Emails. If you edit an existing Email or clone an Email, the original values remain unchanged - even if those values are empty. |
|
@promptless-for-oss this PR has been addressed in #670. So, I'll close this. |
Open this suggestion in Promptless to view citations and reasoning process
Documents the new Email configuration settings introduced in PR #15905 that allow admins to configure site-wide defaults for Preference Center and UTM tracking parameters.
Changes
configuration/settings.rst
channels/utm_tags.rst
contacts/preference_center.rst
Tip: Create additional Docs Collections to keep multiple repositories in sync 📚