Skip to content

Commit e9793ee

Browse files
committed
fix: analytics overview
1 parent 44801fd commit e9793ee

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

integrations/analytics/overview.mdx

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,6 @@ Set your analytics keys in `docs.json`. You can add an unlimited number of analy
522522

523523
The syntax for `docs.json` is below. You only need to include entries for the platforms you want to connect.
524524

525-
<CodeGroup>
526-
527525
```json Analytics options in docs.json
528526
"integrations": {
529527
"amplitude": {
@@ -577,16 +575,30 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
577575
}
578576
```
579577

580-
</CodeGroup>
581-
582578
## FAQ
583579

584580
<Accordion title="What events are tracked?">
585-
- `expandable_open` - `expandable_close` - `accordion_open` -
586-
`accordion_close` - `header_nav_item_click` - `cta_click` - `scroll_to_bottom`
587-
- `search_close` - `api_playground_call` - `search_result_click` -
588-
`chat_enter` - `chat_followup` - `chat_completed` - `code_block_copy` -
589-
`chat_shared` - `thumb_vote` - `powered_by_mintlify_click` -
590-
`ai_chat_citation_click` - `ai_chat_feedback_positive_click` -
591-
`ai_chat_feedback_negative_click` - `pageview`
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+
592604
</Accordion>

0 commit comments

Comments
 (0)