From 67897af4ebeff330abad2eec3be7adfbdf9e192b Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:55:14 -0800 Subject: [PATCH 1/3] add intercom placeholder value --- integrations/support/intercom.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/support/intercom.mdx b/integrations/support/intercom.mdx index d1eedc22e..a1ff4936d 100644 --- a/integrations/support/intercom.mdx +++ b/integrations/support/intercom.mdx @@ -19,7 +19,7 @@ Add the following to your `docs.json` file to add an [Intercom](https://www.inte ```json Example "integrations": { "intercom": { - "appId": "APP_ID" + "appId": "abc123def4" } } ``` From fc15ca482318b01e38537aa50eaf8b11b7524dcc Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:57:31 -0800 Subject: [PATCH 2/3] fix Osano code block --- integrations/privacy/osano.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/integrations/privacy/osano.mdx b/integrations/privacy/osano.mdx index 582f6d0cf..af87f52a6 100644 --- a/integrations/privacy/osano.mdx +++ b/integrations/privacy/osano.mdx @@ -10,19 +10,23 @@ Add the following to your `docs.json` file to add the [Osano](https://www.osano. ```json Integration options in docs.json "integrations": { - "osano": "SOURCE" + "osano": { + "scriptSource": "SOURCE" + } } ``` ```json Example "integrations": { - "osano": "https://cmp.osano.com/2sUB2dqwqdkks/8dqwd-dwd86£-4a9b/osano.js" + "osano": { + "scriptSource": "https://cmp.osano.com/2sUB2dqwqdkks/8dqwd-dwd86£-4a9b/osano.js" + } } ``` -The `SOURCE` can be found as the `src` value in the code snippet generated by Osano. It always starts with `https://cmp.osano.com/`. +The `scriptSource` value can be found as the `src` value in the code snippet generated by Osano. It always starts with `https://cmp.osano.com/` and ends with `/osano.js`. ```html Code snippet from Osano