Use cases
Add new attributes for segmenting users
Add and utilize new attributes for segmenting customers to create more detailed and practical user segments.
interests
and gpa
-
Add new attributes such as
interests
andgpa
to the SCV schema. -
Deploy the updated schema using the DXP CLI. Read the DXP CLI documentation for detailed instructions on the
deploy
command. -
After updating the schema, these new attributes will appear in the Segmentation Builder screen, allowing you to use them to segment users.
-
The new attributes will also display in the Customer Profile detail pages, providing a comprehensive view of each customer.
Build your own single customer view
To add attributes from source systems and capture values in the CDP Single customer view, view tailored customer profile in the Single customer view
profileImageURL
attribute-
Include a
profileImageURL
attribute to store URLs to customer profile images. -
Update the schema by adding new attributes such as
profileImageURL
. -
Deploy the updated schema using the DXP CLI, referring to the DXP CLI documentation for the dxp-next cdp schema deploy command.
-
After updating the schema, the new attributes will also display in the Customer Profile detail pages, providing a comprehensive view of each customer:
- Objective
-
Add attributes from source systems and capture values in the CDP SCV.
- Example
-
Include a
profileImageURL
attribute to store URLs to customer profile images. - Customer profile attributes screen
-
Show how new attributes are added and displayed in the customer profile.
-
Finding customers by custom attributes:
- Objective
-
Search for customers using custom attributes defined in the schema.
- Example
-
Search by firstName or lastName using the x-scv-searchable hint.
- Search functionality
-
Demonstrate the search capabilities using custom attributes.
Integration with CDP and third-party systems
You can supply the updated SCV schema to the SCV Connector for integration with the CDP and other third-party systems.
- Schema Copy
-
When creating the credential for the integration flow on Squiz Integration, ensure that the SCV schema is fully copied into the schema field of the credential.
- Dynamic Display
-
This step is crucial for the SCV component to display all fields from the schema to function correctly dynamically.
Read the SCV component section in the Squiz Integration documentation for more information.