> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/forecasting-and-anomaly-detection/anomaly-detection-summary-report.md).

# 异常检测摘要报告

<a href="https://pxa.impact.com/student/activity/1087851?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=opt-250&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

该 **异常检测摘要** 该报告将每个合作伙伴的预测数值与实际表现数值进行比较，并展示所选时间段内检测到的异常摘要。如果数值高于或低于预测范围，将被标记为异常。

#### 访问并运行报告

![](/files/14407b5285d8fe2ae0cb0f91829c6660005f692c) 此功能仅适用于 Optimize 附加组件。 [点击此处](https://app.impact.com/secure/advertiser/fr/upgrade.ihtml?u=/secure/advertiser/optimize/landing-page.html) 获取该附加组件！

1. 从左侧导航栏中，悬停在 ![](/files/dd9b9b71e0a8abffbc19dd6a3c4d28626449f744) **\[Optimize]**.
2. 选择 **预测 → 异常检测**.
3. 使用报告顶部附近的筛选栏选择筛选条件来自定义报告。请参阅下面的 *筛选说明* 部分，以帮助您了解筛选选项。

<details>

<summary>筛选说明</summary>

| 筛选项       | 说明                                                     |
| --------- | ------------------------------------------------------ |
| 日期范围      | 按特定日期范围筛选数据。                                           |
| 异常阈值 % >= | 对于所选日期范围内与预测数值相比的实际数值，如果其偏差百分比大于此处选择的百分比阈值，该数值将被标记为异常。 |
| 合作伙伴      | 选择您想查看数据的合作伙伴。                                         |
| 分组        | 选择您想查看数据的合作伙伴组。                                        |
| 货币        | 选择您要查看收入所使用的货币。                                        |

**显示**

您可以在报告中添加额外列，即日期范围和预测数值。

| 日期        | 由 *日期范围* 筛选器            |
| --------- | ----------------------- |
| 合作伙伴      | 数据所属的合作伙伴账户。            |
| 实际点击量     | 所选日期范围内报告的点击次数。         |
| 异常点击量     | 点击次数，高于或低于预测数值。         |
| 异常点击量 %   | 实际点击量与预测的低值或高值之间的百分比差异。 |
| 实际操作数     | 所选日期范围内报告的操作次数。         |
| 异常操作数     | 操作次数，高于或低于预测数值。         |
| 异常操作数 %   | 实际数值与预测数值之间的百分比差异。      |
| 实际收入      | 所选日期范围内报告的收入。           |
| 异常收入      | 收入金额，高于或低于预测数值。         |
| 异常收入 %    | 实际数值与预测数值之间的百分比差异。      |
| 预测点击量（低）  | 这是点击量预测的下限数值。           |
| 预测点击量（高）  | 这是点击量预测的上限数值。           |
| 预测操作数（低）  | 这是操作数预测的下限数值。           |
| 预测操作数（高）  | 这是操作数预测的上限数值。           |
| 预测收入（低）   | 这是收入预测的下限数值。            |
| 预测收入（高）   | 这是收入预测的上限数值。            |
| 预测操作成本（低） | 这是操作成本预测的下限数值。          |
| 预测操作成本（高） | 这是操作成本预测的上限数值。          |

</details>

4. 选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]** 来运行报告。请参阅下面的报告数据部分，以帮助您了解报告数据。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/forecasting-and-anomaly-detection/anomaly-detection-summary-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
