AppReport

App-Bericht

JSON-Darstellung
{
  "usageData": [
    {
      object (AppUsageData)
    }
  ],
  "reportTime": string
}
Felder
usageData[]

object (AppUsageData)

App-Nutzungsdaten.

reportTime

string (Timestamp format)

Zeitstempel für die Erstellung des Berichts.

Ein Zeitstempel im Format RFC3339 UTC "Zulu" mit einer Auflösung im Nanosekundenbereich und bis zu neun Nachkommastellen. Beispiele: "2014-10-02T15:01:23Z" und "2014-10-02T15:01:23.045123456Z".

AppUsageData

App-Nutzungsdaten.

JSON-Darstellung
{
  "runningDuration": string,
  "appId": string,
  "appType": enum (TelemetryApplicationType),
  "appInstanceId": string
}
Felder
runningDuration

string (Duration format)

Ausführungszeit der App im Vordergrund.

Die Dauer in Sekunden mit bis zu neun Nachkommastellen und am Ende mit "s". Beispiel: "3.5s".

appId

string

App-ID.

appType

enum (TelemetryApplicationType)

Typ der App.

appInstanceId

string

Anwendungsinstanz-ID. Dieser ist pro Fenster/Instanz eindeutig.