list_device_tier_configs
Retrieve device tier configs for an app, newest first, to see how device groups, tier sets, and country sets are organized for asset delivery. Use page_token for pagination.
Instructions
List the device tier configs of an app, newest first. A device tier config groups devices into tiers by RAM, system-on-chip and other selectors so one app bundle can serve different assets per tier. Each entry has a deviceTierConfigId plus its deviceGroups, deviceTierSet and userCountrySets; pass an id to get_device_tier_config for the full definition. Returns 10 by default, 100 at most; pass page_token from nextPageToken to continue. Device tier configs are read-only here — create them in the Play Console or with bundletool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max device tier configs (default: 10) | |
| page_token | No | nextPageToken from a previous call | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) |