Sample Usecases
Use Case 1: Create the "Recent VIP Customers" Segment
This usecase walks you through creating a simple segment to find customers who spent over $200 in a single transaction within the last 30 days.
- On the Segments page, click +Add Segment and select Batch.
- In the New Segment screen, enter the following details:
- Name: Recent VIP Customers
- Description: Customers who spent over $200 in the last 30 days.
- In the Applied Rules section, a default group with AND logic is already created. Click + Rule to add the first condition.
- Define the first rule to identify recent purchases:
- Data Source: Select Transactional Behaviour.
- Dimension: Select Purchase Date.
- Operator: Select LAST X DAYS.
- Value: Enter
30.
- Click + Rule again within the same group to add the second condition.
-
Define the second rule to identify high-value transactions:
- Dimension: Select Purchase Value.
- Operator: Select Greater Than.
- Value: Enter
200.
- (Optional) Click Refresh Count to preview the audience size.
- Click Save Segment.
Use Case 2: Create the "Engaged Housing Loan Prospects" Segment
This usecase walks you through creating a complex segment to find high-value prospects interested in housing loans, while excluding existing customers and those who have opted out.
- On the Segments page, click +Add Segment and select Batch.
- In the New Segment screen, enter the following details:
- Name: Engaged Housing Loan Prospects
- Description: High-value users interested in housing loans, excluding existing customers and opt-outs.
- The main group logic should be AND. This will serve as the primary inclusion group.
- Add the Age Rule: In the default AND group, click + Rule
and define the condition:
- Data Source: Customer Demographics
- Dimension: Age
- Operator: Greater Than
- Value: 30
- Add the Lifetime Value Rule: Click + Group and then click +
Rule. Define the condition using an aggregate:
- Data Source: Transactional Behaviour
- Dimension: Purchase Value
- Aggregate: Sum Of
- Operator: Greater Than
- Value: 5000
- Create the Nested Interest Group: Inside the main AND group, click + Group to create a nested sub-group.
- Change the logic for this new sub-group to OR.
- Add the Campaign Interest Rule: Inside the OR sub-group, click
+ Rule and define the condition:
- Data Source:
Campaign Interaction - Dimension: Campaign Name
- Operator:
Contains - Value: housing loan
- Data Source:
- Add the Page Visit Rule: Inside the same OR sub-group, click +
Rule and define the condition:
- Dimension: Last Page Visited
- Operator:
Contains - Value:
mortgage-rates
- Create the Exclusion Group: At the main level (parallel to the first AND group), click + Group.
- Toggle the Exclude button to exclude anyone matching the rules inside it.
- Add the Existing Customer Rule: Inside the Exclude group, click
+ Rule and define the condition:
- Data Source: Customer Demographics
- Dimension: product_holding
- Operator: Contains
- Value: Housing Loan
- Add the Opt-Out Rule: Inside the same Exclude group, click +
Rule and define the condition:
- Dimension: Response
- Operator: Equals to
- Value: Opt-out
- (Optional) Click Refresh Count to preview the final audience size.
- Click Save Segment.