> 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/zh/jiao-cheng/fa-bu-shang-jiao-cheng/using-push-notifications-multiple-networks.md).

# 推送通知：使用来自多个网络的推送通知

即使你已经使用其他推送通知提供商配置了你的网站，也可以集成 ExoClick 的推送通知。这样，你就可以扩展将推送通知流量变现的选择。虽然流量仍会以 ExoClick 的域名发送，但之后你可以将这些流量重定向到你选择的推送网络。在本教程中，我们将解释如何无缝集成 ExoClick 的推送通知，而不影响来自其他网络的推送通知。

## 如何实现来自多个网络的推送通知

在你的管理面板中，前往“站点与区域”，然后点击“新区域”。选择“推送通知”，并点击“下一步”。

<figure><img src="/files/80f71d9cd61c7fe6c3de238cd46388bdc8da95d5" alt=""><figcaption></figcaption></figure>

如果你想使用其他网络，在创建推送区域时，你需要选择 **托管** 方法。你可以选择所有其他设置：

<figure><img src="/files/5e9af9f10a1db4024185c5bccb92a424e6a11826" alt=""><figcaption></figcaption></figure>

将提供的代码复制粘贴到你网站的 \<body> 标签内。

<figure><img src="/files/0d8e685cfe57776867d9d77b4a454385735b20ab" alt=""><figcaption></figcaption></figure>

一旦你在页面中设置好代码，订阅消息就会以弹窗形式显示给最终用户，即使你的网站上已配置了其他推送通知提供商也是如此。这就是这两种系统如何能在你的网站上协同工作的方式。

## 最终用户会如何看到选择加入消息？

ExoClick 的消息首先会以弹窗形式出现（我们称之为软询问框），询问最终用户是否希望接收推送通知。默认订阅消息会自动翻译成用户的语言。你也可以使用自定义注册消息。用户可选择“不了，谢谢”和“允许”。

![](/files/86bb7824c6dad4355a9f0d2dea8d9eacaaf5a14f)

用户点击“允许”后，会出现第二个弹窗，询问他们是“允许”还是“阻止”这些消息。再次点击“允许”即可确保他们会收到推送通知。

![](/files/f720c8b540e78e7a93444af2947a4a2c4150b977)

{% hint style="info" %}
**注意**：在第一个软询问框中，如果用户点击“不了，谢谢”按钮，他将在 2 天后自动再次被定向。如果用户在第二个弹窗中点击“阻止”按钮，他将不会再被定向。
{% endhint %}

尽管软提示注册方法是将多个网络上的推送通知订阅结合起来的绝佳方式，我们仍强烈建议使用直接链接订阅，因为它的订阅率更高。了解如何在此实现直接订阅 [常见问题](/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/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/zh/jiao-cheng/fa-bu-shang-jiao-cheng/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.
