Cloud Search Audit Activity Events

This document lists the events and parameters for various types of Cloud Search Audit activity events. You can retrieve these events by calling Activities.list() with applicationName=cloud_search .

List Query Sources

Event Type for list query sources. Events of this type are returned with type=LIST_QUERY_SOURCES .

List Query Sources Query

Event name for list query sources.

Event details
Event name
LIST_QUERY_SOURCES
Parameters
api_ call_ common_ fields_ container

message

Common fields sent in the API call.

api_ status

message

Response Status of the API call.

device_ info

message

Device info of the request.

list_ query_ sources_ request

message

List query sources request.

list_ query_ sources_ response

message

List query sources response.

request_ type

string

Request type (1P Web, 1P Mobile, API). Possible values:

  • 1P_MOBILE
    Parameter to indicate that the request is a 1P Mobile request.
  • 1P_WEB
    Parameter to indicate that the request is a 1P Web request.
  • API
    Parameter to indicate that the request is an API request.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / cloud_search ?eventName= LIST_QUERY_SOURCES &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} requested for list of query sources

search

Event type for search. Events of this type are returned with type=SEARCH_QUERY .

Event name for user searching a query.

Event details
Event name
SEARCH
Parameters
api_ call_ common_ fields_ container

message

Common fields sent in the API call.

api_ status

message

Response Status of the API call.

device_ info

message

Device info of the request.

request_ type

string

Request type (1P Web, 1P Mobile, API). Possible values:

  • 1P_MOBILE
    Parameter to indicate that the request is a 1P Mobile request.
  • 1P_WEB
    Parameter to indicate that the request is a 1P Web request.
  • API
    Parameter to indicate that the request is an API request.
SEARCH_ APPLICATION_ ID

string

Search application id.

search_ request

message

Search Request issued for the user search query.

search_ response

message

Search Response sent to the user.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / cloud_search ?eventName= SEARCH &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} searched a query

suggest

Event type for suggest. Events of this type are returned with type=SUGGEST_QUERY .

Suggest Query

Event name for a suggest query.

Event details
Event name
SUGGEST
Parameters
api_ call_ common_ fields_ container

message

Common fields sent in the API call.

api_ status

message

Response Status of the API call.

device_ info

message

Device info of the request.

request_ type

string

Request type (1P Web, 1P Mobile, API). Possible values:

  • 1P_MOBILE
    Parameter to indicate that the request is a 1P Mobile request.
  • 1P_WEB
    Parameter to indicate that the request is a 1P Web request.
  • API
    Parameter to indicate that the request is an API request.
suggest_ request

message

Suggest request issued for the user suggest query.

suggest_ response

message

Suggest Response sent to the user.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / cloud_search ?eventName= SUGGEST &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{actor} was suggested a query
Design a Mobile Site
View Site in Mobile | Classic
Share by: