v1

latestOpenAPI 3.0.02026-07-22122745.8 KB
Session & Events

Logs a banner image click

Logs a "click on banner image" event in stats logs.

put/6/{hashid}/stats/image

Path parameters

hashidstring required

Unique id of a search engine.

Request body

idstring required

The id of the banner clicked

session_idstring required

Identifier of search session

querystring

The search query that led to this

Response

OK

statusstring

Result of the stats request. i.e. 'registered'

Example response

{
  "status": "registered"
}