# Referral Campaign

Referral campaigns enable you to reward both **existing members (referrers)** and **newly recruited ones (referees)** when a successful referral occurs, or based on the actions after the referral. These campaigns are an effective tool to encourage organic program growth and build community engagement.

***

### 🧠 How It Works

A referral campaign is a special campaign type that grants rewards **when a referred member completes a defined activity** (e.g. a purchase). The campaign logic is tied to the **referrer–referee relationship** and executes based on the referee's actions.

***

### 🛠️ Configuring a Referral Campaign

To configure a referral campaign, you can follow the steps outlined in the article below:

{% content-ref url="/pages/HQuxPjB52QWPOej7zG7G" %}
[Creating Campaigns](/main-features/campaigns/campaigns-and-referral-campaigns/creating-campaigns.md)
{% endcontent-ref %}

The main difference is - the 'Rules' section is divided into the 'Rules for Referrer' and 'Rules for Referee' sub-sections. There, you can create conditions you would like to apply respectively for Referrer, for Referee, or for both, and reward them accordingly.

***

### 🔗 Multi-level Campaign Configuration

The **multi-level referral** feature allows you to create referral campaigns that reward **multiple levels of the referral chain**.

<figure><img src="/files/uXOx6BNUr6xklb27GAZb" alt=""><figcaption></figcaption></figure>

Instead of rewarding only the direct referrer, you can configure additional effects for second-level, third-level, or further referrers. This helps you:

* Expand reach by incentivizing deeper referral networks.
* Encourage viral growth and word-of-mouth promotion.
* Customize reward amounts for each referral level.

For example:

* Level 1 referrer receives 100 points.
* Level 2 referrer receives 50 points.
* Level 3 referrer receives 20 points.

This tiered incentive structure boosts both **sales** and **member engagement**, motivating participants to actively grow your program.

***

### 🎯 Example Scenario

Let’s say you want to reward members who refer others to your program. Here’s how a simple setup might look:

* **Trigger**: Purchase transaction by the referee.
* **Condition**: Transaction value exceeds $20.
* **Effect**: Grant 100 points to the referrer.
* **Limit**: Max 5 successful referrals per referrer.

When a referee (a newly joined member) completes a purchase over $20, their referrer automatically receives 100 points—up to the defined limit.

***

### ⚙️ Additional Notes

* You can define different reward structures based on conditions met by the referred member.
* The referral relationship is based on the **referrerId** field in the referee’s member profile.

***

### ✅ Summary

Referral campaigns are a powerful way to expand your loyalty program through peer-to-peer promotion. By configuring rewards based on referee activity, you create a meaningful incentive for members to spread the word, driving both engagement and growth.

### Related articles:

{% content-ref url="/pages/Lywj6gE33DaBkknwW3HW" %}
[Referral Programs](/faq/referral-programs.md)
{% endcontent-ref %}

{% content-ref url="/pages/VB6OPrZdiWJP1G4CNdAX" %}
[Broken mention](broken://pages/VB6OPrZdiWJP1G4CNdAX)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openloyalty.io/main-features/campaigns/campaigns-and-referral-campaigns/creating-campaigns/referral-campaign.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
