Marketing Category Subscription in Sitecore 9.1+
Initial question: Why such a long name?
Simple answer: It’s in Helix architecture and describes exactly what it does!
The module might be called “EXM Newsletter Subscription”, “Marketing Automation Extension” or something like that. But it’s much rather a “Forms Extension” where visitors sign up exclusively for marketing categories.
These marketing categories are based on the rules engine of Sitecore, they can’t be classified as “EXM specific”, they can also be used for “Marketing Automation” or “Personalization”.
In v9.1, Sitecore introduced the “Marketing Preference Center”, a really cool way to manage marketing category subscriptions. However, the preference center is even more useful because it can be configured per manager root, is thus multi-site suitable and can look different for each site.
The only question that arises here is: If Sitecore does something great to unsubscribe from newsletters (or categories), why is there no great equivalent for signing up for these categories? The Preference Center is currently only available if you have already received a newsletter (for example Email Campaign Sample Newsletter).
So, what if you want to have exactly what the Preference Center can do? Unfortunately, there is nothing for that out of the box and this module can get in place!
Much theory but once the module is installed it’s very easy to use! Read more in my blog post series to understand the concept and the idea behind:
Or watch my video from my presentation on the SUG Hungary:
Sitecore Usergroup Hungary Presentation, September, 17th 2020
This module makes use of the Sitecore Message Bus, it’s a message transport mechanism which allows application roles to communicate across boundaries. Somehow, if you install the module, Sitecore will add some stuff to the messaging database.
IMPORTANT NOTE:
Ensure that the “messaginguser” has (temporarily) the correct access rights to the database, e.g. “db_owner”!!!
Otherwise you will have installation errors.
If access rights are set to the “messaginguser” the installation is quite easy:
NOTE:
The module is configured to use Double-Opt-In due to GDPR restrictions. You can disable it in the:Feature.SitecoreForms.MarketingCategoriesSubscription.Settings.config
.
You have to keep in mind that Segmented Lists can be created in two ways:
The module comes with a sample “Newsletter Subscription Form” to demonstrate how such a “Subscription Form” can look like. If you create a form from the template ensure the following steps:
Thats it!
You can now start to create your own “Marketing Categories”. They are located under /sitecore/system/Marketing Control Panel/Taxonomies/Marketing categories
and simply add them to your “Manager Root”.
NOTE:
If you checkout the repository to do modifications, everytime you build the solution a new “update package” will be generated in “{SOLUTION_DIRECTORY}\src\release\MCS.TDS.Release\bin\Package_Release”