Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions advanced/widget/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Integrate the Mintlify widget into your products to offer users quick access to

First, generate an API key in [the Mintlify dashboard](https://dashboard.mintlify.com/chat/widget-auth).

![widget](https://mintlify-assets.b-cdn.net/widget/key.webp)

## Installation

Add the widget by adding these script tags into your site's `<head>...<head/>` tag.
Expand Down Expand Up @@ -116,4 +114,4 @@ Here is an overview of what the trigger looks like with different configurations
| `trackChatThumbsUp` | `(query: string, response: string)=> void` | Triggered when the user thumbs up on a response. |
| `trackChatThumbsDown` | `(query: string, response: string)=> void` | Triggered when the user thumbs down on a response. |
| `trackChatFollowup` | `(query: string)=> void` | Triggered when the user asks a question. |
| `trackChatClose` | `(queriesCount: number)=> void` | Triggered when the user exits the chat widget. |
| `trackChatClose` | `(queriesCount: number)=> void` | Triggered when the user exits the chat widget. |
4 changes: 1 addition & 3 deletions integrations/analytics/google-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ You will need to create a web stream to get the Measurement ID to put into Mintl

Click the cog at the bottom left of the Google Analytics screen. Then click on Data Streams.

<Frame>![](/images/ga4-web-streams.png)</Frame>

Create a Web Stream and put the URL of your Mintlify docs site as the stream URL.

Your Measurement ID looks like `G-XXXXXXX` and will show up under Stream Details immediately after you create the Web Stream.
Expand All @@ -42,4 +40,4 @@ You can use the [Google Analytics Debugger](https://chrome.google.com/webstore/d

Preview links have analytics turned off.

</Note>
</Note>
Loading
Loading