File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -585,12 +585,16 @@ We send the following events to your analytics provider. All events use the `doc
585
585
| ` docs.api_playground.request ` | When a user calls an API in the API playground. |
586
586
| ` docs.code_block.copy ` | When a user copies code from a code block. |
587
587
| ` docs.code_block.ask_ai ` | When a user asks the assistant to explain a code block. |
588
+ | ` docs.content.view ` | When a user views a page. Only available for analytics providers that do not track page views by default. |
589
+ | ` docs.feedback.thumbs_up ` | When a user clicks the positive feedback button. |
590
+ | ` docs.feedback.thumbs_down ` | When a user clicks the negative feedback button. |
588
591
| ` docs.navitem.cta_click ` | When a user clicks a call to action. |
589
592
| ` docs.expandable.close ` | When a user closes an expandable. |
590
593
| ` docs.expandable.open ` | When a user opens an expandable. |
591
594
| ` docs.navitem.click ` | When a user clicks a header navigation item. |
592
595
| ` docs.footer.powered_by_mintlify_click ` | When a user clicks the "Powered by Mintlify" link. |
593
596
| ` docs.assistant.source_click ` | When a user clicks a citation in a chat. |
597
+ | ` docs.assistant.suggestion_click ` | When a user clicks a suggestion in a chat. |
594
598
| ` docs.assistant.thumbs_up ` | When a user clicks the positive feedback button in a chat. |
595
599
| ` docs.assistant.thumbs_down ` | When a user clicks the negative feedback button in a chat. |
596
600
| ` docs.assistant.completed ` | When a chat session is completed. |
You can’t perform that action at this time.
0 commit comments