> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/publishers/zh/zhan-dian-yu-guang-gao-wei/create-site.md).

# 添加网站

要添加网站，请转到 **站点与广告位** 选项卡。

{% hint style="info" %}
一个账户最多可有 200 个活跃网站。归档网站数量没有上限。
{% endhint %}

## 填写网站详情

点击 **新建网站** 按钮。您需要填写 **新建网站** 框中的每个字段。

![csite1](/files/75201bc73779d0c93e25ac056751246bde4cc578)

* **名称：** 为您的流量来源添加名称。
* **描述：** 添加简短描述。如果您的来源符合高级状态，则此描述将显示给广告主。
* **类型：** 确定您将从中发送流量的来源类型。请注意，选择错误的选项可能会导致您无法收到正确的广告，并可能对收入潜力产生负面影响：
  * **网站：** 您从网站发送流量。这是默认选项。
  * **移动应用：** 您从移动应用发送流量。
  * **网络：** 您从多个来源发送流量：应用、网站、电子邮件等。
  * **电子邮件：** 您从发送给用户数据库的电子邮件简报中发送流量。
* **URL：** 在此处添加网站 URL，包括 `https` 开头的 https。此项仅适用于 **网站** 和 **网络**。如果您选择了 **网络**，请在此添加您的 **公司网址**.
* **类别：** 选择您的流量类别。请确保所选类别与提交的 URL 内容准确匹配。如果选择了错误的类别，可能会导致网站被拒绝。

填写完详情后，点击 **创建网站**.

## 网站验证

点击后 **创建网站**，如果您将类型设置为 **网站**，则需要验证网站所有权才能创建广告位。请按照即将弹出的窗口中的说明操作：

![网站验证](/files/e890f3813125dc24581bd26f9419d064b979932b)


---

# 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.exoclick.com/publishers/zh/zhan-dian-yu-guang-gao-wei/create-site.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.
