class StatsSessionSearchapplications extends Resource (View source)

The "searchapplications" collection of methods.

Typical usage is:

 $cloudsearchService = new Google\Service\CloudSearch(...);
 $searchapplications = $cloudsearchService->stats_session_searchapplications;

Methods

get(string $name, array $optParams = [])

Get the # of search sessions, % of successful sessions with a click query statistics for search application. Note: This API requires a standard end user account to execute. (searchapplications.get)

Details

GetSearchApplicationSessionStatsResponse get(string $name, array $optParams = [])

Get the # of search sessions, % of successful sessions with a click query statistics for search application. Note: This API requires a standard end user account to execute. (searchapplications.get)

Parameters

string $name

The resource id of the search application session stats, in the following format: searchapplications/{application_id}

array $optParams

Optional parameters.

Return Value

GetSearchApplicationSessionStatsResponse

Exceptions

Exception