device_tier_configs
Overview
Name | device_tier_configs |
Type | Resource |
Id | googledevelopers.androidpublisher.device_tier_configs |
Fields
Name | Datatype | Description |
---|---|---|
deviceGroups | array | Definition of device groups for the app. |
deviceTierConfigId | string | Output only. The device tier config ID. |
deviceTierSet | object | A set of device tiers. A tier set determines what variation of app content gets served to a specific device, for device-targeted content. You should assign a priority level to each tier, which determines the ordering by which they are evaluated by Play. See the documentation of DeviceTier.level for more details. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
applications_deviceTierConfigs_get | SELECT | deviceTierConfigId, packageName | Returns a particular device tier config. |
applications_deviceTierConfigs_list | SELECT | packageName | Returns created device tier configs, ordered by descending creation time. |
applications_deviceTierConfigs_create | INSERT | packageName | Creates a new device tier config for an app. |