Replace the MergeContactFacets processor with a custom one
<?xml version="1.0"?> | |
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<pipelines> | |
<mergeContacts> | |
<processor patch:instead="*[@type='Sitecore.Analytics.Pipelines.MergeContacts.MergeContactFacets, Sitecore.Analytics']" | |
type="ISlayTitans.CMS.Pipelines.Analytics.MergeContacts.MergeFacets, ISlayTitans.CMS" /> | |
</mergeContacts> | |
</pipelines> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment