REST Resource: stats.user.searchapplications
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: GetSearchApplicationUserStatsResponse
SearchApplicationUserStats
Rappresentazione JSON |
{
"date": {
object (Date )
},
"oneDayActiveUsersCount": string,
"sevenDaysActiveUsersCount": string,
"thirtyDaysActiveUsersCount": string
} |
Campi |
date |
object (Date )
La data per cui sono state calcolate le statistiche sulle sessioni. Vengono restituite le statistiche calcolate il giorno successivo verso mezzanotte.
|
oneDayActiveUsersCount |
string (int64 format)
Il numero di utenti attivi unici nell'ultimo giorno
|
sevenDaysActiveUsersCount |
string (int64 format)
Il numero di utenti attivi unici negli ultimi sette giorni
|
thirtyDaysActiveUsersCount |
string (int64 format)
Il numero di utenti attivi unici negli ultimi 30 giorni
|
Metodi |
|
Visualizza le statistiche degli utenti per l'applicazione di ricerca. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# REST Resource: stats.user.searchapplications\n\n- [Resource: GetSearchApplicationUserStatsResponse](#GetSearchApplicationUserStatsResponse)\n - [JSON representation](#GetSearchApplicationUserStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationUserStats](#SearchApplicationUserStats)\n - [JSON representation](#SearchApplicationUserStats.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationUserStatsResponse\n-----------------------------------------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.user.searchapplications#SearchApplicationUserStats) } ] } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationUserStats](/workspace/cloud-search/docs/reference/rest/v1/stats.user.searchapplications#SearchApplicationUserStats)`)` |\n\nSearchApplicationUserStats\n--------------------------\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"oneDayActiveUsersCount\": string, \"sevenDaysActiveUsersCount\": string, \"thirtyDaysActiveUsersCount\": 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 calculated on the next day close to midnight are returned. |\n| `oneDayActiveUsersCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of unique active users in the past one day |\n| `sevenDaysActiveUsersCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of unique active users in the past seven days |\n| `thirtyDaysActiveUsersCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The count of unique active users in the past thirty days |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.user.searchapplications/get) | Get the users statistics for search application. |"]]