Validates a project's Google Mobile Ads (GMA) SDK integration for iOS, Android, or Unity projects. Use when conducting a full pre-launch audit of an app that in
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-google-mobile-ads-validate-50217f7de000 ,按照其中的说明把「google-mobile-ads-validate」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Validate a project's Google Mobile Ads (GMA) SDK integration either as a complete audit or for specific requested checks.
For each check, apply one of the following statuses:
Read the reference guide for each check to be performed:
references/application-id.mdreferences/ad-units.mdreferences/google-skadnetwork-ids.mdreferences/mediation-adapter-compatibility.mdreferences/ad-preloading.mdGenerate a Markdown report following the format below. ONLY include the findings for items that were actually checked.
| Check | Status | Findings | Next Steps |
|---|---|---|---|
| No test application ID is in the project, format correct | {{status_1}} | {{findings_1}} | {{next_steps_1}} |
| No test ad units are in the project, format correct | {{status_2}} | {{findings_2}} | {{next_steps_2}} |
| Implemented all Google SKAdNetwork IDs | {{status_3}} | {{findings_3}} | {{next_steps_3}} |
| Mediation adapter compatibility | {{status_4}} | {{findings_4}} | {{next_steps_4}} |
| Ad preloading validation checks | {{status_5}} | {{findings_5}} | {{next_steps_5}} |