> 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/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/ftp-for-data-feeds-overview.md).

# FTP（データフィード用）の概要

impact.com の FTP（File Transfer Protocol）サーバーは、〜に関する情報を受信または取得するために使用できます [あなたが発生させたアクションの更新情報](/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/introduction-to-data-feeds-for-partners.md)、新規および更新された提携済み [利用可能なブランド広告](/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/applying-to-brands/find-and-apply-to-brands.md)、および提携ブランドの変更 [商品カタログ](/partner/ja/nitsuitebitaidesuka/platform-features/marketing-content/product-marketplace-and-catalogs/set-product-catalog-feed-preferences-as-a-partner.md)。これらはすべて、Data Feed と呼ばれるファイルで提供されます。

#### データフィードへのアクセス

ファイルが保存されている impact.com の FTP サーバーにアクセスするために必要な認証情報を取得する前に、データフィードを設定する必要があります。これを行うには、 *データフィード* 画面：

ファイルが保存されている impact.com の FTP サーバーにアクセスするために必要な認証情報を取得する前に、データフィードを設定する必要があります。これを行うには、 *データフィード* 画面：

1. 上部のナビゲーションバーから、 ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール] → 設定**.
2. 〜の下で *技術*、左側で、 **データフィード**.
3. 必要な関連データフィードを設定します。
   * 設定 [アクションフィード](/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/set-up-an-action-event-data-feed-as-a-partner.md).
   * 設定 [プロモーション広告フィード](/partner/ja/nitsuitebitaidesuka/platform-features/marketing-content/set-up-a-promotional-ads-feed-as-a-partner.md).
   * 設定 [商品カタログフィードのファイル形式](/partner/ja/nitsuitebitaidesuka/platform-features/marketing-content/product-marketplace-and-catalogs/set-product-catalog-feed-preferences-as-a-partner.md)。商品カタログフィードは [手動で取得されます](/partner/ja/nitsuitebitaidesuka/platform-features/marketing-content/product-marketplace-and-catalogs/download-product-catalogs-as-a-partner.md).
4. 必要なフィードを設定し、impact.com の FTP サーバーからファイルを取得することを選択した後、そのフィードにアクセスするためのサーバー URL と認証情報を確認できます。
   * impact.com からファイルを FTP サーバーに送信することを選択した場合は、代わりに入力したサーバー情報が表示されます。
   * impact.com からメールでファイルを送信することを選択した場合は、代わりに入力したメールアドレスが表示されます。

{% hint style="info" %}
**注：** 当社では、 [IP アドレス範囲の一覧](https://integrations.impact.com/public-ip-addresses) をご用意しています。これを許可リストに登録する必要があります。必ず **範囲全体を**許可リストに登録してください。そうしないと、誤って impact.com の FTP サーバーがシステムと通信できなくなる可能性があります。
{% endhint %}

<details>

<summary>メリット</summary>

* データフィードファイルの形式には、さらに多くの選択肢があります。
  * ここでの選択肢は、XML、Tab、Pipe、CSV です。
* impact.com のサーバーと通信するために独自に開発したシステムを用意する代わりに、データフィードファイルをメールの添付ファイルとして受信することもできます。
* 当社の FTP サーバーからデータフィードファイルを取得することを選択した場合、すべてのファイルはそのサーバー上に30日間保持されます。

</details>

<details>

<summary>ベストプラクティス</summary>

* ポストバックを受信できないものの、アクションまたはアクション問い合わせデータの迅速な更新に引き続きアクセスする必要がある場合は、レート制限を避けるために API 呼び出しよりもデータフィードを使用してください。

</details>

#### 詳細を見る

* [アクションフィードを設定](/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/set-up-an-action-event-data-feed-as-a-partner.md)
* [プロモーション広告フィードを設定](/partner/ja/nitsuitebitaidesuka/platform-features/marketing-content/set-up-a-promotional-ads-feed-as-a-partner.md)
* [FTP 経由で商品カタログを取得](/partner/ja/nitsuitebitaidesuka/platform-features/marketing-content/product-marketplace-and-catalogs/download-product-catalogs-as-a-partner.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/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/ftp-for-data-feeds-overview.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.
