# URL末尾带有"/"的页面未合并的情况

## URL末尾带有"/"的页面未合并的情况

Ptengine的默认设置是，当URL末尾带有"/"时，系统会将其与去除"/"后的URL数据合并统计。

## Ptengine中的规格

通常的合并方式如下。

① [www](http://www).*\*\*.com/ ② [www.\*\*\_.com](http://www.**_.com) ③ [www](http://www).*\*\*.com/?form=mail ↓合并 ①+②+③ [www.\*\*\_.com](http://www.**_.com)

注：关于带有参数（红色部分）的页面，自2021年11月15日的更新后开始合并统计。该日期之前的数据将按以下方式显示，不合并： ① [www](http://www).*\*\*.com/ ② [www.\*\*\_.com](http://www.**_.com) ③ [www](http://www).*\*\*.com/?form=mail ↓合并 ①+② [www.\*\*\_.com](http://www.**_.com) ③ [www.\\\*\\\*\\\*.com/](http://www.\\*\\*\\*.com/)

## 背景知识

由于可能出现以下情况，Ptengine采用了上述参数去除的产品规格。

#### **情况1：**

首页：　　　 `https://shop.ptengine.com/` 商品1介绍页面：`https://shop.ptengine.com/#927242` 商品2介绍页面：`https://shop.ptengine.com/#927243`

在情况1中，首页的内容与各商品介绍页面完全不同。在这种情况下，参数去除后，分别查看首页和各商品介绍页面会更有效地确认数据。 参数去除后： `https://shop.ptengine.com` →首页汇总（`https://shop.ptengine.com` 和 `https://shop.ptengine.com/`） `https://shop.ptengine.com/` →各商品介绍页面汇总（`https://shop.ptengine.com/#商品id`）

#### **情况2：**

首页：　　　　　　`https://shop.ptengine.com/` 首页的广告流量：　`https://shop.ptengine.com/?utmsource=yahoo`

在情况2中，即使首页带有参数，由于内容与首页相同，如果想在参数去除后汇总查看，可以通过[页面分组功能](/cn/faq/tag-and-domain/url-trailing-slash.md)按以下方式设置，或者直接确认参数去除后的页面，从而将对同一页面的访问汇总。 完全匹配　　`https://shop.ptengine.com` 完全匹配　　`https://shop.ptengine.com/` 前缀匹配　　`https://shop.ptengine.com/?`


---

# 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/tag-and-domain/url-trailing-slash.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.
