Sets custom automatic merging of contacts based on same contact columns.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- mergeByColumns
- Type: System.Collections.Generic IEnumerable String
List of contact properties to automatically merge by (all properties must be equal, you can override this behaviour in GetWhereCondition method)
- mergeContactsWithinSite
- Type: System Boolean
Defines if contacts should be automatically merged into the best found (defined by setting CMSContactForVisitor) within one site
- mergeContactsToGlobal
- Type: System Boolean
Defines whether contacts should be merged into one global contact
See Also