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

# Enabling Tapjoy



## Supported ad formats {#formats}

- [Interstitial ads](https://ads.yandex.com/helpcenter/en/dev/flutter/interstitial.md) (Android)
- [Rewarded ads](https://ads.yandex.com/helpcenter/en/dev/flutter/rewarded.md) (Android)

## Integration {#integration}

{% list tabs %}

- Android

   <!-- source: en/dev/_includes/tapjoy-android.md -->
   1. [Set up mediation](https://ads.yandex.com/helpcenter/en/monetization/yandex-mediation/setup.md) in the Yandex Advertising Network interface and other network interface.

   2. Add the dependencies to the build.gradle file at the app level:
      ```
      implementation 'com.yandex.android:mobileads:8.3.0'
      implementation 'com.yandex.ads.mediation:mobileads-tapjoy:14.3.1.12'
      ```
   <!-- endsource: en/dev/_includes/tapjoy-android.md -->

{% endlist %}
