diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 94e5c7115..89cd69759 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -618,8 +618,11 @@ 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. | +| `docs.assistant.thumbs_down` | When a user clicks the negative feedback button. | +| `docs.assistant.spam_detected` | When spam is detected in assistant messages. | +| `docs.autopilot.suggestion.created` | When an autopilot suggestion is created. | +| `docs.autopilot.suggestion.no_suggestion` | When autopilot determines no suggestion is needed. | | `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. |