REST Resource: stats.user.searchapplications
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: GetSearchApplicationUserStatsResponse
SearchApplicationUserStats
JSON 表現 |
{
"date": {
object (Date )
},
"oneDayActiveUsersCount": string,
"sevenDaysActiveUsersCount": string,
"thirtyDaysActiveUsersCount": string
} |
フィールド |
date |
object (Date )
セッション統計が計算された日付。翌日の深夜近くに計算された統計情報が返されます。
|
oneDayActiveUsersCount |
string (int64 format)
過去 1 日間のユニーク アクティブ ユーザー数
|
sevenDaysActiveUsersCount |
string (int64 format)
過去 7 日間のユニーク アクティブ ユーザー数
|
thirtyDaysActiveUsersCount |
string (int64 format)
過去 30 日間のユニーク アクティブ ユーザー数
|
メソッド |
|
検索アプリのユーザー統計情報を取得します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 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. |"]]