---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/compose-multiplatform/tapjoy.md
  - https://ads.yandex.com/helpcenter/ru/dev/compose-multiplatform/tapjoy.md
  - https://ads.yandex.com/helpcenter/zh/dev/compose-multiplatform/tapjoy.md
  - href: zh/dev/compose-multiplatform/tapjoy.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://ads.yandex.com/helpcenter/zh/llms.txt

# 启用 Tapjoy

## 支持的广告格式 {#formats}

- [插屏广告](https://ads.yandex.com/helpcenter/zh/dev/compose-multiplatform/interstitial.md) (Android)
- [激励广告](https://ads.yandex.com/helpcenter/zh/dev/compose-multiplatform/rewarded.md) (Android)

## 集成 {#integration}

{% list tabs %}

- Android

   1. 在 Yandex Advertising Network 界面和其他网络界面中[设置聚合](https://ads.yandex.com/helpcenter/zh/monetization/yandex-mediation/setup.md)。

   2. 将依赖项添加到应用级别的 build.gradle.kts 文件中的 `androidMain.dependencies` 块：
      ```kotlin
      implementation("com.yandex.android:mobileads:8.3.0")
      implementation("com.yandex.ads.mediation:mobileads-tapjoy:14.3.1.12")
      ```

{% endlist %}
