# 一括変更または取り消しをリセットする

保留中のアクションを誤って変更または取り消してしまい、元の値または状態に戻したい場合は、リセットファイルを送信できます。

{% hint style="info" %}
**注:** リセットファイルを使用すると、特定のアクション一覧レポートに偏りが生じる場合があります。たとえば、誤って取り消したアクションが（リセット後であっても）取り消し済みのまま表示されたり、リセット後に変更されていてもアクションが「元の値にリセット」ステータスのままになったりすることがあります。リセットファイルを送信する前に、CSM（または [サポートに問い合わせる](https://app.impact.com/support/portal.ihtml?createTicket=true)）に相談することをお勧めします。
{% endhint %}

このファイルに必要なヘッダーは3つだけです。これらの値は *アクションの詳細* 画面で表示できます：

1. 左側のナビゲーションバーから、次を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → Transactions → Pending Payouts → Actions**.
2. の *アクションID* 列で、リンクされた **アクションID**.

|                 |                                              |
| --------------- | -------------------------------------------- |
| **ヘッダー**        | **説明**                                       |
| Oid             | アクションをリセットするための注文ID（OID）の値。                  |
| ActionTrackerId | このアクションが追跡されたイベントタイプ（つまり Action Tracker）のID。 |
| 理由              | `RESET` のみが許可される値です。                         |

#### 例

```programlisting
Oid,ActionTrackerId,Reason
O9999935,16027,RESET
```


---

# 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://help.impact.com/brand/ja/nitsuitebitaidesuka/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/reset-batch-modifications-or-reversals.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.
