mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4c31f3683c
* ai/ keywords * api/ keywords * components/ keywords * create/ keywords * customize/ keywords * api-playground/ keywords * dashboard/ keywords * deploy/ keywords * guides/ keywords * insights/ keywords * integrations/ keywords * optimize/ keywords * organize/ keywords * root/ keywords * rm temp files
30 lines
577 B
Plaintext
30 lines
577 B
Plaintext
---
|
|
title: "Pirsch"
|
|
description: "Track privacy-focused analytics with Pirsch."
|
|
keywords: ["Pirsch Analytics", "privacy analytics", "identification code", "GDPR-compliant"]
|
|
---
|
|
|
|
Add the following to your `docs.json` file to send analytics to Pirsch.
|
|
|
|
You can get your site ID from Settings \> Developer \> Identification Code.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Analytics options in docs.json
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|