# 数据显示不正确时的自检清单

## 数据显示不正确时的自检清单

当您对Ptengine中显示的数据感到困惑时，通过确认以下项目可以更容易地找出问题的原因。 首先请尝试进行简单的自检。

## **1. 数据显示需要一定的时间**

在Ptengine中，除实时数据外，数据在访问者离开后约30分钟才会显示。因此，如果您在设置代码后立即检查，数据可能还没有反映。 设置代码后，请等待至少30分钟以上后再检查数据。

## **2. 需要正确设置基础标记**

要在Ptengine中聚合数据，需要正确设置基础标记代码。如果未设置代码，数据将不会显示，请注意。 同时，请确认您设置的标记的项目ID是否正确。

## **3. 需要正确配置域名**

如果域名配置有误，数据可能无法正确聚合。请注意以下几点：

确认您配置的域名是否正确。

如果您使用IP地址格式配置域名，数据将不会被聚合，请使用正确的格式进行配置。

## \*\*4. **不要在同一页面上设置多个项目的基础标记**

如果在一个页面上设置两个或更多项目的基础标记（分析代码），可能会出现以下问题。

后来设置的代码会覆盖前面的代码，导致数据反映不准确。

### 数据被重复聚合，PV数被过度计数。

## 总结

通过进行这些自检，通常可以顺利解决数据问题。 如果仍未解决，请联系Ptengine支持团队。 通过正确的设置和配置，请充分利用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/faq/data/self-check.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.
