> 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/ja/chtoriaru/paburisshkechtoriaru/multiformat-adzone-setup.md).

# マルチフォーマット広告ゾーンの設定

マルチフォーマット広告では、広告枠内でさまざまな形式をローテーションし、eCPMが最も高いものに重点を置くことができます。マルチフォーマット広告は設定が簡単です。他の標準的な広告ゾーンと同様に、サイトにマルチフォーマット広告スクリプトを設置するだけです。

{% stepper %}
{% step %}

## 新しい広告ゾーンを作成する

マルチフォーマット広告ゾーンを作成するには、 **サイト＆ゾーン**をクリックし、 **新しいゾーン**を選択します。 **マルチフォーマット**.

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

{% step %}

## マルチフォーマット用のゾーンを選択

マルチフォーマットを選択すると、既存の **バナー** と **ネイティブ（レコメンデーションウィジェット）** 広告ゾーンの一覧が、選択したサイトから表示されます。マルチフォーマット広告ゾーンでローテーションするゾーンを選択する必要があります。

{% hint style="info" %}
そのサイトにまだゾーンがない場合、またはバナー形式やネイティブ形式のゾーンがない場合、一覧には何も表示されず、マルチフォーマット広告ゾーンを作成することはできません。
{% endhint %}

<figure><img src="/files/186f96a35654b760fd28c163e2fe8155a65f8e2d" alt=""><figcaption></figcaption></figure>

次に、 **チェックボックスをオンにします** マルチフォーマット広告ゾーンで使用したい広告ゾーンの横にあるものを選択します。選択したゾーン同士はeCPM単価を競い合います。最も高いeCPM値を得たゾーンが、マルチフォーマット広告ゾーンに表示されます。

バナー広告ゾーンでは、 **いくつかの表示方法** を右側のマルチゾーンレイアウトのドロップダウンから選択できます:

* **シングルゾーン**: このオプションを選択すると、勝ったゾーンはマルチフォーマット広告ゾーン内で1回だけ表示されます。
* **横/縦 x2、x3、x4**: これらのオプションを選ぶと、勝ったゾーンが横または縦に複数回表示されます。

<figure><img src="/files/f84ee1a72f62f8f143626a43cff7f40627fa134a" alt=""><figcaption></figcaption></figure>

ただし、ネイティブ広告ゾーンはシングルゾーンとしてのみ表示できるため、マルチゾーンレイアウトのドロップダウンから何も選択できません。N/Aと表示されます。

**注記:**

* 選択できるゾーンの最小数は2です。
* 選択できるゾーンの最大数は10です。
  {% endstep %}

{% step %}

## 統合スニペットコード

をクリックすると、 **作成**広告を表示するためにウェブサイトに設置する必要のある広告ゾーンコードが提供されます。生成されるゾーンID番号は、作成した広告ゾーンの一意の番号です。

<figure><img src="/files/356eb7f30e2df04a953daa6d2fb257340e6b7dbd" 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/554a5e9bc52bb993049830f4aad2b89c48f646d2" 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/ja/chtoriaru/paburisshkechtoriaru/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.
