> 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/trigger-options-popunder-ad-zones.md).

# ポップアンダー：ポップアンダー広告ゾーンのトリガーオプション

ウェブサイト内でポップアンダーをどのように発生させるかを選択するためのオプションを用意しました。

<figure><img src="/files/665c45db847e7de7876b4c97bf5bb6a738e87d3b" alt=""><figcaption></figcaption></figure>

訪問者がサイトに入ったときにポップアンダーを発生させる方法は5つあり、以下のとおりです：

## ページ上の任意の場所をクリック

このオプションを選択すると、ページ上のどこをクリックしてもポップアンダーが発生するように設定できます。つまり、クリック可能な要素である必要はありません。動画、空白部分、リンクをクリックしたときに発生します。

## リンクをクリックした場合のみ（デフォルト）

このオプションを選択すると、ウェブページ上でリンクがクリックされたときのみポップアンダーが発生するように設定できます。たとえば、動画へのリンクなどです。このオプションはゾーン作成時にデフォルトで選択されます。

## 特定のクラスをクリック

おそらく、ウェブページ内の特定のリンク群に対してのみポップアンダーを発生させたいのでしょう。これらのリンクの「class」は、「**トリガーするクラス**"ボックスに、カンマ区切りで入力できます。このオプションを選択すると表示されます。たとえば、クラス「alinks」を使用でき、ページのソースコードを確認すると、class="alinks" ではポップアンダーが発生し、他のクラスでは発生しないことがわかります。結果として、1つのリンクだけがポップアンダーを生成し、別のクラスにあるため他のリンクは生成されません。

## ページ上の任意の場所をクリック（特定のクラスを除く）

この方法では、ユーザーがページ上のどこかをクリックするとポップが発生する設定と、ページ内の特定のリンク要素ではトリガーを除外するオプションを組み合わせます。上で説明した特定のクラスをクリックする方法とは異なり、このオプションではユーザーは **トリガーしない** 設定で定義したクラスを含む要素ではポップを発生させません。これらのリンクの「class」は、「**トリガーするクラス**"ボックスに、カンマ区切りで入力できます。このオプションを選択すると表示されます。

## リンクをクリック（特定のクラスを除く）

この方法では、ユーザーがリンクをクリックするとポップが発生する設定と、ページ内の特定のリンク要素ではトリガーを除外するオプションを組み合わせます。上で説明した特定のクラスをクリックする方法とは異なり、このオプションではユーザーは **トリガーしない** 設定で定義したクラスを含む要素ではポップを発生させません。これらのリンクの「class」は、「**トリガーするクラス**"ボックスに、カンマ区切りで入力できます。このオプションを選択すると表示されます。

<details>

<summary>お困りですか？</summary>

この機能についてさらに情報やサポートが必要な場合は、当社のコンプライアンスチームまでお問い合わせください [**こちら**](https://www.exoclick.com/contact/).

</details>


---

# 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/trigger-options-popunder-ad-zones.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.
