# Self-Check When Data Is Not Displaying Correctly

## Self-Check When Data Is Not Displaying Correctly

If you notice any issues with the data displayed in Ptengine, checking the following items will help you identify the cause of the problem. Please start by trying a simple self-check.

## **1. Data Display Requires a Certain Amount of Time**

In Ptengine, except for real-time data, data is displayed approximately 30 minutes after visitors leave. Therefore, if you check the data immediately after installing the code, it may not yet be reflected. After installing the code, please make sure to check the data at least 30 minutes or more after installation.

## **2. Correct Installation of Basic Tags Is Required**

To aggregate data in Ptengine, you must correctly install the basic tag code. Please note that if the code is not installed, data will not be displayed. Also, please verify that the project ID of the installed tag is correct.

## **3. Correct Domain Configuration Is Required**

If the domain configuration is incorrect, data may not be aggregated correctly. Please pay attention to the following points:

* Verify that the configured domain name is correct.
* If the domain is configured in IP address format, data will not be aggregated. Please configure it in the correct format.

## **4. Do Not Install Basic Tags from Multiple Projects on the Same Page**

If you install basic tags (tracking code) from two or more projects on a single page, the following problems may occur:

* The code installed later may overwrite the previous code, resulting in inaccurate data reflection.
* Data may be aggregated multiple times, causing page views to be overcounted.

***

## Summary

By performing these self-checks, you can often resolve data issues smoothly. If the issue persists, please contact the Ptengine support team. With correct installation and configuration, you can maximize the use of Ptengine's data!


---

# 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/en/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.
