AppReport
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"usageData": [
{
object (AppUsageData )
}
],
"reportTime": string
} |
필드 |
usageData[] |
object (AppUsageData )
앱 사용 데이터
|
reportTime |
string (Timestamp format)
보고서가 수집된 타임스탬프입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 0, 3, 6 또는 9자리인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30" 입니다.
|
AppUsageData
JSON 표현 |
{
"runningDuration": string,
"appId": string,
"appType": enum (TelemetryApplicationType ),
"appInstanceId": string
} |
필드 |
runningDuration |
string (Duration format)
앱 포그라운드 실행 시간입니다. 소수점 아래가 최대 9자리까지이고 's '로 끝나는 초 단위 기간입니다. 예를 들면 "3.5s" 입니다.
|
appId |
string
앱 ID입니다.
|
appType |
enum (TelemetryApplicationType )
앱 유형입니다.
|
appInstanceId |
string
애플리케이션 인스턴스 ID입니다. 이는 창/인스턴스마다 고유합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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. |"]]