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

# 弹出页：弹出页广告位的触发选项

我们现在为您提供选项，以选择在您的网站中触发 popunder 的方式。

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

当访客进入您的网站时，有 5 种触发 popunder 的选项，分别是：

## 点击页面任意位置

选择此选项后，您希望在点击页面任意位置时触发 pop-under，这意味着它不必是可点击元素。点击视频、空白区域或链接时都会触发。

## 仅点击链接（默认）

选择此选项后，您只希望在网页上的链接被点击时触发 pop under。例如，指向视频的链接。创建区段时，此选项将默认选中。

## 点击特定 class

也许您只希望 pop under 仅对网页中的某一特定链接组触发。这些链接的“class”可以添加到“**触发 class**”框中，以逗号分隔，在您选择此选项时会出现。例如，可以使用 class "alinks"，如果您查看页面源代码，您会看到它会针对 class="alinks" 触发 pop under，但不会对其他 class 触发。最终结果是，只有一个链接会生成 pop under，而其他链接不会，因为它属于不同的 class。

## 点击页面任意位置，但排除特定 class

这种方法将“用户点击页面任意位置以触发弹窗”的方式与排除页面内某些链接元素触发的选项结合起来。与上面解释的点击特定 class 方法不同，此选项允许用户 **不触发** 在包含配置中定义的 class 的这些元素上触发弹窗。这些链接的“class”可以添加到“**触发 class**”框中，以逗号分隔，在您选择此选项时会出现。

## 点击链接，但排除特定 class

这种方法将“用户点击链接以触发弹窗”的方式与排除页面内某些链接元素触发的选项结合起来。与上面解释的点击特定 class 方法不同，此选项允许用户 **不触发** 在包含配置中定义的 class 的这些元素上触发弹窗。这些链接的“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/zh/jiao-cheng/fa-bu-shang-jiao-cheng/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.
