REST Resource: stats.user.searchapplications
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: GetSearchApplicationUserStatsResponse
SearchApplicationUserStats
Biểu diễn dưới dạng JSON |
{
"date": {
object (Date )
},
"oneDayActiveUsersCount": string,
"sevenDaysActiveUsersCount": string,
"thirtyDaysActiveUsersCount": string
} |
Trường |
date |
object (Date )
Ngày tính số liệu thống kê về phiên. Hệ thống sẽ trả về số liệu thống kê được tính vào ngày tiếp theo gần nửa đêm.
|
oneDayActiveUsersCount |
string (int64 format)
Số người dùng đang hoạt động riêng biệt trong 1 ngày qua
|
sevenDaysActiveUsersCount |
string (int64 format)
Số người dùng riêng biệt đang hoạt động trong 7 ngày qua
|
thirtyDaysActiveUsersCount |
string (int64 format)
Số người dùng riêng biệt đang hoạt động trong 30 ngày qua
|
Phương thức |
|
Nhận số liệu thống kê về người dùng cho ứng dụng tìm kiếm. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]