Device Management & Distribution
Use this skill when managing device support, device tiers, country availability, or accessing reports.
Devices
List supported devices
gpc devices list --package com.example.appDevice usage statistics
gpc devices stats --package com.example.app
gpc devices stats --package com.example.app -o tableDevice tier configuration
List device tier configs
gpc dt list --package com.example.appGet config details
gpc dt get --config-id 123 --package com.example.appCreate device tier config
gpc dt create --file tier-config.json --package com.example.appCountry availability
List current availability
gpc availability list --track production --package com.example.appUpdate countries
gpc availability update --track production \
--countries US,CA,GB,DE,FR,JP \
--confirm \
--package com.example.appInclude rest of world
gpc availability update --track production \
--countries US,CA,GB \
--include-rest \
--confirm \
--package com.example.appReports
List available reports
gpc reports list --package com.example.appShow report types
gpc reports types --package com.example.appDownload statistics
Download counts
gpc stats downloads --package com.example.appDownload sources
gpc stats sources --package com.example.appCompare draft vs live
gpc diff --package com.example.app
gpc diff --section listings --package com.example.appAgent behavior
- Show current availability before modifying country targeting.
- Use
--confirmfor availability updates. - Use
-o tablefor device stats when presenting to user. dtis the short alias fordevice-tiers.
Notes
- Device tier configs enable delivering different APKs/assets to different device groups.
- Country availability is per-track (different tracks can target different countries).
- Use
gpc diffto review changes before committing an edit.