---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/unity/admob-third.md
  - https://ads.yandex.com/helpcenter/ru/dev/unity/admob-third.md
  - https://ads.yandex.com/helpcenter/zh/dev/unity/admob-third.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

# Google AdMob (ex. AdMob) 聚合


## 支持的广告网络

- [自适应内联横幅](https://ads.yandex.com/helpcenter/zh/dev/unity/adaptive-inline-banner.md)
- [自适应粘性横幅](https://ads.yandex.com/helpcenter/zh/dev/unity/adaptive-sticky-banner.md)
- [插屏广告](https://ads.yandex.com/helpcenter/zh/dev/unity/interstitial.md)
- [激励广告](https://ads.yandex.com/helpcenter/zh/dev/unity/rewarded.md)

## 为 Google AdMob (ex. AdMob) 聚合启用适配器

Google AdMob (ex. AdMob) 聚合可用于对接到 Yandex Advertising Network。以下是将 Yandex Advertising Network 添加到 Google AdMob (ex. AdMob) 聚合的方法：

1. [集成](https://developers.google.com/admob/unity/mediate) Google AdMob (ex. AdMob) 聚合。
2. 从 **third-party-networks-mediation** [目录导入](https://github.com/yandexmobile/yandex-ads-unity-plugin/tree/12cbb3b7180d35d37f9bb6d5de40bba1c368a5c7/third-party-networks-mediation/admob) `mopub-mobileads-mediation-8.2.0.unitypackage`。系统将提示您安装 Google 解析器。如果 Google 解析器已添加到您的项目中，请清除该复选框。

   {% cut "如何添加包" %}

   选择一个插件 (**Assets** → **Import Package** → **Custom Package**)，然后单击 **Import**。

   {% endcut %}

3. 使用 Google 的解析器设置依赖项：启用 **auto-resolve** 或者在菜单中选择  **Assets** → **External Dependency Manager** → **Android Resolver** → **Resolve**。
4. 在 [Yandex Advertising Network 界面](https://ads.yandex.com/helpcenter/zh/monetization/formats.yaml) 中为想要的广告类型创建 AdUnitId。
5. 在 [Google AdMob (ex. AdMob) 网络界面](http://apps.admob.com/) 中添加 Yandex Advertising Network。详情请参阅[配置版块](https://ads.yandex.com/helpcenter/zh/dev/android/admob-third.md#admob-add)。
6. 同步两个网络界面中的广告单元设置。

