> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Adobe Analytics

> Intégrez Adobe Analytics à votre site de documentation Mintlify via les tags Adobe Experience Platform Launch pour un suivi détaillé de l’utilisation.

Ajoutez l’extrait suivant à votre fichier `docs.json` pour envoyer des données d’analyse à Adobe Analytics.

<CodeGroup>
  ```json Options d’Analytics dans docs.json theme={null}
  "integrations": {
      "adobe": {
          "launchUrl": "required"
      }
  }
  ```

  ```json Exemple theme={null}
  "integrations": {
      "adobe": {
          "launchUrl": "https://assets.adobedtm.com/launch-EN93497c30fdf0424eb678d5f4ffac66dc.min.js"
      }
  }
  ```
</CodeGroup>

<div id="get-your-launch-url">
  ## Obtenez votre URL Launch
</div>

1. Connectez-vous à [Adobe Experience Platform Data Collection](https://experience.adobe.com/#/data-collection/).
2. Ouvrez votre propriété Launch et accédez à l’onglet **Environments**.
3. Copiez l’URL du script à partir de votre environnement de production.


## Related topics

- [Intégrations Analytics](/docs/fr/integrations/analytics/overview.md)
- [Référence du schéma docs.json](/docs/fr/organize/settings-reference.md)
- [Fathom](/docs/fr/integrations/analytics/fathom.md)
