Rapid Purchase Very High Value Addition
active v1Original English
If a user makes 2 or more purchases within 2 minutes, add them to the Very High Value group.
Compiled AST
{
"name": "Repeat Purchaser — Very High Value Segmentation",
"action": {
"sink": "marketing",
"params": {
"group": "Very High Value"
}
},
"stages": [
{
"id": "repeat_purchases",
"type": "counter",
"match": {
"eq": "deposit",
"field": "direction"
},
"stream": "payments",
"requires_count": 2,
"remember_for_seconds": 120
}
],
"join_key": "user_id",
"description": "If a user makes 2 or more purchases within 2 minutes, add them to the Very High Value group."
}
Timeline
- Created
- 2026-05-26 17:43