REST Resource: stats.user.searchapplications
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:GetSearchApplicationUserStatsResponse
SearchApplicationUserStats
JSON 表示法 |
{
"date": {
object (Date )
},
"oneDayActiveUsersCount": string,
"sevenDaysActiveUsersCount": string,
"thirtyDaysActiveUsersCount": string
} |
字段 |
date |
object (Date )
计算会话统计信息所对应的日期。系统会返回次日接近午夜时计算的统计数据。
|
oneDayActiveUsersCount |
string (int64 format)
过去一天内唯一身份的活跃用户数
|
sevenDaysActiveUsersCount |
string (int64 format)
过去 7 天内唯一身份活跃用户数
|
thirtyDaysActiveUsersCount |
string (int64 format)
过去 30 天内的唯一身份活跃用户数
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]