Das Datum, für das die Sitzungsstatistiken berechnet wurden. Die Statistiken werden am nächsten Tag gegen Mitternacht (PST) berechnet und dann zurückgegeben.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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. |"]]