Skip to main content

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.

  1. Navigate to Personalization > Signals.

    no-signals-configured
  2. Click the red (+) button.

  3. Enter the following values:

    • Name: Architecture page view
    • Public ID: architecturePageView
    signal-name
  4. Click + SEE MORE CRITERIA OPTIONS.

    more-criteria-options-displayed
  5. Click Current Page.

    current-page-selected
  6. Enter the following values:

    • Comparison: equals
    • Match: /architecture
    current-page-configured
  7. Click Save and close.

    signal-added