← Back to playbook
Marketplace
Marketplace
Double-sided · gift card
Classic marketplace loop: the friend gets a discount on first order, the referrer gets a gift card once that order completes and clears the hold window.
- Qualification gate
- first_purchase
- Reward
- $15 gift card to referrer, $15 off for friend
qualification.json
{
"qualifies_when": "all",
"conditions": [
{
"event": "first_purchase"
}
],
"window_days": 30,
"reward": {
"description": "$15 gift card to referrer, $15 off for friend"
}
}