---
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/zh/dev/ios/applovin-migration-guide.md
    type: text/markdown
    title: Markdown version
  - href: https://ads.yandex.com/helpcenter/zh/dev/ios/llms.txt
    rel: describedby
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

# AppLovin 从瀑布流向公开竞价迁移指南

## AppLovin 界面 {#partner-interface}

1. 登录您的 AppLovin 账户并前往 **MAX** → **Manage** → **Ad Unit**。

1. 禁用带有自定义 **Yandex** 适配器的广告单元。

1. 创建一个新的广告单元。

1. 从竞价者网络列表中选择 **Yandex**。

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

1. 点击状态栏以激活该网络。

1. 指定来自 [Yandex Advertising Network 界面](https://partner.yandex.com/) 的 **Ad Unit ID**。

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

    要测试展示效果，请使用以下演示广告单元 ID：

    - 横幅广告格式：`demo-banner-yandex`.

    - 插屏广告格式：`demo-interstitial-yandex`。

    - 激励广告格式：`demo-rewarded-yandex`。

1. 单击 **Save**。这将使 Yandex 在该广告单元的参与网络列表中激活。 

## iOS 设置 {#setup}

打开 Podfile，并删除以下依赖项：

```
pod 'AppLovinYandexMobileAdsAdapters'
```

添加以下依赖项：

```
pod 'AppLovinMediationYandexAdapter'
```

