Skip to content

Commit cb7180b

Browse files
authored
add undocumented events (#856)
1 parent 821de9d commit cb7180b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integrations/analytics/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,16 @@ We send the following events to your analytics provider. All events use the `doc
585585
| `docs.api_playground.request` | When a user calls an API in the API playground. |
586586
| `docs.code_block.copy` | When a user copies code from a code block. |
587587
| `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. |
588591
| `docs.navitem.cta_click` | When a user clicks a call to action. |
589592
| `docs.expandable.close` | When a user closes an expandable. |
590593
| `docs.expandable.open` | When a user opens an expandable. |
591594
| `docs.navitem.click` | When a user clicks a header navigation item. |
592595
| `docs.footer.powered_by_mintlify_click` | When a user clicks the "Powered by Mintlify" link. |
593596
| `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. |
594598
| `docs.assistant.thumbs_up` | When a user clicks the positive feedback button in a chat. |
595599
| `docs.assistant.thumbs_down` | When a user clicks the negative feedback button in a chat. |
596600
| `docs.assistant.completed` | When a chat session is completed. |

0 commit comments

Comments
 (0)