mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bbb1a08ed3
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
29 lines
643 B
Plaintext
29 lines
643 B
Plaintext
---
|
|
title: "Pirsch"
|
|
description: "Realiza un seguimiento de Analytics centrados en la privacidad con Pirsch."
|
|
keywords: ["Pirsch Analytics", "analítica de privacidad", "código de identificación", "compatible con el RGPD"]
|
|
---
|
|
|
|
Agrega lo siguiente a tu archivo `docs.json` para enviar Analytics a Pirsch.
|
|
|
|
Puedes obtener el ID de tu sitio en Settings \> Developer \> Identification Code.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Opciones de Analytics en docs.json
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Ejemplo
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |