> 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.md).

# 发布商教程

- [将 ExoClick 广告位添加到应用](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/adding-exoclick-ad-zones-to-apps.md)
- [使用 Vue.js 集成 ExoClick 广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/exoclick-ad-zone-integration-with-vue.js.md)
- [单页应用中的全页插页式广告](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/fpi-spa-with-exoclick.md)
- [如何使用 ExoClick 投放 SFW 广告](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/serve-sfw-ads.md)
- [页面内推送：如何设置页面内推送通知广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-set-up-in-page-push-notification-ad-zone.md)
- [In-Stream：兼容的 VAST Wrapper 播放器](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/compatible-vast-wrapper-players.md)
- [In-Stream：如何实施 In-Stream 第 1 部分。](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-stream-part1.md)
- [In-Stream：如何实施 In-Stream。第 2 部分：实施示例](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-stream-part2.md)
- [In-Stream：如何实施 In-Stream。第 3 部分：测试广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-stream-part3.md)
- [In-Video：如何实施 In-Video（VAST）](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-video-vast.md)
- [MFPI：如何实施移动端全页插页式广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-mobile-fullpage-intestitial-ad-zone.md)
- [多格式广告位设置](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/multiformat-adzone-setup.md)
- [Outstream：如何实施 Outstream 广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-outstream-ad-zone.md)
- [Popunder：如何确保您的 Popunder 符合滥用式广告体验规则](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-ensure-popunders-fit-rules-abusive-experiences.md)
- [Popunder：弹窗广告位的触发选项](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/trigger-options-popunder-ad-zones.md)
- [Popunder 重定向示例](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/popunder-zhong-ding-xiang-shi-li.md)
- [推送通知：如何实施推送通知广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-push-notifications.md)
- [推送通知：使用来自多个网络的推送通知](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/using-push-notifications-multiple-networks.md)
- [如何在 WordPress 中使用 ExoClick 的广告位代码](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/wordpress-exoclick-ad-zone-set-up.md)
- [视频滑块 - 如何设置视频滑块广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-setup-video-slider-ad-zone.md)
- [如何使用 data-block-ad-types 动态屏蔽广告类型](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/dynamically-block-ads-using-data-block-ad-types.md)
- [如何为 ExoClick In-stream（视频）广告位动态屏蔽广告类型](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/dynamically-block-ad-types-for-exoclick-in-stream-zones.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.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.
