AppReport
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"usageData": [
{
object (AppUsageData )
}
],
"reportTime": string
} |
Fields |
usageData[] |
object (AppUsageData )
App usage data.
|
reportTime |
string (Timestamp format)
Timestamp when the report was collected. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .
|
AppUsageData
JSON representation |
{
"runningDuration": string,
"appId": string,
"appType": enum (TelemetryApplicationType ),
"appInstanceId": string
} |
Fields |
runningDuration |
string (Duration format)
App foreground running time. A duration in seconds with up to nine fractional digits, ending with 's '. Example: "3.5s" .
|
appId |
string
App id.
|
appType |
enum (TelemetryApplicationType )
Type of app.
|
appInstanceId |
string
Application instance id. This will be unique per window/instance.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-23 UTC."],[[["The App Report provides application usage data, including running duration and application type."],["It includes the application ID, instance ID, and running duration for each application."],["Report data is collected and presented with a timestamp in RFC3339 UTC \"Zulu\" format."],["App usage is represented by the AppUsageData object containing application details and running duration."]]],[]]