> 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,原因
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, and the optional `goal` 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>&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.
