> 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/account-administration/account-settings/send-data-to-impactcom/access-ftp-file-submissions.md).

# 访问 FTP 文件提交

您可以访问您的 FTP 文件提交，查看最近用于撤销、修改或新转换批次的 FTP 文件提交状态。您将能够区分失败和成功的记录，从而能够在单条记录级别诊断潜在问题。文件在初次提交后仅会保存并可访问 90 天。

#### 访问您的 FTP 文件提交

1. 从顶部导航栏中选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 左侧，在“ *技术*下，选择 **文件提交**.
3. 在 *FTP 文件提交* ”页面中，使用筛选器调整显示的数据。
   * 请参见 *筛选参考* 以了解更多信息。
   * 表中显示的 FTP 文件提交结果可为您提供更多关于文件提交的信息，包括添加到文件中的记录总数、发生的任何错误，以及文件提交的日期和时间。

<details>

<summary>筛选参考</summary>

| 筛选条件 | 说明                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 搜索框  | 使用文件名或 ID 搜索 FTP 文件提交。                                                                                                                                                                                                                                                                                                                                                                                                            |
| 类型   | <p>按文件提交类型筛选：</p><p>• <strong>转换：</strong> <a href="https://integrations.impact.com/brand-api-reference/reference/action-and-conversion-field-references">转换数据</a> （即，动作）。</p><p>• <strong>修改：</strong> <a href="/pages/3cf4089d3d19355a1f76f05d934833e1dd61143b">撤销或修改</a> 当某个动作的某些内容发生变化时，例如订单被取消。</p><p>• <strong>目录：</strong> 一个 <a href="/pages/75eef92bfd91d38a6ed526df7e85819b0b71bfa8">产品目录数据馈送</a> ，其中包含您的产品及其元数据列表。</p> |
| 状态   | FTP 文件提交的当前状态。                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 数据源  | 按文件提交来源进行筛选。                                                                                                                                                                                                                                                                                                                                                                                                                      |

</details>

#### 下载原始批次文件

1. 在 *FTP 文件提交* 页面中，将鼠标悬停在您想下载文件的提交项上。
2. 选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **下载原始文件**.
   * 该 .CSV 文件将下载到您的计算机。

#### 查看 FTP 文件提交错误

您可以在 *FTP* [*文件提交*](https://app.impact.com/secure/advertiser/accountSettings/techintegration/ftp-file-submissions-flow.ihtml) 页面。

1. 在 *FTP 文件提交* 页面中，悬停在您想查看错误的提交项上。
2. 选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看错误**.
3. 使用 **错误类型** 筛选器按 **验证** 或 **合同错误**.
   * 为了更好地理解在 *消息* 列中发现的错误代码，请参阅 [impact.com 错误代码参考](/other/zh/reference-documentation/impactcom-error-codes-reference.md) 文章。


---

# 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/account-administration/account-settings/send-data-to-impactcom/access-ftp-file-submissions.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.
