Skip to main content

device_tier_configs

Overview

Namedevice_tier_configs
TypeResource
Idgoogledevelopers.androidpublisher.device_tier_configs

Fields

NameDatatypeDescription
deviceGroupsarrayDefinition of device groups for the app.
deviceTierConfigIdstringOutput only. The device tier config ID.
deviceTierSetobjectA 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

NameAccessible byRequired ParamsDescription
applications_deviceTierConfigs_getSELECTdeviceTierConfigId, packageNameReturns a particular device tier config.
applications_deviceTierConfigs_listSELECTpackageNameReturns created device tier configs, ordered by descending creation time.
applications_deviceTierConfigs_createINSERTpackageNameCreates a new device tier config for an app.