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)
過去七天內的不重複活躍使用者人數
|
thirtyDaysActiveUsersCount |
string (int64 format)
過去三十天內的不重複活躍使用者人數
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-20 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]