> For the complete documentation index, see [llms.txt](https://support.referralhero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.referralhero.com/campaign-builder/goal/conversion-events-and-labels.md).

# Conversion Events & Labels

Conversion events represent the key actions in your referral journey.&#x20;

## How Many Conversion Events Do You Want to Track?

In ReferralHero, you can track up to three conversion events and assign clear labels to each one. Each conversion event progresses through the following linear stages.

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

#### **One Event**

Track a single key action, such as:

* Signing up for your newsletter
* Joining a waitlist
* Creating an account

**Best for:** Simple campaigns focused on one primary conversion.

#### **Two Events**

Track a two-step journey, such as:

* Signing up → Making a purchase
* Registering → Attending a webinar

**Best for:** Campaigns where a meaningful action follows the initial signup.

#### **Three Events**

Track a full customer journey, such as:

* Signing up → Attending a demo → Purchasing a plan
* Registering → Completing onboarding → Subscribing

**Best for:** More complex funnels, especially in SaaS or B2B with multiple engagement points.

## **Label Each Conversion Event**

Once you’ve selected how many events to track, assign a short and descriptive label to each one. These labels appear in your dashboard and are used throughout your campaign setup.

**Examples:**

* “Signed Up”
* “Attended Webinar”
* “Purchased Plan”
* “Upgraded to Pro”

Labels are used in:

* **Analytics** – Track how users move through your funnel

<figure><img src="/files/8ec8cU2D4kpecV4hVvks" alt=""><figcaption></figcaption></figure>

* **Automations** – Trigger emails, webhooks, or SMS when a specific event is completed

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

* **Reward Tracking** – Issue rewards only when subscribers hit specific milestones

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

{% hint style="success" %}
**Tip:** If you're using integrations like API, Zapier, or webhooks, match your event labels to your actual event names or property values.
{% endhint %}

## **Unqualified Status**

Referrals can be marked as **Unqualified**, a non-linear status that sits outside the standard conversion flow and does not follow the usual Pending → Unconfirmed → Confirmed progression.

This status is used to identify referrals that should be excluded from progression through the standard funnel stages (for example: invalid, spam, or disqualified leads).

Referrals can be moved to **Unqualified** from any stage and restored to their original stage.

The label for this status can be customized (e.g. “Disqualified”, “Invalid Lead”).

<figure><img src="/files/uBg0DkEPZmsPIaKvvoyR" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
**NOTES:**

* Marking a referral as **Unqualified** does not affect analytics calculations:
  * Referral counts remain unchanged
  * Original conversion events are preserved
* Unqualified referrals remain part of the referral system and may still be included in reward evaluation logic, depending on campaign configuration.
  {% endhint %}

### **Managing Unqualified Referrals**

#### **Moving Referrals to Unqualified**

Referrals can be marked as **Unqualified** through:

* Manual updates in the admin dashboard
* Bulk updates via CSV import
* REST API
* HubSpot integration
* GoHighLevel integration
* Zapier integration

#### **Restoring Referrals**

Referrals marked as **Unqualified** can be restored to their previous progression stage. When restored, the referral resumes its original stage.

Restoration is available via:

* Admin dashboard
* REST API
* Zapier integration

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

## **Referral Status**

Each subscriber’s progress is automatically reflected in their **Referral Status**, which updates as they complete each event. This status determines when rewards are issued to the advocate.&#x20;

✅ Learn more in the [Referral Status](https://support.referralhero.com/campaign-management/subscribers/subscriber-profile#referral-status) section.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.referralhero.com/campaign-builder/goal/conversion-events-and-labels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
