read-only not authorized to make changes
SK

Frequent purchasers: 3 purchases in 2 minutes

active v1

Positive segmentation — tag the user as a Frequent Purchaser after a rapid burst of merchant purchases.

by seed

Original English

If a user makes 3 or more purchases within 2 minutes, add them to the Frequent Purchaser group.

Compiled AST

{
  "name": "Frequent purchasers: 3 purchases in 2 minutes",
  "action": {
    "sink": "marketing",
    "params": {
      "group": "Frequent Purchaser"
    }
  },
  "stages": [
    {
      "id": "purchases",
      "type": "counter",
      "match": {
        "all": [
          {
            "eq": "withdrawal",
            "field": "direction"
          },
          {
            "eq": "merchant",
            "field": "destination_type"
          }
        ]
      },
      "stream": "payments",
      "requires_count": 3,
      "remember_for_seconds": 120
    }
  ],
  "join_key": "user_id",
  "description": "If a user makes 3 or more purchases within 2 minutes, add them to the Frequent Purchaser group."
}

Timeline

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