# Coupons

Coupon tracking in Offer18 enables you to monitor how effective your coupon codes are across different marketing efforts. You can allocate various types of codes to different offers, allowing you to track code usage and identify which offers generate the most conversions.

### Create Coupon

In order to configure coupon for Affiliate and Offer one must follow these steps

1. **Go to Offers » Coupons**<br>

   <figure><img src="https://295230641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F41f2EboJipeUA6flsLGK%2Fuploads%2FywplDo2M1e5bB1kV3kie%2Fimage.png?alt=media&#x26;token=14711cb4-fe2b-43e9-8048-23aa9ee20c4a" alt=""><figcaption></figcaption></figure>

2. **Go to "+ Create Coupon"**

<table data-header-hidden><thead><tr><th width="252"></th><th></th></tr></thead><tbody><tr><td><strong>Field name</strong></td><td><strong>Description</strong></td></tr><tr><td>Coupon code</td><td>Place the coupon value/promo code here received from the advertiser.</td></tr><tr><td>Offer ID</td><td>Select offer ID</td></tr><tr><td>Start date</td><td>Set the start date for coupon’s working</td></tr><tr><td>End date</td><td>Set the end date for coupon’s validity</td></tr><tr><td>Affiliate</td><td>Allow / Block affiliates for the coupon</td></tr><tr><td>Quota</td><td>Assign coupon quota</td></tr><tr><td>Status</td><td>Status of Coupon (Approved, Pending, Rejected, Hold)</td></tr><tr><td>Description</td><td>Add description related to coupon</td></tr></tbody></table>

One needs to add **`&coupon={coupon_value}`** parameter in postback. It is required to receive coupon value in respective postback.

{% code overflow="wrap" %}

```
https://example.o18.click/p?m=00000&tid={REPLACE}&coupon={coupon_value}
```

{% endcode %}

### **Coupon Reports**

1. **Go to Offers » Coupons**
2. **Go to "Coupon Reports"**

You can view logs related to a specific coupon code, Offer ID, and Coupon Status here.

### Coupon Import

1. **Go to Offers » Coupons**
2. **Go to "Import Coupons"**

The coupon information will be shown in a table format as soon as the file is uploaded

Required field information to be mapped with CSV:

* Offer ID
* Coupon Code
* Quota
* Start Date (YYYY-MM-DD)
* End Date (YYYY-MM-DD)
* Status (coupon rule status)
* Affiliate (IDs only to Allow)
* Description

3. **Exclude the first row of the table » submit**

**Example File**

{% file src="<https://295230641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F41f2EboJipeUA6flsLGK%2Fuploads%2FUnKRHZqjnfK90ApSac9G%2FCoupon-Import.csv?alt=media&token=234071ed-23b2-4cff-a3c9-0a5d7d56f6dc>" %}


---

# 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://knowledgebase.offer18.com/network/offers/coupons.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.
