google-mobile-ads-get-started
仓库创建 2026年4月1日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
系统性安装与配置步骤,适合初次集成或统一多平台配置的工程师。
▸ 风险提示
可能需配置广告ID/密钥与权限,注意隐私合规与凭据管理。
这个 Skill 做什么
提供在 Android、iOS、Unity 中安装、配置与集成 Google Mobile Ads SDK 的入门流程。
把 Google Mobile Ads 的 SDK 装进手机或游戏应用并把广告位、权限和网络请求都配置好,支持 Android、iOS 和 Unity 平台。遇到要接入广告、调试广告位、或从旧版迁移到 GMA Next‑Gen 时会用。重点是按平台走对应的入门指南,确保 SDK、AdMob/Ad Manager 配置和运行时权限都正确。
▸ 展开 SKILL.md 英文原文
Provides instructions for integrating the Google Mobile Ads (GMA) SDK. Use this skill when the user wants to get started with, install, integrate, set up, or configure the SDK for AdMob or Ad Manager, GMA Next-Gen SDK or mobile ads framework in an Android, iOS, or Unity application.
1.6w
Stars
1.3k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/google/skills/main/skills/ads/google-mobile-ads-get-started/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/google/skills/main/skills/ads/google-mobile-ads-get-started/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Google Mobile Ads SDK - Install
## Workflow
1. **Determine the user's platform**: Identify if the project is Android, iOS,
or Unity. If unclear, ask before proceeding.
2. **Read the platform guide** for implementation details:
- Android: `references/android-get-started.md`
- iOS: `references/ios-get-started.md`
- Unity: `references/unity-get-started.md`
3. **Follow these steps in order**:
- [ ] Add the SDK dependency
- [ ] Set the application identifier
- [ ] Initialize the SDK
- [ ] Verify the integration
4. After the SDK is successfully installed, ask the user to select an ad format
to continue the integration.via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有