La data per cui sono state calcolate le statistiche sulle sessioni. Le statistiche vengono calcolate il giorno successivo, verso la mezzanotte PST, e poi restituite.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 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. |"]]