Keeping customers engaged is key to preventing churn and keeping net dollar retention high. But identifying at-risk customers and intervening at the right moment is a major challenge. In this guide, we’ll walk through how to use Census’s AI Columns to create data points—like an engagement score and trend—that you can use to identify and win back your most valuable customers.
This step-by-step process will help you leverage these insights to power re-engagement campaigns in platforms like Braze.
Check out the video walkthrough below, or read on for a step by step:
Overview
In order to build a reengagement campaign, we'll need to first identify our high-value customers. We use a loyalty status where platinum, gold and silver customers are considered high value.
Next, we'll need to understand which customers are at risk of disengagement. To do this, we created two new columns in Braze: one for engagement score, and one for engagement score trend. This allows us to identify how our users' engagement is changing over time.
Step 2: Define your dataset and engagement events
In Census, everything begins with a dataset. If you’re comfortable with SQL, you can create this dataset yourself. If not, Census provides a sample SQL query you can share with your data team:
This code will help you pull in trackable events that indicate a user is engaged.
Step 3: Set up your AI Column
Once we have our dataset defined, we'll use a prompt to analyze the results and identify at-risk users.
You can find the full text of the prompt below:
The prompt has a few key sections:
- It identifies your defined events as critical, indicating interest, or general - this will tell the AI how to weight these events in its consideration of the engagement score
- It calculates an engagement score based on your defined event criteria
- It calculates an engagement trend to identify whether a user is becoming more or less interested in your products
- It requests the output in a JSON format that is directly compatible with a CRM, to make it easy to route this data in Braze or Hubspot
Step 4: Sync to Braze
With the engagement score and trend ready, sync these data points to Braze (or your preferred marketing platform). Use them to build segments of high-value customers whose engagement is decreasing.
For example, you could create a segment to identify gold, platinum, and silver loyalty members with a decreasing trend score.