Files
Leyland Yang 2f66d0ba99 adobe analytics page (#3829)
* adobe analytics page

* update logo SVG

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-02-26 17:04:08 -08:00

34 lines
869 B
Plaintext

---
title: "Adobe Analytics"
description: "Track documentation usage with Adobe Analytics via Adobe Experience Platform Launch."
keywords: ["Adobe Analytics", "Adobe Launch", "Adobe Experience Platform", "site analytics"]
---
Add the following to your `docs.json` file to send analytics to Adobe Analytics.
<CodeGroup>
```json Analytics options in docs.json
"integrations": {
"adobe": {
"launchUrl": "required"
}
}
```
```json Example
"integrations": {
"adobe": {
"launchUrl": "https://assets.adobedtm.com/launch-EN93497c30fdf0424eb678d5f4ffac66dc.min.js"
}
}
```
</CodeGroup>
## Get your Launch URL
1. Sign in to [Adobe Experience Platform Data Collection](https://experience.adobe.com/#/data-collection/).
2. Open your Launch property and go to the **Environments** tab.
3. Copy the script URL from your production environment.