Method: stats.user.searchapplications.get
获取搜索应用的用户统计信息。
注意:执行此 API 需要标准的最终用户帐号。
HTTP 请求
GET https://cloudsearch.googleapis.com/v1/stats/user/{name=searchapplications/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
name |
string
搜索应用会话统计信息的资源 ID,采用以下格式:searchapplications/{applicationId}
|
查询参数
参数 |
fromDate |
object (Date )
返回从 fromDate 到 toDate 的所有可用统计信息。fromDate 应在一年内,并且 toDate >= fromDate。
|
toDate |
object (Date )
|
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/cloud_search.stats.indexing
https://www.googleapis.com/auth/cloud_search.stats
https://www.googleapis.com/auth/cloud_search
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["This API retrieves user statistics for a specified search application within a given date range."],["It requires a standard end user account and uses a GET request to the provided endpoint."],["The request must specify the search application ID via the `name` path parameter and can optionally include `fromDate` and `toDate` query parameters for filtering the statistics."],["Authorization is required using one of the specified OAuth scopes."],["A successful response will contain a `GetSearchApplicationUserStatsResponse` object with the requested user statistics."]]],[]]