> For the complete documentation index, see [llms.txt](https://docs.bloop.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloop.plus/getting-started/the-affiliate-journey.md).

# The Affiliate Journey

The affiliate journey is the path a partner takes through your program: they sign up, get approved, receive a unique link and code, promote you to their audience, drive sales, and get paid a commission. Seeing the journey from the affiliate's side helps you build a program worth promoting — a confusing sign-up, a stingy commission, or a slow payout each lose you partners at a different step.

This page describes the experience, not the setup. It shows what an affiliate sees and does at each stage, so the configuration in the feature docs has a clear purpose. To build the program itself, see [Getting started with affiliates](/quick-start/getting-started-1.md).

### Who the affiliate is

An affiliate is an external partner — a creator, blogger, publisher, or any promoter with an audience. Unlike a referral, they need no prior order with you; they bring reach you could not get on your own. In return they expect a commission that makes promotion worth their effort and a payout they can rely on. The whole journey is **pay-for-performance**: they earn only on the orders they actually drive.

### Step 1 — The affiliate applies or is invited

A partner enters your program one of two ways. They either **self-register** through your registration form — landing in your dashboard with a **pending** status — or you **add them manually** with their name and email. Either way, this first impression matters: a clean registration form and a clear value proposition decide whether good partners bother to apply. See [Managing affiliates](/affiliate-program/affiliates.md) and the [registration form](/affiliate-program/branding/registration.md).

### Step 2 — You approve them

Before an affiliate can earn, you approve them and assign them to a **campaign**. The campaign sets their commission structure and the **cookie window** that governs attribution. Approving the right partners — and steering different partners into different campaigns — keeps your program aligned with your margins. Commission options live in [Affiliate campaigns and commissions](/affiliate-program/campaigns.md).

### Step 3 — The affiliate receives their link and code

Each approved affiliate gets a unique **referral link** and, optionally, a **discount coupon** to share. The link is how Bloop attributes orders to them; the coupon gives their audience a reason to buy now and gives the affiliate a clean asset to promote. From here the affiliate can log into their portal to grab their materials and watch their results.

### Step 4 — The affiliate promotes you

The affiliate puts their link and code in front of their audience — in posts, videos, newsletters, bios, or reviews. This is the work you are paying for, and it happens entirely on the affiliate's channels. A commission and offer worth talking about is what turns a signed-up affiliate into an active one.

> **Best practice:** Activation, not recruitment, is the real bottleneck. A handful of partners who genuinely promote you beat a long list who signed up and went quiet. Give affiliates ready-to-use assets and a commission they can feel, then double down on the ones who actually post. See [recruiting affiliates](/best-practices/recruiting-affiliates.md).

### Step 5 — A customer buys and a sale is recorded

When someone clicks the affiliate's link and completes a qualifying order within the cookie window, Bloop records a **sale** and calculates the commission from the affiliate's campaign. The sale appears in your dashboard for review, and the affiliate sees the pending earning in their portal. Tracking and statuses are covered in [Affiliate sales tracking](/affiliate-program/sales.md).

### Step 6 — You approve the commission

You review each sale and approve the valid ones; you can decline sales that were cancelled, refunded, or fraudulent. Approving a sale moves its commission into the affiliate's balance as money owed. This review step is what keeps payouts honest without holding up legitimate partners.

### Step 7 — The affiliate gets paid

Approved commissions become available to **pay out** through the payment method the affiliate selected. You record the payout, and it moves from the affiliate's outstanding balance into their payment history. A reliable, on-time payout is the single biggest reason an affiliate keeps promoting you — and the reason they recommend your program to other partners. See [Affiliate payouts](/affiliate-program/payouts.md).

### How the journey shows up in your dashboard

Each step leaves data you can read: applications and approvals, clicks and sales, approved versus paid commission. Together they show where partners drop off — sign-ups that never produce a sale point to weak activation; sales that never get approved point to a review backlog. Use [affiliate sales](/affiliate-program/sales.md) and [payouts](/affiliate-program/payouts.md) to keep the journey moving.

### Where to go next

* Set the commission behind steps 2 and 5 in [Affiliate campaigns and commissions](/affiliate-program/campaigns.md).
* Shape steps 1 and 7 with [managing affiliates](/affiliate-program/affiliates.md) and [affiliate payouts](/affiliate-program/payouts.md).
* See the customer equivalent in [The referral journey](/getting-started/the-referral-journey.md).


---

# 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://docs.bloop.plus/getting-started/the-affiliate-journey.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.
