Note: This page is under construction

Overview

Glean’s usage analytics log provides a structured, easy-to-analyze record of key user actions such as searches, clicks, chats, and feedback. These logs enable clients to measure engagement, improve adoption, and build custom dashboards for internal analysis.

Please reach out to your Glean point-of-contact to understand the options to consume these logs.

Glean Customer Event Types

The table below summarizes the key event types captured in the Glean customer event log, along with a brief description and examples to help you understand what each event represents and how it can be used in your analytics.

Event TypeDescriptionExample Action Logged
SEARCHMetadata about user search actions, including queries, filters, and surfaces.A user types a search query in the Glean New Tab Page.
SEARCH_CLICKCaptures clicks on search results.A user clicks the second result on the full-page web app.
SEARCH_FEEDBACKUser-submitted feedback on the quality or helpfulness of search results.A user rates search results as 3/5 and leaves a comment.
AUTOCOMPLETELogs interactions with autocomplete suggestions while typing.Autocomplete suggestions appear as a user types “onboard…”.
CHATRepresents a message sent to the Glean Assistant.A user sends a question on New Tab Page.
CHAT_CITATIONSLists source documents referenced in the AI response to a chat.AI cites a Google Doc and a Confluence page in response.
CHAT_CITATION_CLICKLogs when a user clicks on a cited source in a chat response.A user clicks on the linked Google Doc cited by the AI.
CHAT_FEEDBACKCaptures feedback left by users on a chat message or assistant response.A user downvotes an Assistant reply and adds a comment.
AI_ANSWERLogs the AI-generated response returned for a search query.The AI generates a short answer summarizing multiple docs.
AI_ANSWER_VOTETracks upvotes/downvotes on AI-generated answers.A user upvotes an AI answer in a search result panel.
AI_SUMMARYRecords when an AI summary is generated.A user requests a summary of a long Slack thread.
AI_SUMMARY_VOTECaptures user votes on AI-generated summaries.A user clicks thumbs-down on a doc summary.
SHORTCUTLogs use of Glean shortcuts (e.g., go/alias).A user visits go/standups which redirects to a calendar.
CLIENT_EVENTFrontend interactions like button clicks, page loads, and other UI activity.A user clicks “See more” on a suggested docs carousel.
WORKFLOW_RUNA single invocation of a Workflow, the underlying execution unit for Agent and Assistant requests.A user runs an Agent.
WORKFLOWDetailed logs providing execution details for  a Workflow. DEPRECATED as of 2025-06-13: use WORKFLOW_RUN events instead.A user initiates a content review workflow.
GLEAN_BOT_ACTIVITYBackground actions or proactive behaviors by the Glean bot, such as reminders or nudges.The Gleanbot nudges a user to follow up on an unread file.