Create a Campaign
Learn how to set up your first referral campaign.
A campaign defines the rules for your referral program — when rewards are given, how much, and to whom.
Campaign Types
Referral Engine supports several campaign types:
- Refer-a-Friend — Classic referral where existing users invite new users
- Ambassador — Power users or influencers with special tracking
- Partner — B2B referrals between businesses
Creating a Campaign
- Navigate to Campaigns in your dashboard
- Click New Campaign
- Choose your campaign type
- Configure the reward structure (one-sided or two-sided)
- Set conversion events (signup, purchase, subscription, etc.)
- Click Create Campaign
Reward Configuration
You can configure rewards for the referrer, the referred user, or both:
// Example reward configuration
{
"referrer_reward": {
"type": "credit",
"amount": 10,
"currency": "USD"
},
"referred_reward": {
"type": "discount",
"amount": 20,
"percentage": true
}
}Two-sided rewards (both parties get something) typically see 2-3x higher conversion rates than one-sided rewards.