> 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/marketing-content/promotional-ads-feed-faqs.md).

# プロモーション広告フィード FAQ

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

* **データフィード** は、自動化された定期ファイルで、ホストする権限のある新規または更新されたアセットに関する情報を報告できます。データフィードを設定しており、トリガーイベント（つまり、提携ブランドがアセットをアップロードまたは更新すること）が発生すると、impact.com はその情報を次に受け取るバッチファイルに追加します。

#### アセット更新データフィードはどのように機能しますか？

* アセット更新データフィードは、ホスト可能な新規および新たに更新された変更済みアセットに関する情報を含むファイルを、定期的な間隔（あなたが設定）で送信することで機能します。たとえば、提携ブランドによって最近変更されたアセットはデータフィードに含まれますが、データフィードファイルが前回生成されてから変更されていないアセットは含まれません。

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

データフィードファイルを受け取る方法は2通りあります。

* **パートナーFTP**：impact.com は、セットアップ時に入力したサーバーURLへFTP経由でファイルを送信します。データフィードファイルを受け取るには、以下の情報を提供する必要があります。FTPサーバー **ディレクトリ** と **ポート** および **ユーザー名** と **パスワード** を、impact.com がファイルを配信するために使用できるようにしてください。
* **メール**：impact.com は、セットアップ時に入力したメールアドレス宛てに添付ファイルとして送信します。そこから先は、必要に応じてデータを変換、アーカイブ、運用化、その他の方法で利用できます。

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

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

* **パートナー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/marketing-content/promotional-ads-feed-faqs.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.
