google-mobile-ads-rewarded

Integrate Google Mobile Ads SDK rewarded ads in Android and iOS apps.

17.1k|1.4k|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/google/skills --skill google-mobile-ads-rewarded-google
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-mobile-ads-rewarded
Source: https://github.com/google/skills/tree/main/skills/ads/google-mobile-ads-rewarded
Command: npx skills add https://github.com/google/skills --skill google-mobile-ads-rewarded-google

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of implementing, integrating, or configuring rewarded ads in Android or iOS mobile applications using the Google Mobile Ads (GMA) SDK.

Core Features & Use Cases

  • Platform-specific Guides: Detailed instructions for both Android and iOS platforms.
  • Ad Placement Guidelines: Essential guidelines to ensure proper ad placement.
  • User Opt-in: Facilitates user opt-in to view rewarded ads.
  • In-app Rewards: Rewards users with in-app items for ad interactions.

Quick Start

Use the google-mobile-ads-rewarded skill to configure rewarded ads in your app.

Frequently Asked Questions about google-mobile-ads-rewarded

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure rewarded ads in my Android or iOS app?

To configure rewarded ads in your Android or iOS app, integrate the Google Mobile Ads SDK. This provides platform-specific instructions for implementation, handling explicit user opt-in, and delivering in-app rewards for ad engagement.

What are rewarded ads and how do they work with the Google Mobile Ads SDK?

Rewarded ads are a Google Mobile Ads format that gives users in-app items for ad interactions. They require explicit user opt-in before viewing and proper handling of ad callbacks to verify engagement before granting the reward.

Can I implement Google Mobile Ads rewarded ads for both Android and iOS platforms?

Yes, you can implement Google Mobile Ads rewarded ads for both Android and iOS. The integration provides platform-specific guides and ad placement guidelines to ensure proper configuration of user opt-in and reward callbacks on each operating system.

How do I handle user opt-in for rewarded ads in mobile applications?

You handle user opt-in for rewarded ads by integrating the Google Mobile Ads SDK with explicit consent mechanisms before ad display. This ensures users voluntarily choose to view ads in exchange for in-app rewards and properly triggers ad callbacks.

What is the best way to grant in-app rewards after a user watches a rewarded ad?

The best way to grant in-app rewards is by processing Google Mobile Ads SDK ad callbacks. Properly handling these callbacks verifies user engagement and confirms the ad was fully viewed before delivering the in-app reward items.

Why are my rewarded ads not granting in-app rewards after the user watches them?

Rewarded ads may not grant in-app rewards if the Google Mobile Ads SDK ad callbacks are not properly handled. Ensure your implementation correctly verifies user opt-in and processes the completion callbacks to trigger the in-app reward delivery.