> 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/introduction-to-data-feeds-for-partners.md).

# パートナー向けデータフィード入門

FTPまたはメールで、あなたが獲得したアクションに関する更新をファイルとして受け取りたい場合は、できます **アクションデータフィードを設定する** それらの通知を受け取るために。

#### データフィードとは何ですか？

**データフィード** 自動化された定期配信ファイルで、あなたが獲得したアクションに関する情報を報告できます。データフィードを設定していてトリガーイベントが発生した場合（提携ブランドがあなたの獲得したアクションを変更するなど）、impact.com はその情報を次に受け取るバッチファイルに追加します。

#### アクションデータフィードはどのように機能しますか？

アクションデータフィードは、"非標準"のアクションイベントに関する情報を含むファイルを、一定間隔（あなたが設定）で送信することで機能します。非標準イベントとは、契約上に確定した日付や期間がないイベントのことです。たとえば、アクションの *ロック日* は標準的、つまり予測可能なイベントです。 *アクションロック期間* は契約で定められています。アクションが *変更される*しかし、これは非標準イベントです。契約上に時間範囲や固定日付がないため、非標準（つまり予測不可能）となります。

以下は非標準のライフサイクルイベントの例です。これらは **〜になります** データフィードファイルに含まれます。

* あなたが獲得したアクションが impact.com で追跡される、または impact.com に報告される
* あなたが獲得したアクションが提携ブランドによって変更される
* あなたが獲得したアクションが提携ブランドによって取り消される

以下は標準的なアクションのライフサイクルイベントの例です。これらは **〜には含まれません** データフィードファイルに含まれます。

* あなたが獲得したアクションがロックされる（つまり、これ以上変更や取り消しができなくなる）
* あなたが獲得したアクションの報酬があなたのアカウントに支払われる

#### データフィードファイルを受け取る方法にはどのような選択肢がありますか？

データフィードファイルを取得する方法は3つあります。

* **FTP**：あなたのシステムが impact.com の FTP サーバーからファイルを取得します。このオプションを選択する場合、impact.com のサーバー URL（`ftp://data.impact.com`）と、サーバーにアクセスするための impact.com で生成されたユーザー名とパスワードが必要です。認証情報は、 *データフィード* セットアップ完了後の画面に表示されます。
* **パートナーFTP**：impact.com は、セットアップ時に指定したサーバー URL へ FTP でファイルを送信します。この方法でデータフィードファイルを受け取りたい場合は、次の情報を提供する必要があります。FTP サーバー URL、サーバー **ディレクトリ** と **ポート** および **ユーザー名** と **パスワード** を、impact.com がファイルを配信するために使用できるようにしてください。
* **メール**：impact.com は、セットアップ時に入力したメールアドレス宛てに添付ファイルとして送信します。そこから先は、必要に応じてデータを変換、アーカイブ、運用化、その他の方法で利用できます。

#### セキュリティはどうなっていますか？

ファイル転送時に利用できるセキュリティレベルは、選択する配信方法によって異なります。

* **FTP**：impact.com のサーバーからファイルを取得する場合、標準 FTP のみを利用できます。
* **パートナーFTP**：標準 FTP を使用するかどうかを選択できます。 [SFTP](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol)、または [FTPS](https://en.wikipedia.org/wiki/FTPS) のいずれかを、セットアップ時にサーバーURLを追加する際に選択できます。
* **メール**：お使いのメールクライアントで使用されているセキュリティ対策がそのまま適用されます。


---

# 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/introduction-to-data-feeds-for-partners.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.
