Skip to content

Commit fc15ca4

Browse files
committed
fix Osano code block
1 parent 67897af commit fc15ca4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

integrations/privacy/osano.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,23 @@ Add the following to your `docs.json` file to add the [Osano](https://www.osano.
1010

1111
```json Integration options in docs.json
1212
"integrations": {
13-
"osano": "SOURCE"
13+
"osano": {
14+
"scriptSource": "SOURCE"
15+
}
1416
}
1517
```
1618

1719
```json Example
1820
"integrations": {
19-
"osano": "https://cmp.osano.com/2sUB2dqwqdkks/8dqwd-dwd86£-4a9b/osano.js"
21+
"osano": {
22+
"scriptSource": "https://cmp.osano.com/2sUB2dqwqdkks/8dqwd-dwd86£-4a9b/osano.js"
23+
}
2024
}
2125
```
2226

2327
</CodeGroup>
2428

25-
The `SOURCE` can be found as the `src` value in the code snippet generated by Osano. It always starts with `https://cmp.osano.com/`.
29+
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`.
2630

2731
```html Code snippet from Osano
2832
<script src="https://cmp.osano.com/placeholder/placeholder/osano.js"/>

0 commit comments

Comments
 (0)