---
metadata:
  - name: generator
    content: Diplodoc Platform v5.61.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/android/applovin-test.md
  - https://ads.yandex.com/helpcenter/ru/dev/android/applovin-test.md
  - https://ads.yandex.com/helpcenter/zh/dev/android/applovin-test.md
  - href: https://ads.yandex.com/helpcenter/en/dev/android/applovin-test.md
    type: text/markdown
    title: Markdown version
  - href: https://ads.yandex.com/helpcenter/en/dev/android/llms.txt
    rel: describedby
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/en/llms.txt

# A/B testing to compare Waterfall and Open Bidding in AppLovin

## AppLovin interface {#partner-interface}

1. Log in to your AppLovin account and go to **MAX** → **Manage** → **Ad Unit**.

1. Create a new ad unit or edit an existing one.

1. Click **Create AB test**.

    ![](../../../_images/applovin-test-bidder-network.png){style="border: solid 1px #cccccc; max-width: 800px;"}

1. Enter the A/B test details and click **Create AB test**.    

    ![](../../../_images/applovin-test-create.png){style="border: solid 1px #cccccc; max-width: 800px;"}

1. Go to **Other Networks** → **Yandex** and configure your control ad unit.

    ![](../../../_images/applovin-test-other-networks.png){style="border: solid 1px #cccccc; max-width: 800px;"}

1. Go to **Bidder Networks** → **Yandex** and configure your test ad unit.

    ![](../../../_images/applovin-test-bidder-network-yandex.png){style="border: solid 1px #cccccc; max-width: 800px;"}

1. Click **Save**. 

Find a detailed guide to A/B testing [here](https://developers.applovin.com/en/max/advanced-features/a-b-testing/).

## Android setup {#setup}

Include these dependencies in your app module's build.gradle file:

```
implementation 'com.yandex.android:mobileads:7.5.0'
implementation 'com.yandex.ads.adapter:applovin-mobileads:7.5.0.1'
implementation 'com.applovin:applovin-sdk:12.6.0'
implementation 'com.applovin.mediation:yandex-adapter:7.5.0.1'
```
