google-mobile-ads-interstitial
GitHub指导在 Android、iOS 或 Unity 应用中集成 Google Mobile Ads SDK 插屏广告的实现步骤,包括加载、回调注册及展示验证。
Trigger Scenarios
Install
npx skills add google/skills --skill google-mobile-ads-interstitial -g -y
SKILL.md
Frontmatter
{
"name": "google-mobile-ads-interstitial",
"metadata": {
"version": "1.1.0",
"category": "GoogleAds"
},
"description": "Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK interstitial ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up interstitial ads. Don't use for \"rewarded interstitial\" ads."
}
Google Mobile Ads SDK - Interstitial Ads
Interstitial ads show full-page ads for users on mobile apps. Interstitial ads are designed to be placed between content and are best placed at natural app transition points.
Workflow
-
Determine the user's platform: Identify if the project is Android, iOS, or Unity. If unclear, ask before proceeding.
-
Read the platform guide for implementation details:
- Android:
references/android-interstitial.md - iOS:
references/ios-interstitial.md - Unity:
references/unity-interstitial.md
- Android:
-
Follow these steps in order:
- Load the ad
- Register for ad event callbacks
- Show the ad
- Verify the implementation
Version History
-
8f57a0d
Current 2026-08-17 05:19
新增对Unity平台的支持,扩展了原本仅支持Android和iOS的插屏广告集成指南。
- 513a7a5 2026-07-19 19:01


