mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
f8e015ff62
* Improve SEO metadata: update descriptions to 130-155 chars across 177 pages Generated-By: mintlify-agent * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * 💅 --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
34 lines
921 B
Plaintext
34 lines
921 B
Plaintext
---
|
|
title: "Adobe Analytics"
|
|
description: "Integrate Adobe Analytics with your Mintlify documentation site using Adobe Experience Platform Launch tags for detailed usage tracking."
|
|
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.
|