Customer segments

  • Updated

Customer Segments are rule-based constructs that define groups of customers and/or users. They can be used to dynamically tailor site content, improve product recommendations, and boost relevant products. A user can be assigned to multiple segments.

To activate customer segment-specific content, the Has Customer Segment Specific Content option on a website's default language must be toggled to YES.

customersegmenttoggle.png

Default customer segments

For new implementations of Optimizely Configured Commerce, the following segments are added automatically upon site start-up if no customer segments exist in the database:

  • Default (Sequence 100, no rules)
  • Guests (Sequence 99, rule type Authenticated = False)
  • Registered Customers (Sequence 98, rule type Authenticated = True)

After the initial start-up, if a segment was deleted, it will not auto-generate if/when the site is restarted.

Customer segment setup wizard

Customer segments are created through the use of a New Customer Segment wizard, which assists the user in creating customer segments, defining the rules, and determining if products should be boosted for matching users.

Use the following steps to add a customer segment:

  1. Go to Admin Console > Marketing > Customer Segments.
  2. Click Add Customer Segment to add a segment.
  3. Enter a unique customer segment Name and Description. To activate the customer segment at a later date, modify the Activate On date and time.
  4. Enter a Sequence Number. If a user belongs to multiple customer segments, and different versions of a widget exist for each of those segments, the content for the lowest-ranked segment displays.
  5. Determine if the customer segment is the Default. The default customer segment is assigned to all users regardless of rules, and is always evaluated last in sequence. Only one customer segment can be set as default.
  6. Select Continue.
  7. Next, use the rules engine to add rules. Select a Rule Type, then populate the rest of the fields as needed.
  8. Add one or more rules, and if necessary, rule groups.
  9. Click Continue.
  10. Finally, determine if product recommendations and product search should favor specific categories for these customers/users. This allows product recommendation carousels and search results to display the most relevant products to the user. Switch the toggle to YES to turn on product recommendations.
  11. If YES, complete the following:
  12. Under the Select Categories heading, the user can select the website (if more than one exists) and whichever website categories are favored for this customer segment.

  13. If necessary, select the website.
  14. Select one or multiple categories using the checkboxes.

    Any child categories added later are assigned the same value as their parent category. Top-level categories added later are deselected by default.

  15. Under the Search Boosting heading, the user can switch the toggle to YES to boost products in the selected categories in search results, and choose a Boost Value (default = 1). Boost Value is a multiplier that boosts search scores of products in the selected categories. The higher the value, the higher position products in these categories have in search and autocomplete results. This value functions the same as the "Product Search Boost" within the Admin Console > Marketing > Category Boosting.

  16. Under the Customers By Behavior heading, the user can switch the toggle to YES to add unauthenticated users to this segment automatically, and select a Minimum Actions Before Auto-Assignment value (default = 5). When an unauthenticated user filters search results by category, visits a category page, or visits a product detail page, this action counts towards segment assignment. When the minimum is reached, the user is assigned to this customer segment, and can see segment-specific content, product recommendations, and search boosting.

  17. When all options have been configured, select Save.

After creating a customer segment, the user can view which segments a category belongs to by going to Admin Console > Catalog > Categories, editing the category, and selecting the Customer Segments finger tab.

Multiple segments

If a user meets the rules for multiple customer segments, the process is as follows:

  1. User accesses website.
  2. User is evaluated and found as a match for multiple customer segments (B, C, and D).
  3. The first widget on the webpage is evaluated. The widget looks at segment A, which has the lowest sequence number of all segments. As the user is not a match for segment A, the widget looks at segment B. The user is a match for segment B, but segment B does not have segment-specific content. The segment with the next-lowest sequence number is segment C. The user is a match for segment C, and segment C has segment-specific content, so that content is displayed for the user.
  4. Each subsequent widget on the page repeats step 3.