---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/react-native7/pangle.md
  - https://ads.yandex.com/helpcenter/ru/dev/react-native7/pangle.md
  - href: en/dev/react-native7/pangle.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 Pangle

## Supported ad formats {#formats}

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

## Integration {#integration}

{% list tabs %}

- Android

   <!-- source: en/dev/_includes7/pangle-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:7.18.7'
      implementation 'com.yandex.ads.mediation:mobileads-pangle:6.5.1.2.2'
      ```
   <!-- endsource: en/dev/_includes7/pangle-android.md -->

{% endlist %}
