We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
queryID
1 parent b12d41a commit a138c2fCopy full SHA for a138c2f
specs/search/common/schemas/SearchResponse.yml
@@ -174,8 +174,12 @@ baseSearchResponse:
174
type: string
175
description: Host name of the server that processed the request.
176
example: 'c2-uk-3.algolia.net'
177
- userData:
+ userData:
178
$ref: '../../../common/schemas/IndexSettings.yml#/userData'
179
+ queryID:
180
+ type: string
181
+ description: Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/).
182
+ example: 'a00dbc80a8d13c4565a442e7e2dca80a'
183
184
nbHits:
185
type: integer
0 commit comments