Stats
class Stats extends Resource (View source)
The "stats" collection of methods.
Typical usage is:
$cloudsearchService = new Google\Service\CloudSearch(...);
$stats = $cloudsearchService->stats;
Methods
Gets indexed item statistics aggreggated across all data sources. This API only returns statistics for previous dates; it doesn't return statistics for the current day. Note: This API requires a standard end user account to execute. (stats.getIndex)
Get the query statistics for customer. Note: This API requires a standard end user account to execute. (stats.getQuery)
Get search application stats for customer. Note: This API requires a standard end user account to execute. (stats.getSearchapplication)
Get the # of search sessions, % of successful sessions with a click query statistics for customer. Note: This API requires a standard end user account to execute. (stats.getSession)
Get the users statistics for customer. Note: This API requires a standard end user account to execute. (stats.getUser)
Details
GetCustomerIndexStatsResponse
getIndex(array $optParams = [])
Gets indexed item statistics aggreggated across all data sources. This API only returns statistics for previous dates; it doesn't return statistics for the current day. Note: This API requires a standard end user account to execute. (stats.getIndex)
GetCustomerQueryStatsResponse
getQuery(array $optParams = [])
Get the query statistics for customer. Note: This API requires a standard end user account to execute. (stats.getQuery)
GetCustomerSearchApplicationStatsResponse
getSearchapplication(array $optParams = [])
Get search application stats for customer. Note: This API requires a standard end user account to execute. (stats.getSearchapplication)
GetCustomerSessionStatsResponse
getSession(array $optParams = [])
Get the # of search sessions, % of successful sessions with a click query statistics for customer. Note: This API requires a standard end user account to execute. (stats.getSession)
GetCustomerUserStatsResponse
getUser(array $optParams = [])
Get the users statistics for customer. Note: This API requires a standard end user account to execute. (stats.getUser)