unity-ads
Installation
SKILL.md
Unity Ads
Use one wrapper with three internally routed modules. Do not construct ad hoc Unity Ads URLs.
Requirements
- Require Python 3.9 or newer.
- Run all commands through
scripts/unity_ads.sh. - Keep API hosts fixed to
monetization.api.unity.comandservices.api.unity.com. - Read credentials from environment variables or owner-only secret files. Never print credentials.
- Use the current official API documentation as the source of truth when a payload schema changes.
Route the request
- Route publisher revenue, views, starts, availability, and ad-request data to
monetization report. - Route advertiser acquisition and SKAdNetwork performance to
reporting report. - Route apps, campaigns, budgets, bids, targeting, creatives, and creative packs to
management. - Keep Unity SDK and LevelPlay integration work outside this skill.