From 078b9b093f2df9af187fac09c429c51192c3d855 Mon Sep 17 00:00:00 2001 From: cdxker <32852291+cdxker@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:35:27 -0800 Subject: [PATCH 1/4] Update integrations/analytics/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- integrations/analytics/overview.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 94e5c7115..3c6dff0c1 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -618,8 +618,9 @@ We send the following events to your analytics provider. All events use the `doc | `docs.code_block.copy` | When a user copies code from a code block. | | `docs.code_block.ask_ai` | When a user asks the assistant to explain a code block. | | `docs.content.view` | When a user views a page. Only available for analytics providers that do not track page views by default. | -| `docs.feedback.thumbs_up` | When a user clicks the positive feedback button. | -| `docs.feedback.thumbs_down` | When a user clicks the negative feedback button. | +| `docs.assistant.thumbs_up` | When a user clicks the positive feedback button on an assistant response. | +| `docs.assistant.thumbs_down` | When a user clicks the negative feedback button on an assistant response. | +| `docs.assistant.spam_detected` | When the assistant detects spam in a user message. | | `docs.navitem.cta_click` | When a user clicks a call to action. | | `docs.expandable.close` | When a user closes an expandable. | | `docs.expandable.open` | When a user opens an expandable. | From e87a68fd65ee36e0bae7f0f445b40b303eceba3f Mon Sep 17 00:00:00 2001 From: cdxker <32852291+cdxker@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:35:33 -0800 Subject: [PATCH 2/4] Update integrations/analytics/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- integrations/analytics/overview.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 3c6dff0c1..31a677566 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -632,6 +632,8 @@ We send the following events to your analytics provider. All events use the `doc | `docs.assistant.enter` | When a user initiates a chat. | | `docs.assistant.ask_ai_on_text_selection` | When a user selects text and clicks "Ask AI" to ask about the selection. | | `docs.assistant.shared` | When a user shares a chat conversation. | +| `docs.autopilot.suggestion.created` | When Autopilot creates a documentation suggestion. | +| `docs.autopilot.suggestion.no_suggestion` | When Autopilot determines no documentation update is needed. | | `docs.search.close` | When a user closes the search bar. | | `docs.search.result_click` | When a user clicks a search result. | | `docs.context_menu.copy_page` | When a user copies the current page as markdown. | From 0f0f7c325b7e0af01ef85aa28730b7784832ca4f Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:49:53 -0800 Subject: [PATCH 3/4] Apply suggestions from code review --- integrations/analytics/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 31a677566..1bcc401ff 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -632,8 +632,8 @@ We send the following events to your analytics provider. All events use the `doc | `docs.assistant.enter` | When a user initiates a chat. | | `docs.assistant.ask_ai_on_text_selection` | When a user selects text and clicks "Ask AI" to ask about the selection. | | `docs.assistant.shared` | When a user shares a chat conversation. | -| `docs.autopilot.suggestion.created` | When Autopilot creates a documentation suggestion. | -| `docs.autopilot.suggestion.no_suggestion` | When Autopilot determines no documentation update is needed. | +| `docs.autopilot.suggestion.created` | When the agent creates a documentation suggestion. | +| `docs.autopilot.suggestion.no_suggestion` | When the agent determines no documentation update is needed. | | `docs.search.close` | When a user closes the search bar. | | `docs.search.result_click` | When a user clicks a search result. | | `docs.context_menu.copy_page` | When a user copies the current page as markdown. | From 84617ef94648f550238460e5ab9574b861249565 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:15:15 -0800 Subject: [PATCH 4/4] update headers --- integrations/analytics/overview.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index c0a04cc89..29cd7ae06 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -664,7 +664,14 @@ All tracked events use the `docs.` prefix. | `docs.expandable.open` | User opens an expandable. | | `docs.expandable.close` | User closes an expandable. | -### AI assistant +### Feedback + +| Event name | Description | +| :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- | +| `docs.feedback.thumbs_up` | User clicks the positive feedback button. | +| `docs.feedback.thumbs_down` | User clicks the negative feedback button. | + +### Assistant and agent | Event name | Description | | :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- | @@ -680,7 +687,7 @@ All tracked events use the `docs.` prefix. | `docs.autopilot.suggestion.created` | The agent creates a documentation suggestion. | | `docs.autopilot.suggestion.no_suggestion` | The agent determines no documentation update is needed. | -### Context menu +### Contextual menu | Event name | Description | | :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- |