Files
mintlify[bot] fbdd913d8e Add translation audit tracker (#5055)
* Add translation tracker for stale translations audit

Generated-By: mintlify-agent

* translations: add missing pages and update content for es, fr, zh

Phase 1: Add translations for 4 new API analytics pages (feedback-by-page,
searches, views, visitors) in es, fr, and zh.

Phase 2: Update 3 pages with content changes:
- agent/workflows: add "Disable a workflow" subsection
- ai/skillmd: add 24-hour generation note
- editor/publish: add AI PR title tip, reformat publishing workflows,
  promote "Publish your changes" heading from h3 to h2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* update descriptions

* translations

* translations

* translations

* Delete TRANSLATION_TRACKER.md

* translations

* a

* a

* translations

* translations

* translations

* translations

* translations

* translations

* translations

* translations

* Update use-cases.mdx

* translations

* translations

* Update ai-native.mdx

* Update accordions.mdx

* Update accordions.mdx

* Update accordions.mdx

* translations

* translations

* Update fonts.mdx

* translations

* translations: update SEO descriptions for es, fr, zh (150 pages)

Update the description: frontmatter field across 150 pages × 3 languages
to match the current English descriptions updated on 2026-03-31.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 10:52:59 -07:00

35 lines
970 B
Plaintext

---
title: "Adobe Analytics"
description: "使用 Adobe Experience Platform Launch 标签将 Adobe Analytics 集成到你的 Mintlify 文档站点,实现详细的使用情况跟踪。"
keywords: ["Adobe Analytics", "Adobe Launch", "Adobe Experience Platform", "site analytics"]
---
在你的 `docs.json` 文件中添加以下配置,以将分析数据发送到 Adobe Analytics。
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"adobe": {
"launchUrl": "required"
}
}
```
```json 示例
"integrations": {
"adobe": {
"launchUrl": "https://assets.adobedtm.com/launch-EN93497c30fdf0424eb678d5f4ffac66dc.min.js"
}
}
```
</CodeGroup>
<div id="get-your-launch-url">
## 获取 Launch URL
</div>
1. 登录 [Adobe Experience Platform Data Collection](https://experience.adobe.com/#/data-collection/)。
2. 打开你的 Launch 属性并进入 **Environments** 标签页。
3. 从生产环境中复制脚本 URL。