[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-04 UTC."],[],[],null,["# REST Resource: stats.session.searchapplications\n\n- [Resource: GetSearchApplicationSessionStatsResponse](#GetSearchApplicationSessionStatsResponse)\n - [JSON representation](#GetSearchApplicationSessionStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationSessionStats](#SearchApplicationSessionStats)\n - [JSON representation](#SearchApplicationSessionStats.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationSessionStatsResponse\n--------------------------------------------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.session.searchapplications#SearchApplicationSessionStats) } ] } ``` |\n\n| Fields ||\n|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationSessionStats](/workspace/cloud-search/docs/reference/rest/v1/stats.session.searchapplications#SearchApplicationSessionStats)`)` |\n\nSearchApplicationSessionStats\n-----------------------------\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"searchSessionsCount\": string } ``` |\n\n| Fields ||\n|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned. |\n| `searchSessionsCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of search sessions on the day |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.session.searchapplications/get) | Get the # of search sessions, % of successful sessions with a click query statistics for search application. |"]]