get_device_tier_config
Retrieve a specific device tier configuration by its ID, including its device groups, tier set, and user country sets, to target Play Asset Delivery bundles.
Instructions
Get one device tier config by id, with its deviceGroups (each a named set of device selectors — a device belongs to the group if it matches any selector), deviceTierSet and userCountrySets. Get ids from list_device_tier_configs. Bundles using Play Asset Delivery target these groups and tiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| device_tier_config_id | Yes | Id of the device tier config. Get it from list_device_tier_configs. |