Churn, the loss of customers over time, is a critical metric for any business. Accurately predicting which customers are likely to churn allows you to take proactive steps to retain them. The SAP Customer Data Platform AI Workbench helps you achieve this by allowing you to define specific churn conditions.
Churn conditions are rules or formulas that define what constitutes a "churned" customer in your specific business context. These conditions are used by the predictive models in the AI Workbench to identify customers at risk of churning.
Defining Churn Conditions
You can define churn conditions using the AI Workbench's flexible editor, choosing from four options:
- Visual Editor. A user-friendly GUI interface for building formulas without coding.
- Visual Editor and Text. Combines the visual editor with a read-only text view of the formula.
- Advanced: Visual Editor and Editable Text. Allows you to edit the formula directly as text while also seeing the visual representation.
- Advanced: Editable Text. For users comfortable with writing formulas directly as text.
Using Churn Condition Templates
The AI Workbench provides pre-built churn condition templates to get you started quickly. These templates cover common churn scenarios, such as customers not placing orders within a specific timeframe or exhibiting low spending patterns.
- Example: "No Orders in the Last 90 Days" Template
This template defines a churn condition where a customer is considered churned if they haven't placed an order in the last 90 days. The formula looks like this:
count(Activities.Orders.OrderId, inLast (90 day)) = 0
This understanding of the Churn Model and its key components will allow you to effectively use the AI Workbench to predict and address customer churn. In the next section, we'll dive into the practical steps involved in configuring and running a Churn Model.