google-mobile-ads-rewarded
GitHub指导在Android或iOS应用中集成Google Mobile Ads SDK激励视频广告。涵盖确定平台、加载广告、注册回调、添加用户授权UI及展示验证等完整流程,严格区分于激励插屏广告。
Trigger Scenarios
Install
npx skills add google/skills --skill google-mobile-ads-rewarded -g -y
SKILL.md
Frontmatter
{
"name": "google-mobile-ads-rewarded",
"metadata": {
"version": "1.0.0",
"category": "GoogleAds"
},
"description": "Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK rewarded ads in Android or iOS mobile applications. Use this skill when the task involves setting up rewarded ads. Don't use for \"rewarded interstitial\" ads."
}
Google Mobile Ads SDK - Rewarded Ads
Rewarded ads reward users with in-app items for interacting with full-screen ads. Rewarded ads are served after a user explicitly opts in to view a rewarded ad.
Ad Placement Guidelines
CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines before proceeding with any rewarded ad implementation.
- Determine Ad Placement:
- Identify the target file where the ad should be placed. Ask if unsure.
Workflow
-
Determine the user's platform: Identify if the project is Android or iOS. If unclear, ask before proceeding.
-
Read the platform guide for implementation details:
- Android:
references/android-rewarded.md - iOS:
references/ios-rewarded.md
- Android:
-
Follow these steps in order:
- Load the ad
- Register for ad event callbacks
- Add an opt-in UI element
- Show the ad
- Verify the implementation
Version History
- aabe37a Current 2026-07-05 15:27


