Skip to main content

Using Members with the OpenDXP Customer Data Framework

The CMF is fully supported by Members.

About Customer Management Framework

The Customer Management Framework (CMF) for OpenDXP adds additional functionality for customer data management, segmentation, personalization and marketing automation. So it allows to aggregate customer data and user profiles, enrich data, link social profiles, build audience segments, trigger events, personalize experience, execute marketing automation and much more. Read more about the CMF here.

Configuration

  1. Install CMF
  2. Install the Customer Class
  3. Change the parent class of this class to OpenDxp\Bundle\MembersBundle\Adapter\User\AbstractCustomerUser
  4. Add all the required members fields.
  5. Define the class name for the CMF customer (assuming that your class name is called MembersCustomer):
opendxp_customer_management_framework:
general:
customerOpenDxpClass: MembersCustomer
  1. Define the class name for members:
members:
user:
adapter:
class_name: 'MembersCustomer'
  1. Install OpenDXP Members