> 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/ja/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/11b3e49a152fdbe8948fcc8822be9fbcf949f3b6) この機能は Optimize アドオンでのみ利用できます。 [こちらをクリック](https://app.impact.com/secure/advertiser/fr/upgrade.ihtml?u=/secure/advertiser/optimize/landing-page.html) してアドオンを入手してください！

1. 左側のナビゲーションバーで、 ![](/files/80820a684046e77348a87fa4aae033fc6f04adf0) **\[Optimize]**.
2. 選択 **Forecast → Anomaly Detection**.
3. レポート上部付近のフィルターバーを使用して、フィルター条件を選択し、レポートをカスタマイズします。理解の参考として、以下の *フィルターの説明* セクションを参照してください。

<details>

<summary>フィルターの説明</summary>

| フィルター       | 説明                                                                         |
| ----------- | -------------------------------------------------------------------------- |
| 日付範囲        | 特定の日付範囲のデータでフィルタリングします。                                                    |
| 異常しきい値 % 以上 | 選択した日付範囲の実績値を予測値と比較した際、その差異率がこの指定したパーセンテージしきい値を上回る場合、その数値は異常としてフラグが付けられます。 |
| パートナー       | データを表示したいパートナーを選択します。                                                      |
| グループ        | データを表示したいパートナーグループを選択します。                                                  |
| 通貨          | 収益を表示したい通貨を選択します。                                                          |

**表示**

レポートには、日付範囲と予測値の項目を追加できます。

| 日付            | 日付範囲。 *日付範囲* フィルターで選択されたものです。     |
| ------------- | --------------------------------- |
| パートナー         | データが属するパートナーアカウント。                |
| 実際のクリック数      | 日付範囲のクリック数の報告値。                   |
| 異常クリック数       | 予測値より多い、または少ないクリック数。              |
| 異常クリック数 %     | 実績のクリック数と予測された下限または上限のクリック数との差異率。 |
| 実際のアクション数     | 日付範囲のアクション数の報告値。                  |
| 異常アクション数      | 予測値より多い、または少ないアクション数。             |
| 異常アクション数 %    | 実績値と予測値の差異率。                      |
| 実際の収益         | 日付範囲の収益の報告値。                      |
| 異常収益          | 予測値より多い、または少ない収益額。                |
| 異常収益 %        | 実績値と予測値の差異率。                      |
| 予測クリック数（低）    | これはクリック数の予測下限値です。                 |
| 予測クリック数（高）    | これはクリック数の予測上限値です。                 |
| 予測アクション数（低）   | これはアクション数の予測下限値です。                |
| 予測アクション数（高）   | これはアクション数の予測上限値です。                |
| 予測収益（低）       | これは収益の予測下限値です。                    |
| 予測収益（高）       | これは収益の予測上限値です。                    |
| 予測アクションコスト（低） | これはアクションコストの予測下限値です。              |
| 予測アクションコスト（高） | これはアクションコストの予測上限値です。              |

</details>

4. 選択 ![](/files/34c3dbe05c1110f13e076d5a5abd0fec57cb1797) **\[検索]** を実行してレポートを表示します。レポートデータの理解については、以下のレポートデータセクションを参照してください。


---

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