AI-generated Key Takeaways
-
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.
App report.
JSON representation |
---|
{
"usageData": [
{
object ( |
Fields | |
---|---|
usageData[] |
App usage data. |
reportTime |
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: |
AppUsageData
App usage data.
JSON representation |
---|
{
"runningDuration": string,
"appId": string,
"appType": enum ( |
Fields | |
---|---|
runningDuration |
App foreground running time. A duration in seconds with up to nine fractional digits, ending with ' |
appId |
App id. |
appType |
Type of app. |
appInstanceId |
Application instance id. This will be unique per window/instance. |