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):2024-09-20。
[null,null,["最后更新时间 (UTC):2024-09-20。"],[[["This document outlines the structure and data included in the response for retrieving user statistics for a Cloud Search application."],["The response includes statistics on active users over the past one, seven, and thirty days."],["You can obtain this data using the provided `get` method to retrieve user statistics for your search application."],["The `GetSearchApplicationUserStatsResponse` resource provides user statistics, represented as `SearchApplicationUserStats` objects."],["Each `SearchApplicationUserStats` object includes daily active user counts for the specified date."]]],[]]