google-mobile-ads-validate
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseValidate Google Mobile Ads SDK Integration
验证Google Mobile Ads SDK集成
Validate a project's Google Mobile Ads (GMA) SDK integration either as a
complete audit or for specific requested checks.
- Full Audit: If the user requests a general validation or full audit, evaluate all checklist items.
- Specific Checks: If the user asks to validate only a specific area (e.g., ad preloading), evaluate only the relevant check(s) without running the entire checklist.
验证项目中Google Mobile Ads(GMA)SDK的集成情况,可选择完整审核或针对特定请求的检查项进行验证。
- 完整审核:如果用户要求进行常规验证或完整审核,则评估所有检查清单项。
- 特定检查:如果用户仅要求验证特定领域(例如广告预加载),则仅评估相关检查项,无需运行整个检查清单。
Scoring Rules
评分规则
For each check, apply one of the following statuses:
- Pass: None of the Warning, Fail, or N/A criteria are met.
- Warning, Fail, or N/A: The conditions described under each respective status are met.
对于每项检查,应用以下状态之一:
- 通过:未满足警告、失败或不适用(N/A)的任何标准。
- 警告、失败或不适用(N/A):满足各对应状态下描述的条件。
Validation Checklist
验证检查清单
Read the reference guide for each check to be performed:
- No test application ID is in the project, format correct:
references/application-id.md - No test ad units are in the project, format correct:
references/ad-units.md - Implemented all Google SKAdNetwork IDs:
references/google-skadnetwork-ids.md - Mediation adapter compatibility:
references/mediation-adapter-compatibility.md - Ad preloading validation checks:
references/ad-preloading.md
阅读每项待执行检查的参考指南:
- 项目中无测试应用ID,格式正确:
references/application-id.md - 项目中无测试广告单元,格式正确:
references/ad-units.md - 已实现所有Google SKAdNetwork IDs:
references/google-skadnetwork-ids.md - 中介适配器兼容性:
references/mediation-adapter-compatibility.md - 广告预加载验证检查:
references/ad-preloading.md
Final Output
最终输出
Generate 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}} |
按照以下格式生成Markdown报告。仅包含实际检查过的项的结果。
| 检查项 | 状态 | 发现 | 下一步操作 |
|---|---|---|---|
| 项目中无测试应用ID,格式正确 | {{status_1}} | {{findings_1}} | {{next_steps_1}} |
| 项目中无测试广告单元,格式正确 | {{status_2}} | {{findings_2}} | {{next_steps_2}} |
| 已实现所有Google SKAdNetwork IDs | {{status_3}} | {{findings_3}} | {{next_steps_3}} |
| 中介适配器兼容性 | {{status_4}} | {{findings_4}} | {{next_steps_4}} |
| 广告预加载验证检查 | {{status_5}} | {{findings_5}} | {{next_steps_5}} |