Method: stats.user.searchapplications.get
검색 애플리케이션의 사용자 통계를 가져옵니다.
참고: 이 API를 실행하려면 표준 최종 사용자 계정이 필요합니다.
HTTP 요청
GET https://cloudsearch.googleapis.com/v1/stats/user/{name=searchapplications/*}
URL은 gRPC 트랜스코딩 구문을 사용합니다.
경로 매개변수
매개변수 |
name |
string
검색 애플리케이션 세션 통계의 리소스 ID로, searchapplications/{applicationId} 형식입니다.
|
쿼리 매개변수
매개변수 |
fromDate |
object (Date )
fromDate부터 toDate까지 사용 가능한 모든 통계가 반환됩니다. fromDate는 연도 내에 있어야 하며 toDate >= fromDate여야 합니다.
|
toDate |
object (Date )
|
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/cloud_search.stats.indexing
https://www.googleapis.com/auth/cloud_search.stats
https://www.googleapis.com/auth/cloud_search
자세한 내용은 승인 가이드를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[null,null,["최종 업데이트: 2024-09-03(UTC)"],[[["This API retrieves user statistics for a specified search application within a given date range."],["It requires a standard end user account and uses a GET request to the provided endpoint."],["The request must specify the search application ID via the `name` path parameter and can optionally include `fromDate` and `toDate` query parameters for filtering the statistics."],["Authorization is required using one of the specified OAuth scopes."],["A successful response will contain a `GetSearchApplicationUserStatsResponse` object with the requested user statistics."]]],[]]