From bca6e395d80b4a3db6f2b87c6bf18a9dc73ca09f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:31:08 +0000 Subject: [PATCH] Documentation edits made through Mintlify web editor --- integrations/analytics/overview.mdx | 1074 ++++++++++++++------------- 1 file changed, 545 insertions(+), 529 deletions(-) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 98cb627c7..ed24ca7d4 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -13,495 +13,494 @@ Automatically send data about your documentation engagement to your third party href="/integrations/analytics/amplitude" horizontal icon={ - - - }> - - - - - - - - } -> - - - + + +} + /> + + + + + + +} + /> + + + + + + + + +} + /> + + + + + + + + + + +} + /> + + + + + + + + + + +} + /> + + + + + +} + /> + + + + + +} + /> + + + + + + +} + /> + + + + + + + + + + + + + - - } -> - - - - - - - - - - - } -> - - - - - - - - - - - } -> - - - - } -> - - - - - + + + + + + + + } + /> -> - - + + - - - - - } -> - - - - - - - - - - - - - - - - - - - - - - - - - - - - } -> - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - } -> + + + +} + /> - + + + + + +} + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +} + /> + + + + +} + /> + + + + + - -}> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } -> - - - - - - } -> - - - - - - - - - } -/> - +} + /> ## Enabling Analytics @@ -511,83 +510,100 @@ Set your analytics keys in `docs.json`. You can add an unlimited number of analy The syntax for `docs.json` is below. You only need to include entries for the platforms you want to connect. + ```json Analytics options in docs.json + integrations: { + "amplitude": { + "apiKey": "required" + }, + "clearbit": { + "publicApiKey": "required" + }, + "fathom": { + "siteId": "required" + }, + "ga4": { + "measurementId": "required" + }, + "gtm": { + "tagId": "required" + }, + "hotjar": { + "hjid": "required", + "hjsv": "required" + }, + "koala": { + "publicApiKey": "required" + }, + "logrocket": { + "appId": "required" + }, + "mixpanel": { + "projectToken": "required" + }, + "pirsch": { + "id": "required" + }, + "plausible": { + "domain": "required" + }, + "posthog": { + "apiKey": "required", + "apiHost": "optional" + }, + } + ``` -```json Analytics options in docs.json -integrations: { - "amplitude": { - "apiKey": "required" - }, - "clearbit": { - "publicApiKey": "required" - }, - "fathom": { - "siteId": "required" - }, - "ga4": { - "measurementId": "required" - }, - "gtm": { - "tagId": "required" - }, - "hotjar": { - "hjid": "required", - "hjsv": "required" - }, - "koala": { - "publicApiKey": "required" - }, - "logrocket": { - "appId": "required" - }, - "mixpanel": { - "projectToken": "required" - }, - "pirsch": { - "id": "required" - }, - "plausible": { - "domain": "required" - }, - "posthog": { - "apiKey": "required", - "apiHost": "optional" - }, -} -``` - -```json Google Analytics 4 Example -integrations: { - "ga4": { - "measurementId": "G-XXXXXXX" - } -} -``` - + ```json Google Analytics 4 Example + integrations: { + "ga4": { + "measurementId": "G-XXXXXXX" + } + } + ``` ## FAQ + * `expandable_open` + + * `expandable_close` + + * `accordion_open` + + * `accordion_close` + + * `header_nav_item_click` + + * `cta_click` + + * `scroll_to_bottom` + + * `search_close` + + * `api_playground_call` + + * `search_result_click` + + * `chat_enter` + + * `chat_followup` + + * `chat_completed` + + * `code_block_copy` + + * `chat_shared` + + * `thumb_vote` + + * `powered_by_mintlify_click` + + * `ai_chat_citation_click` + + * `ai_chat_feedback_positive_click` + + * `ai_chat_feedback_negative_click` -- `expandable_open` -- `expandable_close` -- `accordion_open` -- `accordion_close` -- `header_nav_item_click` -- `cta_click` -- `scroll_to_bottom` -- `search_close` -- `api_playground_call` -- `search_result_click` -- `chat_enter` -- `chat_followup` -- `chat_completed` -- `code_block_copy` -- `chat_shared` -- `thumb_vote` -- `powered_by_mintlify_click` -- `ai_chat_citation_click` -- `ai_chat_feedback_positive_click` -- `ai_chat_feedback_negative_click` - - + * `pageview` + \ No newline at end of file