> 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/how-ensure-popunders-fit-rules-abusive-experiences.md).

# ポップアンダー：ポップアンダーが不正な広告体験のルールに準拠するようにする方法

このブログ記事では、当社の新しいスクリプトを使って、ウェブサイトに表示するPopunderが不正な広告体験に関するルールに適合するようにする方法をご紹介します。さらに、新しいスクリプトの **インライン Popunder** コードにより、エンドユーザーが広告ブロッカーを使用していてもPopunderが表示され、収益をさらに高めることができます。更新されたコードは、ウェブサイトのタグ内に追加してください。

## 新しいPopunderオプション

これら2つの新しいオプションはいずれも、Popunder広告を強制的にPop-Upとして表示させることを保証します。なお、どちらの新機能もデフォルトでは無効になっています。

*Pop-Upを強制* - このオプションを選択すると、Chromeを含むすべてのブラウザで、常に広告がPop-Upとして起動するよう強制されます。

*フォールバック Pop-Up* - このオプションを選択すると、広告が常にChrome上でのみPop-Upとして起動するよう強制されます。このオプションは他のブラウザでは動作しません。

## チュートリアル

{% stepper %}
{% step %}

### ステップ1

「フォールバックをPop-Upにする」オプションを選択し、ボタンをオンに切り替えます。

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

{% step %}

### ステップ2

「トリガー方法」で「特定のクラスをクリック」オプションを選択します。これにより、広告はサイト上の画像をユーザーがクリックした場合にのみ起動し、空白部分では起動しません。これはPopunderに関するルールの1つです。

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

{% step %}

### ステップ3

「トリガークラス」欄に、スクリプト内およびWebページ内でポップトリガーを作成するために使用するクラス名を追加します。（この例では「test」）

<figure><img src="/files/8ed23e55af484217f18e23244942586b2e87f23e" alt=""><figcaption></figcaption></figure>

このオプションでは、パブリッシャーはユーザーが画像をクリックしたときにのみ動作するようPopunderを定義できます。ページのHTMLでは、設定したクラスの構造は次のようになります。

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

ここで、リンクタグ \\\<a> にクラス「test」が含まれ、\\\<img /> タグが含まれています。

これにより、ポップはこれらの特定要素で起動しますが、空白部分や他のテキストリンクなど、ページの他のセクションでは起動しません。

***

**注**： なお、クラス名にスペースが含まれている場合、たとえば「thumb nail」のような場合は、システムは受け付けません。クラス名にスペースは使えませんので、パブリッシャーは名前を変更するよう案内してください（例としては「thumb」）。ダッシュ（「-」）は使用できます。例：「thumb-nail」。

さらに、複数のクラスは、コンマで区切って設定されていれば使用可能であることも覚えておいてください：test, thumb など。

***

{% endstep %}

{% step %}

### ステップ4

ここに、生成されるPopunderコードのスクリーンショット例があります。これにより、ウェブサイトのタグ内へスクリプトをコピー＆ペーストできます。

<figure><img src="/files/28aa928e6fe0ed12cda06bc3458adcf2febc6e59" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/how-ensure-popunders-fit-rules-abusive-experiences.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.
