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

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

{% note info "弹窗提示：切换至竞价模式以便在 MAX 中继续使用 Yandex Advertising Network" %}

自 2025 年 4 月 7 日起，Yandex 在 AppLovin Max 聚合平台上将仅支持竞价模式。

{% endnote %}

## 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 添加到此广告单元的参与网络列表中。 

## Android 设置 {#setup}

### Gradle {#gradle}

在应用模块的 build.gradle 脚本中，将现有依赖项替换为适配器的 Maven 名称：

```
// 删除旧依赖项的现有实施行
// implementation 'com.yandex.ads.adapter:applovin-mobileads:versionNumber'

// 添加新的依赖项实施
implementation 'com.applovin:applovin-sdk:+'
implementation 'com.applovin.mediation:yandex-adapter:+'
```

