---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/react-native/tapjoy.md
  - https://ads.yandex.com/helpcenter/ru/dev/react-native/tapjoy.md
  - https://ads.yandex.com/helpcenter/zh/dev/react-native/tapjoy.md
---
> **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/react-native/interstitial.md) (Android)
- [激励广告](https://ads.yandex.com/helpcenter/zh/dev/react-native/rewarded.md) (Android)

## 集成 {#integration}

{% list tabs %}

- Android

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

   2. 将依赖项添加到应用级别的 build.gradle 文件中：
      ```
      implementation 'com.yandex.android:mobileads:8.3.0'
      implementation 'com.yandex.ads.mediation:mobileads-tapjoy:14.3.1.12'
      ```
   <!-- endsource: zh/dev/_includes/tapjoy-android.md -->

{% endlist %}

