Skip to content

Conversation

@cdxker
Copy link
Contributor

@cdxker cdxker commented Dec 18, 2025

Updated analytics event names to reflect assistant feedback changes and added new autopilot-related events. Renamed existing feedback events and added three new events for spam detection and autopilot suggestions.


Created by Mintlify agent


Note

Renames feedback events to docs.assistant.thumbs_*, adds docs.assistant.spam_detected, and adds Autopilot suggestion events.

  • Analytics events (in integrations/analytics/overview.mdx):
    • Rename docs.feedback.thumbs_up/docs.feedback.thumbs_down to docs.assistant.thumbs_up/docs.assistant.thumbs_down.
    • Add docs.assistant.spam_detected.
    • Add Autopilot events: docs.autopilot.suggestion.created, docs.autopilot.suggestion.no_suggestion.

Written by Cursor Bugbot for commit e87a68f. This will update automatically on new commits. Configure here.

cdxker and others added 2 commits December 18, 2025 10:35
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Copy link
Collaborator

@ethanpalm ethanpalm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions to replace autopilot with the agent but lgtm with those changes

| `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. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `docs.autopilot.suggestion.created` | When Autopilot creates a documentation suggestion. |
| `docs.autopilot.suggestion.created` | When the agent creates a documentation suggestion. |

| `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. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `docs.autopilot.suggestion.no_suggestion` | When Autopilot determines no documentation update is needed. |
| `docs.autopilot.suggestion.no_suggestion` | When the agent determines no documentation update is needed. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants