Skip to main content

3 docs tagged with "Experience Rules"

Recipes that use Experience Rules to customize responses.

View all tags

Date Comparison in Experience Rules

In the Conscia DX Engine, you can use Context Field Enrichment to set a Context Field that supports date comparisons in Experience Rules. For example, an insurance company may want to present personalized content if the visiting customer’s insurance policy expires within some number of days from the present moment. The following recipe is a model for how to use Context Fields and Experience Rules to make data comparisons to determine content selection.

Personalizing Experiences with a Headless CMS

In this tutorial, you will learn how to connect Conscia with a headless CMS to orchestrate personalized experiences for your users. We will use Contentstack as an example, but all headless CMSs work in exactly the same way.

Search with Algolia

You can implement a DX Engine orchestration flow based on this recipe that returns results from an Algolia search index based on a search term supplied through the Context. This recipe uses the Algolia Search Orchestration Component type which connects directly to Algolia’s JavaScript SDK to search across one or more indices and/or facets with a single method call.