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일간의 순 활성 사용자 수입니다.
|
메서드 |
|
검색 애플리케이션의 사용자 통계를 가져옵니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-20(UTC)
[null,null,["최종 업데이트: 2024-09-20(UTC)"],[[["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."]]],[]]