mirror of
https://github.com/google/pebble.git
synced 2025-03-22 19:52:19 +00:00
159 lines
4.6 KiB
Markdown
159 lines
4.6 KiB
Markdown
|
---
|
||
|
# Copyright 2025 Google LLC
|
||
|
#
|
||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
# you may not use this file except in compliance with the License.
|
||
|
# You may obtain a copy of the License at
|
||
|
#
|
||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||
|
#
|
||
|
# Unless required by applicable law or agreed to in writing, software
|
||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
# See the License for the specific language governing permissions and
|
||
|
# limitations under the License.
|
||
|
|
||
|
title: Appstore Analytics
|
||
|
description: |
|
||
|
How to view and use analytics about your app's usage.
|
||
|
guide_group: appstore-publishing
|
||
|
order: 2
|
||
|
---
|
||
|
|
||
|
After publishing an app, developers can view automatic analytical data and
|
||
|
graphs for a variety of metrics. These can be used to help track the performance
|
||
|
of an app, identify when crashes start occuring, measure how fast an update is
|
||
|
adopted, or which platforms are most popular with users.
|
||
|
|
||
|
> Due to latencies in the analytics gathering process, data from the last 7 days
|
||
|
> may not be very accurate.
|
||
|
|
||
|
|
||
|
## Available Metrics
|
||
|
|
||
|
Several different metrics are available to developers, and are reported on a
|
||
|
daily basis. These metrics can be sorted or viewed according to a number of
|
||
|
categories:
|
||
|
|
||
|
* App version - Which release of the app the user is running.
|
||
|
|
||
|
* Hardware platform - Which Pebble hardware version the user is wearing.
|
||
|
|
||
|
* Mobile platform - Which mobile phone platform (such as Android or iOS) the
|
||
|
user is using.
|
||
|
|
||
|
An example graph is shown with each metric type below, grouped by hardware
|
||
|
platform.
|
||
|
|
||
|
|
||
|
### Installations
|
||
|
|
||
|
The total number of times an app has been installed.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Unique Users
|
||
|
|
||
|
The total number of unique users who have installed the app. This is
|
||
|
different to the installation metric due to users installing the same app
|
||
|
multiple times.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Launches
|
||
|
|
||
|
The total number of times the app has been launched.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Crash Count
|
||
|
|
||
|
The total number of times the app has crashed. Use the filters to view
|
||
|
crash count by platform or app version to help identify the source of a crash.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Run Time
|
||
|
|
||
|
The total run time of the app in hours.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Run Time per launch
|
||
|
|
||
|
The average run time of the app each time it was launched in minutes.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Buttons Pressed Per Launch
|
||
|
|
||
|
> Watchfaces only
|
||
|
|
||
|
The average number of button presses per launch of the app.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Timeline: Users Opening Pin
|
||
|
|
||
|
> Timeline-enabled apps only
|
||
|
|
||
|
The number of users opening timeline pins associated with the app.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Timeline: Pins Opened
|
||
|
|
||
|
> Timeline-enabled apps only
|
||
|
|
||
|
The number of timeline pins opened.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Timeline: Users Launching App from Pin
|
||
|
|
||
|
> Timeline-enabled apps only
|
||
|
|
||
|
The number of users launching the app from a timeline pin.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
### Timeline: Times App Launched from Pin
|
||
|
|
||
|
> Timeline-enabled apps only
|
||
|
|
||
|
Number of times the app was launched from a timeline pin.
|
||
|
|
||
|

|
||
|
|
||
|
|
||
|
## Battery Stats
|
||
|
|
||
|
In addition to installation, run time, and launch statistics, developers can
|
||
|
also view a battery grade for their app. Grade 'A' is the best available,
|
||
|
indicating that the app is very battery friendly, while grade 'F' is the
|
||
|
opposite (the app is severely draining the user's battery).
|
||
|
|
||
|
> An app must reach a certain threshold of data before battery statistics can be
|
||
|
> reliably calculated. This is around 200 users.
|
||
|
|
||
|
This is calculated based upon how much a user's battery decreased while the app
|
||
|
was open, and so does not take into other factors such as account notifications
|
||
|
or backlight activity during that time.
|
||
|
|
||
|

|
||
|
|
||
|
Clicking 'View More Details' will show a detailed breakdown for all the data
|
||
|
available across all app versions.
|
||
|
|
||
|

|