REST Resource: stats.user.searchapplications
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: GetSearchApplicationUserStatsResponse
SearchApplicationUserStats
การแสดง JSON |
{
"date": {
object (Date )
},
"oneDayActiveUsersCount": string,
"sevenDaysActiveUsersCount": string,
"thirtyDaysActiveUsersCount": string
} |
ช่อง |
date |
object (Date )
วันที่คํานวณสถิติเซสชัน ระบบจะแสดงผลสถิติที่คำนวณในวันถัดไปในช่วงใกล้เที่ยงคืน
|
oneDayActiveUsersCount |
string (int64 format)
จํานวนผู้ใช้ที่ไม่ซ้ำซึ่งใช้งานอยู่ในช่วง 1 วันที่ผ่านมา
|
sevenDaysActiveUsersCount |
string (int64 format)
จํานวนผู้ใช้ที่ไม่ซ้ำกันซึ่งใช้งานอยู่ในช่วง 7 วันที่ผ่านมา
|
thirtyDaysActiveUsersCount |
string (int64 format)
จํานวนผู้ใช้ที่ไม่ซ้ำซึ่งใช้งานอยู่ในช่วง 30 วันที่ผ่านมา
|
เมธอด |
|
ดูสถิติผู้ใช้สําหรับแอปพลิเคชันการค้นหา |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# REST Resource: stats.user.searchapplications\n\n- [Resource: GetSearchApplicationUserStatsResponse](#GetSearchApplicationUserStatsResponse)\n - [JSON representation](#GetSearchApplicationUserStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationUserStats](#SearchApplicationUserStats)\n - [JSON representation](#SearchApplicationUserStats.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationUserStatsResponse\n-----------------------------------------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.user.searchapplications#SearchApplicationUserStats) } ] } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationUserStats](/workspace/cloud-search/docs/reference/rest/v1/stats.user.searchapplications#SearchApplicationUserStats)`)` |\n\nSearchApplicationUserStats\n--------------------------\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"oneDayActiveUsersCount\": string, \"sevenDaysActiveUsersCount\": string, \"thirtyDaysActiveUsersCount\": string } ``` |\n\n| Fields ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which session stats were calculated. Stats calculated on the next day close to midnight are returned. |\n| `oneDayActiveUsersCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of unique active users in the past one day |\n| `sevenDaysActiveUsersCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of unique active users in the past seven days |\n| `thirtyDaysActiveUsersCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of unique active users in the past thirty days |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.user.searchapplications/get) | Get the users statistics for search application. |"]]