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

# FTPファイルの送信内容にアクセスする

元に戻す、修正、または新しい変換のバッチに対する最近のFTPファイル送信のステータスを確認するために、FTPファイル送信にアクセスできます。失敗したレコードと成功したレコードを分けて確認できるため、個々のレコードレベルで潜在的な問題を特定できます。ファイルは、最初の送信後90日間のみ保存され、アクセスできます。

#### FTPファイル送信にアクセスする

1. 上部のナビゲーションバーから、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → \[設定]**.
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/39553c0ef553ad51588bafbf85067ea9346a9f91">取消または修正</a> 注文がキャンセルされるなど、アクションに関する内容が変更された場合。</p><p>• <strong>カタログ:</strong> 1つの <a href="/pages/2928d4d7ac637b51812c961730eac1874ef10662">商品カタログデータフィード</a> 商品とそのメタデータの一覧を保持します。</p> |
| ステータス  | FTPファイル送信の現在のステータス。                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| データソース | ファイルが送信されたソースでフィルターします。                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

</details>

#### 元のバッチファイルをダウンロードする

1. 〜の上で *FTPファイル送信* 画面で、ファイルをダウンロードしたい送信項目にカーソルを合わせます。
2. 選択 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[詳細]** → **元のファイルをダウンロード**.
   * .CSVファイルがコンピューターにダウンロードされます。

#### FTPファイル送信エラーを表示する

ファイル送信エラーは *FTP* [*ファイル送信*](https://app.impact.com/secure/advertiser/accountSettings/techintegration/ftp-file-submissions-flow.ihtml) 画面に移動します。

1. 〜の上で *FTPファイル送信* 画面で、エラーを表示したい送信項目にカーソルを合わせます。
2. 選択 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[詳細]** → **エラーを表示**.
3. 使用して **エラー種別** エラーを絞り込むためのフィルター **検証** または **契約エラー**.
   * に記載されているエラーコードをよりよく理解するには *メッセージ* 列については、 [impact.com エラーコードリファレンス](/other/ja/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/ja/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.
