Agent Skills
› google/skills
› google-mobile-ads-interstitial
google-mobile-ads-interstitial
GitHub指导在Android、iOS或Unity应用中集成Google Mobile Ads SDK插屏广告的实现流程,包括加载、回调注册及展示验证。
Trigger Scenarios
需要在移动端应用(Android/iOS/Unity)中实现插屏广告功能
配置Google Mobile Ads SDK的插屏广告展示逻辑
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


