@@ -5,7 +5,7 @@ description: "Integrate with an analytics platform to track events"
55
66Automatically send data about your documentation engagement to your third party analytics provider.
77
8- ## All Integrations
8+ ## All integrations
99
1010<CardGroup cols = { 2 } >
1111 <Card
@@ -516,7 +516,7 @@ fill="#7166F6"
516516 />
517517</CardGroup >
518518
519- ## Enabling Analytics
519+ ## Enabling analytics
520520
521521Set your analytics keys in ` docs.json ` . You can add an unlimited number of analytics integrations for free.
522522
@@ -574,31 +574,30 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
574574 }
575575}
576576```
577+ ## Analytics events
577578
578- ## FAQ
579+ We send the following events to your analytics provider.
579580
580- <Accordion title = " What events are tracked?" >
581-
582- - ` expandable_open `
583- - ` expandable_close `
584- - ` accordion_open `
585- - ` accordion_close `
586- - ` header_nav_item_click `
587- - ` cta_click `
588- - ` scroll_to_bottom `
589- - ` search_close `
590- - ` api_playground_call `
591- - ` search_result_click `
592- - ` chat_enter `
593- - ` chat_followup `
594- - ` chat_completed `
595- - ` code_block_copy `
596- - ` chat_shared `
597- - ` thumb_vote `
598- - ` powered_by_mintlify_click `
599- - ` ai_chat_citation_click `
600- - ` ai_chat_feedback_positive_click `
601- - ` ai_chat_feedback_negative_click `
602- - ` pageview `
603-
604- </Accordion >
581+ | Event name | Description |
582+ | :-----------------------------------| :-------------------------------------------------------------------|
583+ | ` accordion_close ` | When a user closes an accordion. |
584+ | ` accordion_open ` | When a user opens an accordion. |
585+ | ` api_playground_call ` | When a user calls an API in the API playground. |
586+ | ` code_block_copy ` | When a user copies code from a code block. |
587+ | ` cta_click ` | When a user clicks a call to action. |
588+ | ` expandable_close ` | When a user closes an expandable. |
589+ | ` expandable_open ` | When a user opens an expandable. |
590+ | ` header_nav_item_click ` | When a user clicks a header navigation item. |
591+ | ` pageview ` | When a user views a page. |
592+ | ` powered_by_mintlify_click ` | When a user clicks the "Powered by Mintlify" link. |
593+ | ` scroll_to_bottom ` | When a user scrolls to the bottom of a page. |
594+ | ` thumb_vote ` | When a user votes (thumbs up or down) on a page. |
595+ | ` ai_chat_citation_click ` | When a user clicks a citation in a chat. |
596+ | ` ai_chat_feedback_positive_click ` | When a user clicks the positive feedback button in a chat. |
597+ | ` ai_chat_feedback_negative_click ` | When a user clicks the negative feedback button in a chat. |
598+ | ` chat_completed ` | When a chat session is completed. |
599+ | ` chat_enter ` | When a user initiates a chat. |
600+ | ` chat_followup ` | When a user sends a follow up message. |
601+ | ` chat_shared ` | When a user shares a chat conversation. |
602+ | ` search_close ` | When a user closes the search bar. |
603+ | ` search_result_click ` | When a user clicks a search result. |
0 commit comments