Configure personalization
Goals
Before Uniform can personalize components, instructions that control personalization must be configured. This involves the following:
- Define a signal that indicates something about the visitor to the front-end application.
Overview
You want to configure personalization so that if the visitor has:
- Viewed the architecture page, show personalized content.
- Not viewed the architecture page, show default content.
Add signal
A signal is something that occurs that you would want to track and respond to. For this example, you want a signal that indicates a specific page was viewed. Later you will configure the response, which is to personalize the home page if this signal has been captured.
Navigate to Personalization > Signals.
Click the red (+) button.
Enter the following values:
- Name:
Architecture page view
- Public ID:
architecturePageView
- Name:
Click + SEE MORE CRITERIA OPTIONS.
Click Current Page.
Enter the following values:
- Comparison: equals
- Match:
/architecture
Click Save and close.