---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/sdk/unity/advertisement.md
  - https://yandex.com/dev/games/doc/hi/sdk/unity/advertisement.md
  - https://yandex.com/dev/games/doc/ko/sdk/unity/advertisement.md
  - https://yandex.com/dev/games/doc/ru/sdk/unity/advertisement.md
  - https://yandex.com/dev/games/doc/tr/sdk/unity/advertisement.md
  - https://yandex.com/dev/games/doc/vi/sdk/unity/advertisement.md
  - https://yandex.com/dev/games/doc/zh/sdk/unity/advertisement.md
  - href: zh/sdk/unity/advertisement.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/zh/llms.txt

# 广告

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

#|
|| ![](../../_images/icons/video.svg) | 视频教程 2. 游戏中的广告

<div class="cut-button">

{% cut "观看视频" %}

视频为俄语，但您可以在YouTube上开启自动字幕。

{% list tabs %}

- 雅虎

  @[](https://runtime.strm.yandex.ru/player/video/vplvlc4zzcshcp4ztpey?autoplay=0&mute=0)

- YouTube

  @[youtube](https://youtu.be/B9J2G2hoXKA?si=ky4V0HOrU45p-283)

{% endlist %}

{% endcut %}

</div>

||
|#

了解更多关于[广告变现](https://yandex.com/dev/games/doc/zh/console/adv-monetization.md)。

插件支持三种广告类型：
- [插页广告](https://yandex.com/dev/games/doc/zh/console/adv-monetization.md#interstitial)，在游戏逻辑暂停时显示。[了解更多](https://max-games.ru/plugin-yg/doc/inter-ad/?en){.external}
- [激励视频广告](https://yandex.com/dev/games/doc/zh/console/adv-monetization.md#rewarded)。这种情况下需要让用户明确知道观看广告后将获得的奖励。[了解更多](https://max-games.ru/plugin-yg/doc/reward-ad/?en){.external}
- [贴片横幅广告](https://yandex.com/dev/games/doc/zh/console/adv-monetization.md#sticky)，在游戏过程中持续显示在屏幕边缘。[了解更多](https://max-games.ru/plugin-yg/doc/sticky-adv/?en){.external}

接入广告变现是强制要求的([条款1.12](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-12))，但禁止接入第三方广告([条款1.16](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-16))。广告展示需遵守[游戏要求第4章节](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#4)。配置广告后，您可以使用插件进行测试。

