> 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)
- [流内广告：兼容的 VAST Wrapper 播放器](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/compatible-vast-wrapper-players.md)
- [流内广告：如何实现流内广告 第1部分。](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-stream-part1.md)
- [流内广告：如何实现流内广告。第2部分：实现示例](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-stream-part2.md)
- [流内广告：如何实现流内广告。第3部分：测试广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-stream-part3.md)
- [视频内广告：如何实现视频内广告（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)
- [流外广告：如何实现流外广告位](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-outstream-ad-zone.md)
- [弹出页：如何确保您的弹出页符合滥用式广告体验规则](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-ensure-popunders-fit-rules-abusive-experiences.md)
- [弹出页：弹出页广告位的触发选项](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/trigger-options-popunder-ad-zones.md)
- [弹出页重定向示例](https://docs.exoclick.com/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/tan-chu-ye-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 流内（视频）广告位动态屏蔽广告类型](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.
