REST Resource: vitals.slowstartrate
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Recurso: SlowStartRateMetricSet
Recurso singleton que representa o conjunto de métricas de início lento.
Esse conjunto de métricas contém dados de duração do início da atividade.
Períodos de agregação aceitos:
DAILY
: as métricas são agregadas em intervalos de datas do calendário. Devido a restrições históricas, o único fuso horário compatível é America/Los_Angeles
.
Métricas compatíveis:
slowStartRate
(google.type.Decimal
): porcentagem de usuários distintos no período de agregação que tiveram um início lento.
slowStartRate7dUserWeighted
(google.type.Decimal
): valor da média contínua de slowStartRate
nos últimos sete dias. Os valores diários são ponderados pela contagem de usuários distintos do dia.
slowStartRate28dUserWeighted
(google.type.Decimal
): valor da média contínua de slowStartRate
nos últimos 28 dias. Os valores diários são ponderados pela contagem de usuários distintos do dia.
distinctUsers
(google.type.Decimal
): contagem de usuários distintos no período de agregação que foram usados como valor de normalização para a métrica slowStartRate
. Um usuário é contado nessa métrica se o app dele foi iniciado no dispositivo. Não agregue mais essa contagem, porque isso pode fazer com que os usuários sejam contados várias vezes. O valor é arredondado para o múltiplo mais próximo de 10, 100, 1.000 ou 1.000.000, dependendo da magnitude do valor.
Dimensão obrigatória:
Essa dimensão precisa ser especificada em cada solicitação para que ela seja válida.
startType
(string
): o tipo de início que foi medido. Os tipos válidos são HOT
, WARM
e COLD
.
Dimensões aceitas:
apiLevel
(string
): o nível da API do Android que estava em execução no dispositivo do usuário, por exemplo, 26.
versionCode
(int64
): versão do app que estava sendo executada no dispositivo do usuário.
deviceModel
(string
): identificador exclusivo do modelo do dispositivo do usuário. O formato do identificador é "deviceBrand/device", em que deviceBrand corresponde a Build.BRAND e device corresponde a Build.DEVICE, por exemplo, google/coral.
deviceBrand
(string
): identificador exclusivo da marca do dispositivo do usuário, por exemplo, google.
deviceType
(string
): o tipo (também conhecido como formato) do dispositivo do usuário, por exemplo, PHONE.
countryCode
(string
): o país ou a região do dispositivo do usuário com base no endereço IP, representado como um código ISO-3166 de duas letras (por exemplo, US para os Estados Unidos).
deviceRamBucket
(int64
): RAM do dispositivo, em MB, em intervalos (3 GB, 4 GB etc.).
deviceSocMake
(string
): marca do principal sistema em um chip do dispositivo, por exemplo, Samsung. Referência
deviceSocModel
(string
): modelo do principal sistema em um chip do dispositivo, por exemplo, "Exynos 2100". Referência
deviceCpuMake
(string
): marca da CPU do dispositivo, por exemplo, Qualcomm.
deviceCpuModel
(string
): modelo da CPU do dispositivo, por exemplo, "Kryo 240".
deviceGpuMake
(string
): fabricante da GPU do dispositivo, por exemplo, ARM.
deviceGpuModel
(string
): modelo da GPU do dispositivo, por exemplo, Mali.
deviceGpuVersion
(string
): versão da GPU do dispositivo, por exemplo, T750.
deviceVulkanVersion
(string
): versão do Vulkan do dispositivo, por exemplo, "4198400".
deviceGlEsVersion
(string
): versão do OpenGL ES do dispositivo, por exemplo, "196610".
deviceScreenSize
(string
): tamanho da tela do dispositivo, por exemplo, NORMAL, LARGE.
deviceScreenDpi
(string
): densidade da tela do dispositivo, por exemplo, mdpi, hdpi.
Permissões necessárias: para acessar esse recurso, o usuário que faz a chamada precisa da permissão Ver informações do app (somente leitura).
Representação JSON |
{
"name": string,
"freshnessInfo": {
object (FreshnessInfo )
}
} |
Campos |
name |
string
Identificador. O nome do recurso. Formato: apps/{app}/slowStartRateMetricSet
|
freshnessInfo |
object (FreshnessInfo )
Resumo sobre a atualização de dados neste recurso.
|
Métodos |
|
Descreve as propriedades do conjunto de métricas. |
|
Consulta as métricas no conjunto de métricas. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 2025-07-26 UTC."],[[["\u003cp\u003eThe SlowStartRateMetricSet resource provides insights into app launch performance, focusing on slow start occurrences.\u003c/p\u003e\n"],["\u003cp\u003eMetrics include slow start rates, daily and rolling averages (weighted by distinct users), and the total number of distinct users.\u003c/p\u003e\n"],["\u003cp\u003eYou can segment data by dimensions like device model, API level, country, and more, with the 'startType' dimension being mandatory.\u003c/p\u003e\n"],["\u003cp\u003eIt's aggregated daily in the \u003ccode\u003eAmerica/Los_Angeles\u003c/code\u003e timezone, with data freshness information available.\u003c/p\u003e\n"],["\u003cp\u003eThe resource requires the 'View app information (read-only)' permission for access and offers methods to retrieve properties and query metrics.\u003c/p\u003e\n"]]],["The SlowStartRateMetricSet resource provides data on app activity start durations, aggregated daily in `America/Los_Angeles` timezone. Key metrics include `slowStartRate`, 7-day and 28-day user-weighted rolling averages, and `distinctUsers`. The `startType` dimension (`HOT`, `WARM`, `COLD`) is required. Supported dimensions encompass `apiLevel`, `versionCode`, device details, `countryCode`, and hardware specifics, among others. Access requires *View app information* permission, and the resource can be retrieved or queried using `get` and `query` methods.\n"],null,["# REST Resource: vitals.slowstartrate\n\n- [Resource: SlowStartRateMetricSet](#SlowStartRateMetricSet)\n - [JSON representation](#SlowStartRateMetricSet.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SlowStartRateMetricSet\n--------------------------------\n\nSingleton resource representing the set of Slow Start metrics.\n\nThis metric set contains Activity start duration data.\n\n**Supported aggregation periods:**\n\n- [DAILY](/play/developer/reporting/reference/rest/v1beta1/AggregationPeriod#ENUM_VALUES.DAILY): metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`.\n\n**Supported metrics:**\n\n- `slowStartRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow start.\n- `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day.\n- `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day.\n- `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `slowStartRate` metric. A user is counted in this metric if their app was launched in the device. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.\n\n**Required dimension:**\n\nThis dimension must be specified with each request for the request to be valid.\n\n- `startType` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the type of start that was measured. Valid types are `HOT`, `WARM` and `COLD`.\n\n**Supported dimensions:**\n\n- `apiLevel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the API level of Android that was running on the user's device, e.g., 26.\n- `versionCode` ([int64](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.int64_value)): version of the app that was running on the user's device.\n- `deviceModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral.\n- `deviceBrand` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device brand, e.g., google.\n- `deviceType` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the type (also known as form factor) of the user's device, e.g., PHONE.\n- `countryCode` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States).\n- `deviceRamBucket` ([int64](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.int64_value)): RAM of the device, in MB, in buckets (3GB, 4GB, etc.).\n- `deviceSocMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)\n- `deviceSocModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's primary system-on-chip, e.g., \"Exynos 2100\". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)\n- `deviceCpuMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's CPU, e.g., Qualcomm.\n- `deviceCpuModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's CPU, e.g., \"Kryo 240\".\n- `deviceGpuMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's GPU, e.g., ARM.\n- `deviceGpuModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's GPU, e.g., Mali.\n- `deviceGpuVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Version of the device's GPU, e.g., T750.\n- `deviceVulkanVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Vulkan version of the device, e.g., \"4198400\".\n- `deviceGlEsVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): OpenGL ES version of the device, e.g., \"196610\".\n- `deviceScreenSize` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Screen size of the device, e.g., NORMAL, LARGE.\n- `deviceScreenDpi` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Screen density of the device, e.g., mdpi, hdpi.\n\n**Required permissions** : to access this resource, the calling user needs the *View app information (read-only)* permission for the app.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"freshnessInfo\": { object (/play/developer/reporting/reference/rest/v1beta1/FreshnessInfo) } } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name. Format: apps/{app}/slowStartRateMetricSet |\n| `freshnessInfo` | `object (`[FreshnessInfo](/play/developer/reporting/reference/rest/v1beta1/FreshnessInfo)`)` Summary about data freshness in this resource. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|---------------------------------------------|\n| ### [get](/play/developer/reporting/reference/rest/v1beta1/vitals.slowstartrate/get) | Describes the properties of the metric set. |\n| ### [query](/play/developer/reporting/reference/rest/v1beta1/vitals.slowstartrate/query) | Queries the metrics in the metric set. |"]]