> 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/submit-and-modify-conversion-data/batch-modify-conversion-data/reset-batch-modifications-or-reversals.md).

# 重置批量修改或冲正

如果你不小心修改或撤销了一个待处理操作，并希望恢复其原始值或状态，你可以提交重置文件。

{% hint style="info" %}
**注意：** 使用重置文件可能会使某些操作列表报告产生偏差，例如意外撤销（即使重置后）仍显示为已撤销，或者某些操作在重置后即使已被修改，也可能一直处于“恢复为原始值”状态。我们建议在提交重置文件之前先与你的 CSM（或 [联系支持](https://app.impact.com/support/portal.ihtml?createTicket=true)）讨论。
{% endhint %}

该文件只需要三个表头。这些值可以在 *操作详情* 界面上查看这些推荐：

1. 在左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 交易 → 待处理支付 → 操作**.
2. 在 *操作 ID* 列中找到，选择链接的 **操作 ID**.

|                 |                                      |
| --------------- | ------------------------------------ |
| **页眉**          | **说明**                               |
| Oid             | 要重置的操作的订单 ID（OID）值。                  |
| ActionTrackerId | 记录该操作所跟踪的事件类型（即 Action Tracker）的 ID。 |
| 原因              | `RESET` 是唯一接受的值。                     |

#### 示例

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


---

# 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:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/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.
