Skip to content

Commit e48f348

Browse files
committed
add missing integrations
1 parent ea755bd commit e48f348

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

integrations/analytics/overview.mdx

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ fill="#7166F6"
317317
</svg>
318318
319319
' horizontal href="/integrations/analytics/fathom">
320-
320+
321321
</Card>
322322
<Card title="Clearbit" icon='
323323
<svg
@@ -464,6 +464,10 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
464464
"clearbit": {
465465
"publicApiKey": "required"
466466
},
467+
"cookies": {
468+
"key": "required",
469+
"value": "required"
470+
},
467471
"fathom": {
468472
"siteId": "required"
469473
},
@@ -499,6 +503,9 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
499503
"segment": {
500504
"key": "required"
501505
},
506+
"telemetry": {
507+
"enabled": "boolean"
508+
}
502509
}
503510
```
504511

@@ -507,25 +514,11 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
507514
## FAQ
508515

509516
<Accordion title="What events are tracked?">
510-
- `expandable_open`
511-
- `expandable_close`
512-
- `accordion_open`
513-
- `accordion_close`
514-
- `header_nav_item_click`
515-
- `cta_click`
516-
- `scroll_to_bottom`
517-
- `search_close`
518-
- `api_playground_call`
519-
- `search_result_click`
520-
- `chat_enter`
521-
- `chat_followup`
522-
- `chat_completed`
523-
- `code_block_copy`
524-
- `chat_shared`
525-
- `thumb_vote`
526-
- `powered_by_mintlify_click`
527-
- `ai_chat_citation_click`
528-
- `ai_chat_feedback_positive_click`
529-
- `ai_chat_feedback_negative_click`
530-
- `pageview`
531-
</Accordion>
517+
- `expandable_open` - `expandable_close` - `accordion_open` -
518+
`accordion_close` - `header_nav_item_click` - `cta_click` - `scroll_to_bottom`
519+
- `search_close` - `api_playground_call` - `search_result_click` -
520+
`chat_enter` - `chat_followup` - `chat_completed` - `code_block_copy` -
521+
`chat_shared` - `thumb_vote` - `powered_by_mintlify_click` -
522+
`ai_chat_citation_click` - `ai_chat_feedback_positive_click` -
523+
`ai_chat_feedback_negative_click` - `pageview`
524+
</Accordion>

0 commit comments

Comments
 (0)