> 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/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/multiformat-adzone-setup.md).

# 多格式广告位设置

多格式广告允许您在一个广告位中轮播不同格式，重点展示 eCPM 最高的格式。多格式广告易于设置：您只需像其他标准广告位一样，将多格式广告脚本放入您的网站即可。

{% stepper %}
{% step %}

## 创建新的广告位

要创建多格式广告位，请前往 **网站与广告位**，点击 **新建广告位**，并选择 **多格式**.

<figure><img src="/files/32d66c56341c9c642ce3c0d418cbf52ad23efbaf" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## 选择用于多格式的广告位

选择多格式后，您将看到所选站点上现有的 **横幅** 和 **原生（推荐小部件）** 广告位列表。您需要选择将在多格式广告位中轮播的广告位。

{% hint style="info" %}
如果该站点上还没有广告位，或者没有横幅或原生格式的广告位，您将不会在列表中看到任何内容，也无法创建多格式广告位。
{% endhint %}

<figure><img src="/files/84e6fd1af788385f74736230a26ece705ef60332" alt=""><figcaption></figcaption></figure>

接下来， **勾选复选框** ，选择您想在多格式广告位中使用的广告位。您选择的广告位将相互竞争 eCPM 价格。无论哪个广告位获得最高的 eCPM 值，都会显示在多格式广告位中。

对于横幅广告位，您可以从 **多种展示方式** 中选择，位于右侧的“多广告位布局”下拉菜单中：

* **单一广告位**：如果您选择此选项，获胜的广告位将只在多格式广告位中显示一次。
* **水平/垂直 x2、x3、x4**：选择这些选项将使获胜的广告位以水平或垂直方式重复显示多次。

<figure><img src="/files/6e620640e5b0e02c1aebaef3279cd5de3e19d8b3" alt=""><figcaption></figcaption></figure>

不过，原生广告位只能以单一广告位形式显示，因此您不能在“多广告位布局”下拉菜单中选择任何内容。它会标记为 N/A。

**注意：**

* 可选择的最少广告位数量为 2。
* 可选择的最多广告位数量为 10。
  {% endstep %}

{% step %}

## 集成代码片段

点击 **创建**后，您将收到需要放到网站上的广告位代码，以便显示广告。生成的广告位 ID 编号将是您所创建广告位的唯一编号。

<figure><img src="/files/972f1c3aac269db3ea76774eca6ecbcef8ed1563" alt=""><figcaption></figcaption></figure>

请注意，您还可以添加 [**关键词**](/publishers/sites-and-zones/using-tags.md) 和 [**子ID**](/publishers/sites-and-zones/subids.md) 到您的代码中，以便向广告主提供有关您流量的更多详细信息，并允许他们更好地优化您的流量。
{% endstep %}
{% endstepper %}

## 如何查看您的多格式广告统计数据

在您的统计中，您可以查看多格式广告位的结果，以及 **多格式中每个广告位 ID 的结果**。在多格式广告位详情下，您将找到每个广告位属于哪个多格式广告位 ID：

<figure><img src="/files/56a8f862c29ec8f8ac365550dff844eff088c5e6" alt=""><figcaption></figcaption></figure>

就是这样！如果您在设置多格式广告位时遇到任何问题，请联系您的客户经理或客户成功专员 [这里](https://www.exoclick.com/contact/).


---

# 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/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/multiformat-adzone-setup.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.
