> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/zh/wang-luo/gong-ju/dao-ru-shu-ju/dao-ru-offer.md).

# 导入 Offer

1\. **前往 工具 » 导入数据**

![](/files/f7cc1f43e2b5d355b9ecc63cefdbbb1c49c5c583)

2\. **选择优惠导入模板（CSV 文件）**

![](/files/d86e44fc4283f383a7978c7ccd7498b14cf1498f)

文件上传后，优惠数据将以表格格式显示。用户必须按照已排序的 CSV 表格中的数据匹配所有列标题。\
（映射列后删除第 1 行标题）

***

**导入优惠的 CSV 必填字段**

1. Offer 名称
2. 货币
3. 广告主 ID（数字）
4. 广告主收入模型
5. 广告主价格
6. 联盟成本模型
7. 联盟支付金额
8. Offer URL
9. 开始日期（MM-DD-YYYY）
10. 可见性（open、approval、private）
11. 状态（live、paused）

从此处下载优惠导入模板文件，并根据模板标题整理您的活动数据。

{% file src="/files/8b6a018672782cf2d82c5af734388d3307911cf4" %}


---

# 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://knowledgebase.offer18.com/zh/wang-luo/gong-ju/dao-ru-shu-ju/dao-ru-offer.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.
