> 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/using-push-notifications-multiple-networks.md).

# プッシュ通知：複数のネットワークからのプッシュ通知の利用

すでに別のプッシュ通知プロバイダーでサイトを設定している場合でも、ExoClickのプッシュ通知を統合できます。これにより、プッシュ通知トラフィックを収益化するための選択肢を広げることができます。トラフィックは引き続きExoClickのドメイン経由で送信されますが、その後、このトラフィックを任意のプッシュネットワークへリダイレクトできます。このチュートリアルでは、他のネットワークからのプッシュ通知に影響を与えずに、ExoClickのプッシュ通知をシームレスに統合する方法を説明します。

## 複数のネットワークからのプッシュ通知を実装する方法

管理パネルで「Sites & Zones」に移動し、次に「New Zone」をクリックします。「Push Notification」を選択し、「Next」をクリックします。

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

他のネットワークを使いたい場合は、次を選択する必要があります **ホスト型** プッシュゾーンを作成する際の方法です。その他の設定はすべて選択できます：

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

提供されたコードを、ウェブサイトの \<body> タグ内にコピー＆ペーストしてください。

<figure><img src="/files/5681d73050974a8ffd7126da980a8abfb6871123" alt=""><figcaption></figcaption></figure>

コードをページに設定すると、別のプッシュ通知プロバイダーをサイトで設定していても、購読メッセージはポップアップウィンドウとしてエンドユーザーに表示されます。これにより、両方のシステムがサイト上で連携して機能します。

## エンドユーザーにはオプトインメッセージがどのように表示されますか？

ExoClickのメッセージはまずポップアップウィンドウ（当社ではソフトアスクボックスと呼んでいます）として表示され、エンドユーザーにプッシュ通知の受信を希望するかどうかを尋ねます。デフォルトの購読メッセージはユーザーの言語に自動的に翻訳されます。独自のサインアップメッセージを使用することもできます。ユーザーには「いいえ、結構です」と「許可」の選択肢が表示されます。

![](/files/42097f75723bc452ceacf3078c872f88dc0c6501)

ユーザーが「許可」をクリックすると、2つ目のポップアップウィンドウが表示され、メッセージを「許可」するか「ブロック」するかを尋ねられます。もう一度「許可」をクリックすると、プッシュ通知を確実に受信できます。

![](/files/5fb08f95bb86c4723006d75a3ba08896bcf6624b)

{% hint style="info" %}
**注**：最初のソフトアスクボックス内でユーザーが「いいえ、結構です」をクリックすると、2日後に自動的に再ターゲティングされます。ユーザーが2つ目のポップアップウィンドウで「ブロック」ボタンをクリックした場合、そのユーザーが再びターゲットになることはありません。
{% endhint %}

ソフトプロンプトのサインアップ方法は、複数のネットワークのプッシュ通知購読を組み合わせるのに最適な方法ですが、より高い購読率を持つダイレクトリンク購読の使用を強くおすすめします。この [FAQ](/tutorials/ja/chtoriaru/paburisshkechtoriaru/how-implement-push-notifications.md).


---

# 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/using-push-notifications-multiple-networks.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.
