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

# Push Notifications: Using push notifications from multiple networks

You can integrate ExoClick’s push notifications even if you have already configured your site with another push notification provider. By doing this, you can expand your options to monetize your push notification traffic. While the traffic will still be sent under ExoClick's domain, you can then re-direct this traffic to the push network of your choice. In this tutorial, we will explain how to seamlessly integrate ExoClick’s push notifications without affecting push notifications from other networks.

## How to implement push notifications from multiple networks

In your Admin Panel, go to "Sites & Zones", then "New Zone". Select "Push Notification" and click "Next".

<figure><img src="/files/4qYOIvWvvviDYbok5p95" alt=""><figcaption></figcaption></figure>

If you want to use other networks you will have select the **Hosted** method when creating the push zone. You can choose all the other settings:

<figure><img src="/files/4XRwqZDNne3jrdwLkgoB" alt=""><figcaption></figcaption></figure>

Copy-paste the provided code into your website within the \<body> tags.

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

Once you have set the code in the page, the subscription message will appear to the end user as a popup window, even if you have another push notification provider configured on your website. That is how both systems can work for you together on your website.

## How will the end user see the opt in message?

ExoClick’s message will first appear as a popup window (we call it a Soft-ask box) asking the end user if he wishes to receive push notifications. The default subscription message is automatically translated into the user’s language. You can also use your custom sign up message. The user is given the option of "No, thanks" and "Allow."

![](/files/56f3cc08f28fb09552efe358f3388c6a873c6e9e)

After the user clicks "Allow" a second popup window appears asking them to "Allow" or "Block" the messages. One more click on "Allow" ensures they will receive the push notifications.

![](/files/1605840dbb270a848b6ea485f972d1fc49df0552)

{% hint style="info" %}
**Note**: Within the first Soft-Ask box, if a user clicks the "No thanks" box, he will be automatically retargeted again in 2 days time. If the user clicks the "Block" button on the second pop up window, he will never be targeted again.
{% endhint %}

Even though the Soft-prompt sign up method is a great way to combine push notification subscriptions on several networks, we strongly recommend to use the direct link subscription which has higher subscription rate. See how to implement the direct subscription in this [FAQ](/tutorials/tutorials/publishers-tutorials/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/tutorials/publishers-tutorials/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.
