AppReport
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
JSON-Darstellung |
{
"usageData": [
{
object (AppUsageData )
}
],
"reportTime": string
} |
Felder |
usageData[] |
object (AppUsageData )
App-Nutzungsdaten
|
reportTime |
string (Timestamp format)
Zeitstempel, der angibt, wann die Daten erfasst wurden. Es wird RFC 3339 verwendet, wobei die generierte Ausgabe immer Z-normalisiert ist und 0, 3, 6 oder 9 Glieder mit Dezimalstellen enthält. Andere Achsenbezeichnungen als „Z“ sind ebenfalls zulässig. Beispiele: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" oder "2014-10-02T15:01:23+05:30" .
|
AppUsageData
JSON-Darstellung |
{
"runningDuration": string,
"appId": string,
"appType": enum (TelemetryApplicationType ),
"appInstanceId": string
} |
Felder |
runningDuration |
string (Duration format)
Dauer der Ausführung 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 )
App-Typ
|
appInstanceId |
string
ID der Anwendungsinstanz. Dieser Wert ist für jedes Fenster/jede Instanz eindeutig.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eThe App Report provides application usage data, including running duration and application type.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the application ID, instance ID, and running duration for each application.\u003c/p\u003e\n"],["\u003cp\u003eReport data is collected and presented with a timestamp in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"],["\u003cp\u003eApp usage is represented by the AppUsageData object containing application details and running duration.\u003c/p\u003e\n"]]],[],null,["# AppReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AppUsageData](#AppUsageData)\n - [JSON representation](#AppUsageData.SCHEMA_REPRESENTATION)\n\nApp report.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"usageData\": [ { object (/chrome/management/reference/rest/v1/AppReport#AppUsageData) } ], \"reportTime\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `usageData[]` | `object (`[AppUsageData](/chrome/management/reference/rest/v1/AppReport#AppUsageData)`)` App usage data. |\n| `reportTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#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\"`. |\n\nAppUsageData\n------------\n\nApp usage data.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"runningDuration\": string, \"appId\": string, \"appType\": enum (/chrome/management/reference/rest/v1/TelemetryApplicationType), \"appInstanceId\": string } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `runningDuration` | `string (`[Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration)` format)` App foreground running time. A duration in seconds with up to nine fractional digits, ending with '`s`'. Example: `\"3.5s\"`. |\n| `appId` | `string` App id. |\n| `appType` | `enum (`[TelemetryApplicationType](/chrome/management/reference/rest/v1/TelemetryApplicationType)`)` Type of app. |\n| `appInstanceId` | `string` Application instance id. This will be unique per window/instance. |"]]