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

# Guide to migrating AppLovin from Waterfall to Open Bidding

## AppLovin interface {#partner-interface}

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

1. Disable ad units with a custom **Yandex** adapter.

1. Create a new ad unit.

1. Select **Yandex** from the list of bidding networks.

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

1. Click the status bar to activate the network.

1. Specify **Ad Unit ID** from the [Yandex Advertising Network interface](https://partner.yandex.com/).

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

    Use demo ad unit IDs to test ads:

    - Banner ads: `demo-banner-yandex`.

    - Interstitial ads: `demo-interstitial-yandex`.

    - Rewarded ads: `demo-rewarded-yandex`.

1. Click **Save**. This adds Yandex to the bidding networks list for this ad unit.

## iOS setup {#setup}

Remove the dependency from your Podfile:

```
pod 'AppLovinYandexMobileAdsAdapters'
```

Add the dependency:

```
pod 'AppLovinMediationYandexAdapter'
```
