Method: stats.session.searchapplications.get
검색 애플리케이션에 대한 클릭 쿼리 통계를 통해 검색 세션 수, 성공한 세션의 비율을 가져옵니다.
참고: 이 API를 실행하려면 표준 최종 사용자 계정이 필요합니다.
HTTP 요청
GET https://cloudsearch.googleapis.com/v1/stats/session/{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)"],[[["Retrieve session statistics, such as the number of search sessions and click-through rates, for a specified search application using this API."],["The API requires a standard end user account and uses a `GET` request to `https://cloudsearch.googleapis.com/v1/stats/session/{name=searchapplications/*}`."],["You can specify a date range (`fromDate` and `toDate`) within the past year to filter the session statistics returned."],["Proper authorization is needed using one of the provided OAuth scopes: `https://www.googleapis.com/auth/cloud_search.stats.indexing`, `https://www.googleapis.com/auth/cloud_search.stats`, or `https://www.googleapis.com/auth/cloud_search`."]]],[]]