> 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/referral-program/management/track-coupons.md).

# Track Coupons

Track coupons is the ledger of every discount-code reward Bloop has created — from the moment it's issued to the order it's redeemed on. It answers two questions: did the reward reach the referrer, and are they redeeming it? A pile of unused codes is a quiet signal your reward isn't pulling its weight.

### Coupon statuses

Each code carries a status that reflects where it is in its life:

| Status    | What it means                                                                              |
| --------- | ------------------------------------------------------------------------------------------ |
| Available | The code has been issued but not yet redeemed, and it still exists in Shopify.             |
| Used      | A customer redeemed the code on an order.                                                  |
| Expired   | The code reached its expiry date without being redeemed.                                   |
| Deleted   | The code no longer exists in Shopify (for example, you removed it from the Shopify admin). |

Bloop derives the status from the code itself: redeemed codes show as **Used**, codes with a past expiry date show as **Expired**, codes missing from Shopify show as **Deleted**, and everything else is **Available**.

### What each row shows

For every code, the view lists:

* The **discount code** and its description.
* The **referrer** who owns it, by name and email.
* The **status** and expiry date.
* For redeemed codes, the **order** the code was used on, so you can confirm the redemption in Shopify.

### Filter and search

* **Filter by status** to focus on, say, only **Used** codes (to see real redemptions) or **Expired** codes (rewards that went unused).
* **Search by code** to find a specific coupon a referrer is asking about.
* **Sort by date** to see the newest or oldest codes first.

### How to use this view

* **Confirm a reward was delivered.** If a referrer says they never got their discount, find their code here and check its status.
* **Measure reward engagement.** A high share of **Available** or **Expired** codes means referrers are earning rewards but not redeeming them — a signal your reward may not be compelling enough.
* **Spot deleted codes.** A **Deleted** status means the code was removed in Shopify; reissue it if the removal was a mistake.

### Next steps

* See the wider stream of program events in [Referral activity](/referral-program/analytics/activity.md).
* Configure the discount-code reward in [Referrer and referee rewards](/referral-program/rewards.md).
* Review referred purchases in [Referral orders](/referral-program/management/orders.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/referral-program/management/track-coupons.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.
