# 优惠券

Offer18 中的优惠券跟踪使您能够监控不同营销活动中优惠券代码的效果。您可以将各种类型的代码分配给不同的优惠（offer），从而跟踪代码使用情况并识别哪些优惠带来了最多的转化。

### 创建优惠券

要为联盟（Affiliate）和优惠（Offer）配置优惠券，必须遵循以下步骤

1. **转到 Offers » Coupons**<br>

   <figure><img src="/files/36782c33ead6673131f71e93af53ef26b058a91f" alt=""><figcaption></figcaption></figure>

2. **转到 "+ Create Coupon"**

<table data-header-hidden><thead><tr><th width="252"></th><th></th></tr></thead><tbody><tr><td><strong>字段名称</strong></td><td><strong>说明</strong></td></tr><tr><td>优惠券代码</td><td>将从广告主处收到的优惠券值/促销代码放在此处。</td></tr><tr><td>Offer ID</td><td>选择 offer ID</td></tr><tr><td>开始日期</td><td>设置优惠券生效的开始日期</td></tr><tr><td>结束日期</td><td>设置优惠券有效期的结束日期</td></tr><tr><td>Affiliate</td><td>允许/阻止该优惠券的联盟</td></tr><tr><td>配额</td><td>分配优惠券配额</td></tr><tr><td>状态</td><td>优惠券状态（已批准、待定、已拒绝、暂停）</td></tr><tr><td>说明</td><td>添加与优惠券相关的描述</td></tr></tbody></table>

需要添加 **`&coupon={coupon_value}`** 参数到 postback。需要在相应的 postback 中接收优惠券值。

{% code overflow="wrap" %}

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

{% endcode %}

### **优惠券报告**

1. **转到 Offers » Coupons**
2. **转到 "Coupon Reports"**

您可以在此查看与特定优惠券代码、Offer ID 和优惠券状态相关的日志。

### 优惠券导入

1. **转到 Offers » Coupons**
2. **转到 "Import Coupons"**

文件上传后，优惠券信息将以表格格式显示

需要映射到 CSV 的字段信息：

* Offer ID
* 优惠券代码
* 配额
* 开始日期（YYYY-MM-DD）
* 结束日期（YYYY-MM-DD）
* 状态（优惠券规则状态）
* 联盟（仅允许 ID）
* 说明

3. **排除表格的第一行 » 提交**

**示例文件**

{% file src="/files/c65dbb06af80cdfcb02ba8769fc04cfa862beaf3" %}


---

# 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/zh/wang-luo/offers/you-hui-quan.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.
