# Adobe Dynamic Tag Manager标签设置

可以使用Adobe的Dynamic Tag Manager (DTM)来设置Ptengine的分析代码。配置步骤与GTM等其他标签管理器相同。

📌 重要提示：在使用DTM设置Ptengine分析代码时，请特别注意以下配置。

> **INFO** 顺序HTML vs 非顺序HTML ✅ 选择"顺序HTML（同步处理）" ❌ 不要选择"非顺序HTML（异步处理）"

💡 原因：

Ptengine的分析代码已经支持异步处理。

如果在DTM中选择非顺序HTML，分析代码可能无法正常工作，数据集计可能不准确。

详细说明：

非顺序HTML：与页面的其他文件并行加载，可以缩短加载时间。

但是，由于Ptengine代码已经进行了优化，DTM中的额外异步设置是不必要的，反而可能导致问题。

✅ 正确的配置步骤：

在DTM中添加Ptengine的分析代码

选择"顺序HTML（同步处理）"选项

进行其他设置并保存

按照这些步骤操作，Ptengine的分析代码将正常工作，可以进行准确的数据集计。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helps.ptengine.com/cn/start-guide/othertag/tag-adobe-dtm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
