AppReport
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تمثيل JSON |
{
"usageData": [
{
object (AppUsageData )
}
],
"reportTime": string
} |
الحقول |
usageData[] |
object (AppUsageData )
بيانات استخدام التطبيق
|
reportTime |
string (Timestamp format)
الطابع الزمني لوقت جمع التقرير يستخدم معيار RFC 3339، حيث يكون الناتج الذي يتم إنشاؤه دائمًا مُعدَّلاً وفقًا لقاعدة Z ويستخدم 0 أو 3 أو 6 أو 9 أرقام عشرية. يتم أيضًا قبول العناصر غير "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)
وقت تشغيل التطبيق في المقدّمة المدة بالثواني مع ما يصل إلى تسعة أرقام كسور، وتنتهي بـ "s ". مثال: "3.5s" .
|
appId |
string
رقم تعريف التطبيق
|
appType |
enum (TelemetryApplicationType )
نوع التطبيق
|
appInstanceId |
string
معرّف نسخة التطبيق الافتراضية سيكون هذا الإعداد فريدًا لكل نافذة/نسخة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]