$npx -y skills add google/skills --skill google-mobile-ads-rewardedProvides instructions for implementing, integrating, or configuring
| 1 | # Google Mobile Ads SDK - Rewarded Ads |
| 2 | |
| 3 | Rewarded ads reward users with in-app items for interacting with full-screen |
| 4 | ads. Rewarded ads are served after a user explicitly opts in to view a rewarded |
| 5 | ad. |
| 6 | |
| 7 | ### Ad Placement Guidelines |
| 8 | |
| 9 | **CRITICAL:** You MUST evaluate and apply the following Ad Placement Guidelines |
| 10 | before proceeding with any rewarded ad implementation. |
| 11 | |
| 12 | * **Determine Ad Placement**: |
| 13 | * [ ] **Identify the target file** where the ad should be placed. Ask if |
| 14 | unsure. |
| 15 | |
| 16 | ## Workflow |
| 17 | |
| 18 | 1. **Determine the user's platform**: Identify if the project is Android or |
| 19 | iOS. If unclear, ask before proceeding. |
| 20 | |
| 21 | 2. **Read the platform guide** for implementation details: |
| 22 | - Android: `references/android-rewarded.md` |
| 23 | - iOS: `references/ios-rewarded.md` |
| 24 | |
| 25 | 3. **Follow these steps in order**: |
| 26 | - [ ] Load the ad |
| 27 | - [ ] Register for ad event callbacks |
| 28 | - [ ] Add an opt-in UI element |
| 29 | - [ ] Show the ad |
| 30 | - [ ] Verify the implementation |