Search + K

Command Palette

Search for a command to run...

Sign In

Create a behavioral analytics collection event

Deprecated
POST /_application/analytics/{collection_name}/event/{event_type}
Copy endpoint

Parameters

path Path Parameters

Name Type
collection_name required

The name of the behavioral analytics collection.

type TypesName = string
event_type required

The analytics event type.

type SearchApplicationTypesEventType = "page_view" | "search" | "search_click"

query Query Parameters

Name Type
debug

Whether the response type has to include more details

boolean

Request Body

application/json required
{}

Responses

200 application/json
{ accepted: boolean;event?: {}; }