-
Notifications
You must be signed in to change notification settings - Fork 214
Update analytics event names for assistant feedback and add new autopilot events #2434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
ethanpalm
left a comment
There was a problem hiding this 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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | `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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | `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. | |
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_*, addsdocs.assistant.spam_detected, and adds Autopilot suggestion events.integrations/analytics/overview.mdx):docs.feedback.thumbs_up/docs.feedback.thumbs_downtodocs.assistant.thumbs_up/docs.assistant.thumbs_down.docs.assistant.spam_detected.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.