AppReport

App report.

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

App usage data.

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.