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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).
Auth type being used to access the endpoint (should be non-empty only for global tokens).
Query Parameters
A URL encoded versions of Feedback. This is useful for requests.
Body
A list of server-generated trackingTokens to which this event applies.
The action the user took within a Glean client with respect to the object referred to by the given trackingToken
.
CLICK
, CONTAINER_CLICK
, COPY_LINK
, CREATE
, DISMISS
, DOWNVOTE
, EMAIL
, EXECUTE
, FILTER
, FIRST_TOKEN
, FOCUS_IN
, LAST_TOKEN
, MANUAL_FEEDBACK
, MARK_AS_READ
, MESSAGE
, MIDDLE_CLICK
, PAGE_BLUR
, PAGE_FOCUS
, PAGE_LEAVE
, PREVIEW
, RELATED_CLICK
, RIGHT_CLICK
, SECTION_CLICK
, SEEN
, SHARE
, SHOW_MORE
, UPVOTE
, VIEW
, VISIBLE
Universally unique identifier of the event. To allow for reliable retransmission, only the earliest received event of a given UUID is considered valid by the server and subsequent are ignored.
The feature category to which the feedback applies. These should be broad product areas such as Announcements, Answers, Search, etc. rather than specific components or UI treatments within those areas.
ANNOUNCEMENT
, AUTOCOMPLETE
, COLLECTIONS
, FEED
, SEARCH
, CHAT
, NTP
, WORKFLOWS
, SUMMARY
, GENERAL
, PROMPTS
Position of the element in the case that the client controls order (such as feed and autocomplete).
For type MANUAL_FEEDBACK, contains string of user feedback. For autocomplete, partial query string. For feed, string of user feedback in addition to manual feedback signals extracted from all suggested content.
The ISO 8601 timestamp when the event occured.
The path the client was at when the feedback event triggered.
Where the feedback will be sent, e.g. to Glean, the user's company, or both. If no channels are specified, feedback will go only to Glean.
COMPANY
, GLEAN
The URL the client was at when the feedback event triggered.
The UI element tree associated with the event, if any.
The UI element associated with the event, if any.
The application ID of the client that sent the feedback event.
Response
OK