Activity
Report client activity
Report events that happen to results within a Glean client UI, such as search result views and clicks. This signal improves search quality.
post/rest/api/v1/feedback
Query parameters
feedbackstring
A URL encoded versions of Feedback. This is useful for requests.
Headers
X-Glean-ActAsstring email
Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).
X-Glean-Auth-Typestring
Auth type being used to access the endpoint (should be non-empty only for global tokens).
Request body
Example request
{
"trackingTokens": [
"trackingTokens"
],
"event": "VIEW"
}Response
OK