> 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-guang-gao-zhu.md).

# 导入广告主

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

![](/files/8fa37b58ef9a48aa523e927a600941bd8f4c5514)

2\. **选择广告主导入模板（CSV 文件）**

![](/files/0b47b698d150fc826395cff40d90ac684fb151bd)

文件上传后，广告主数据将以表格形式显示。用户必须将所有列标题与按数据排序的 CSV 表格中的标题匹配。\
（映射列后移除第一行标题）

***

#### **用于导入广告主的 CSV 中的重要字段**

1. 名，姓&#x20;
2. 电子邮件 ( **必填** )
3. 公司名称
4. 国家
5. 状态 ( 已批准，待处理，已拒绝 )
6. 网站
7. 电话
8. 地址
9. 货币

从此处下载广告主导入模板文件，并根据模板标题整理您的广告主数据。

{% file src="/files/f7552d8779eadf68662370b0721406c86da26519" %}
下载广告主导入模板
{% endfile %}


---

# 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-guang-gao-zhu.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.
