优化初始化和广告加载
bookmark_borderbookmark
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
从 Google 移动广告 (GMA) SDK 21.0.0 版开始,您可以启用经过优化的 SDK 初始化和广告加载,以提高广告的整体响应速度,并帮助防止应用出现“应用无响应”(ANR) 错误。本指南概述了您需要进行哪些更改才能启用这些优化。
要求
- Google 移动广告 Unity 插件 7.2.0 版或更高版本。
更新 Google 移动广告设置
Google 移动广告 SDK 默认启用优化功能,并指示 SDK 在后台线程中执行初始化和广告加载任务处理。
Google 移动广告 SDK 设置可编程对象提供以下标志:
请检查以下设置,以指示 SDK 在主线程中初始化和加载广告:
设置 | 行为 |
停用 Optimize Initialization |
停用优化 MobileAds.initialize() 初始化调用。 |
停用广告加载优化
|
优化所有广告格式的广告加载调用。 |
停用广告加载调用的优化。 |
您可以通过以下 Unity 资源菜单访问 Google 移动广告设置:
“Assets”(资源)>“Google Mobile Ads”(Google 移动广告)>“Settings”(设置)
选择后,设置界面会显示在 Unity 编辑器的检查器窗口中。

请注意,您可以在同一应用中启用其中一个或同时启用两个选项。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-04-03。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["Starting with Google Mobile Ads SDK version 21.0.0, you can optimize SDK initialization and ad loading to enhance ad responsiveness and mitigate ANR errors."],["These optimizations are enabled through two flags within the Google Mobile Ads settings: **Optimize Initialization** and **Optimize AdLoading**, which offload time-consuming tasks to background threads."],["You can access and modify these settings via the Unity asset menu: **Assets \\\u003e Google Mobile Ads \\\u003e Settings**, enabling either or both options based on your needs."],["By default, both optimization flags are set to `false`, requiring you to manually enable them to leverage these improvements."]]],["Optimized SDK initialization and ad loading can be enabled in Google Mobile Ads (GMA) SDK version 21.0.0 and higher, preventing \"Application Not Responding\" (ANR) errors. To activate, update to Google Mobile Ads Unity plugin version 7.2.0 or higher. In Unity's **Assets \u003e Google Mobile Ads \u003e Settings**, enable **Optimize Initialization** and/or **Optimize AdLoading**. These settings offload initialization and ad loading to background threads. Both flags are `false` by default.\n"]]