Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.39 KB

300_CustomerDataFw.md

File metadata and controls

31 lines (24 loc) · 1.39 KB

Using Members with the Pimcore Customer Data Framework

The CMF is fully supported by Members.

About Customer Management Framework

The Customer Management Framework (CMF) for Pimcore 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 \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):
pimcore_customer_management_framework:
    general:
        customerPimcoreClass: MembersCustomer
  1. Define the class name for members:
members:
    user:
        adapter:
            class_name: 'MembersCustomer'
  1. Install Pimcore Members