Google mobile ads interstitial
Skill hamzabellouch/agent-skills/AI API and Agent Platform/google-mobile-ads-interstitial
Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK interstitial ads in Android and iOS mobile applications. Use this skill when the task involves setting up interstitial ads. Don't use for "rewarded interstitial" ads.From its SKILL.md
npx -y skills add hamzabellouch/agent-skills --skill google-mobile-ads-interstitialAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 226 tokens by cl100k_base, as published. Nobody here has run it
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.
Ad Placement Guidelines
CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines before proceeding with any interstitial 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-interstitial.md - iOS:
references/ios-interstitial.md
- Android:
-
Follow these steps in order:
- Load the ad
- Register for ad event callbacks
- Show the ad
- Verify the implementation
What ships with it: 2 files
3.5 KB alongside SKILL.md
references/
- android-interstitial.md2.2 KB
- ios-interstitial.md1.3 KB