Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 2 additions & 2 deletions integrations/analytics/clearbit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
title: "Clearbit"
---

Add the following to your `docs.json` file to send analytics to Clearbit.

Check warning on line 5 in integrations/analytics/clearbit.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/clearbit.mdx#L5

Did you really mean 'Clearbit'?

<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"clearbit": {
"publicApiKey": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"clearbit": {
"publicApiKey": "pk_1a1882"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/fathom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can get the `siteId` from your script settings.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"fathom": {
"siteId": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"fathom": {
"siteId": "YSVMSDAY"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/google-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Your Measurement ID looks like `G-XXXXXXX` and will show up under Stream Details
Add your Measurement ID to your `docs.json` file like so:

```json docs.json
integrations: {
"integrations": {
"ga4": {
"measurementId": "G-XXXXXXX"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/google-tag-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You are responsible for setting up cookie consent banners with Google Tag Manage
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"gtm": {
"tagId": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"gtm": {
"tagId": "GTM-MGBL4PW"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/heap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Heap.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"heap": {
"appId": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"heap": {
"appId": "1234567890"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/hotjar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "HotJar"
Add the following to your `docs.json` file to send analytics to HotJar.

```json Analytics options in docs.json
integrations: {
"integrations": {
"hotjar": {
"hjid": "required",
"hjsv": "required"
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/koala.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Koala.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"koala": {
"publicApiKey": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"koala": {
"publicApiKey": "pk_1a1882"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/logrocket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "LogRocket"
Add the following to your `docs.json` file to send analytics to LogRocket.

```json Analytics options in docs.json
integrations: {
"integrations": {
"logrocket": {
"apiKey": "required"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/mixpanel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "Mixpanel"
---

Add the following to your `docs.json` file to send analytics to Mixpanel.

Check warning on line 5 in integrations/analytics/mixpanel.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/mixpanel.mdx#L5

Did you really mean 'Mixpanel'?

```json Analytics options in docs.json
integrations: {
"integrations": {
"mixpanel": {
"projectToken": "required"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/pirsch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
title: "Pirsch"
---

Add the following to your `docs.json` file to send analytics to Pirsch.

Check warning on line 5 in integrations/analytics/pirsch.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/pirsch.mdx#L5

Did you really mean 'Pirsch'?

You can get your site ID from Settings \> Developer \> Identification Code.

<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"pirsch": {
"id": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"pirsch": {
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/plausible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add your site's domain to `docs.json` to send analytics to Plausible.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"plausible": {
"domain": "required",
"server": "optional"
Expand All @@ -22,7 +22,7 @@ integrations: {
```

```json Example
integrations: {
"integrations": {
"plausible": {
"domain": "docs.domain.com"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/posthog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"posthog": {
"apiKey": "required",
"apiHost": "optional"
Expand All @@ -18,7 +18,7 @@
```

```json Example
integrations: {
"integrations": {
"posthog": {
"apiKey": "phc_TXdpocbYTeZVm5VJmMzHTMrCofBQu3e0kN7HGMNGTVW"
}
Expand All @@ -35,4 +35,4 @@

## Session Recordings

You need to add the URL for your docs website to Posthog's "Authorized domains for recordings" before you can receive session recordings. The option to add your URL is in Posthog's project settings.

Check warning on line 38 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/posthog.mdx#L38

Did you really mean 'Posthog's'?

Check warning on line 38 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/posthog.mdx#L38

Did you really mean 'Posthog's'?
4 changes: 2 additions & 2 deletions integrations/analytics/segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Add your Segment write key to your `docs.json` file to send analytics to Segment
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"segment": {
"key": "required",
}
}
```

```json Example
integrations: {
"integrations": {
"segment": {
"key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
}
Expand Down
Loading