read-only not authorized to make changes
SK

Repeat customers: 5 purchases in 15 minutes

active v1

Positive segmentation — tag the user as a Repeat Customer after a burst of merchant purchases.

by seed

Original English

If a user makes 5 purchases within 15 minutes, add them to the Repeat Customer group.

Compiled AST

{
  "name": "Repeat customers: 5 purchases in 15 minutes",
  "action": {
    "sink": "marketing",
    "params": {
      "group": "Repeat Customer"
    }
  },
  "stages": [
    {
      "id": "purchases",
      "type": "counter",
      "match": {
        "all": [
          {
            "eq": "withdrawal",
            "field": "direction"
          },
          {
            "eq": "merchant",
            "field": "destination_type"
          }
        ]
      },
      "stream": "payments",
      "requires_count": 5,
      "remember_for_seconds": 900
    }
  ],
  "join_key": "user_id",
  "description": "If a user makes 5 purchases within 15 minutes, add them to the Repeat Customer group."
}

Timeline

Created
2026-05-22 14:50
Promoted
2026-05-22 14:50