diff --git a/docs.json b/docs.json
index cac92589a..b85e89e50 100644
--- a/docs.json
+++ b/docs.json
@@ -169,6 +169,7 @@
"integrations/analytics/google-analytics",
"integrations/analytics/google-tag-manager",
"integrations/analytics/heap",
+ "integrations/analytics/hightouch",
"integrations/analytics/hotjar",
"integrations/analytics/koala",
"integrations/analytics/logrocket",
@@ -509,4 +510,4 @@
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
}
}
-}
\ No newline at end of file
+}
diff --git a/integrations/analytics/hightouch.mdx b/integrations/analytics/hightouch.mdx
new file mode 100644
index 000000000..b53b86f6b
--- /dev/null
+++ b/integrations/analytics/hightouch.mdx
@@ -0,0 +1,33 @@
+---
+title: "Hightouch"
+---
+
+Add the following to your `docs.json` file to send analytics to Hightouch.
+
+
+
+ Do not include `https://` for the `apiHost`.
+
+
+
+
+
+```json Analytics options in docs.json
+"integrations": {
+ "hightouch": {
+ "writeKey": "required"
+ "apiHost": "optional"
+ }
+}
+```
+
+```json Example
+"integrations": {
+ "hightouch": {
+ "writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336"
+ "apiHost": "us-east-1.hightouch-events.com" # optional, defaults to `us-east-1.hightouch-events.com`
+ }
+}
+```
+
+
diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx
index 136f6f9cc..4f1ffd09b 100644
--- a/integrations/analytics/overview.mdx
+++ b/integrations/analytics/overview.mdx
@@ -137,6 +137,25 @@ Automatically send data about your documentation engagement to your third party
}
/>
+
+
+
+
+ }
+/>
+
}
- />
+/>
## Enabling analytics
@@ -543,6 +562,10 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
"gtm": {
"tagId": "required"
},
+ "hightouch": {
+ "apiKey": "required",
+ "apiHost": "optional"
+ },
"hotjar": {
"hjid": "required",
"hjsv": "required"