---
metadata:
  - name: generator
    content: Diplodoc Platform v5.61.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/ios/applovin-test.md
  - https://ads.yandex.com/helpcenter/ru/dev/ios/applovin-test.md
  - https://ads.yandex.com/helpcenter/zh/dev/ios/applovin-test.md
  - href: https://ads.yandex.com/helpcenter/zh/dev/ios/applovin-test.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 A/B 测试

## AppLovin 界面 {#partner-interface}

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

1. 创建一个新的广告单元或更改现有广告单元。

1. 点击 **Create AB test**。

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

1. 填写有关 A/B 测试的信息，然后单击 **Create AB test**。    

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

1. 在 **Other Networks** → **Yandex** 中设置广告单元作为对照组。

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

1. 在 **Bidder Networks** → **Yandex** 中设置广告单元作为测试组。

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

1. 单击 **Save**。 

有关 A/B 测试的详细文档请参阅 [此处](https://developers.applovin.com/en/max/advanced-features/a-b-testing/)。

## iOS 设置 {#setup}

建议在 Podfile 中指定以下依赖项：

```
pod 'AppLovinYandexMobileAdsAdapters', '12.6.1.1'
pod 'AppLovinMediationYandexAdapter', '7.5.0.1'
```

