> 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/zh/ni-xiang-liao-jie-shen-me/platform-features/action-management/data-feeds/ftp-for-data-feeds-overview.md).

# FTP（用于数据馈送）概览

impact.com 的 FTP（File Transfer Protocol）服务器可用于接收或检索有关 [你推动的行动的更新](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/action-management/data-feeds/introduction-to-data-feeds-for-partners.md)，新的和已更新的合作品牌 [品牌广告供你使用](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/applying-to-brands/find-and-apply-to-brands.md)，以及合作品牌的变更 [产品目录](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/marketing-content/product-marketplace-and-catalogs/set-product-catalog-feed-preferences-as-a-partner.md)。所有这些都将以称为数据馈送的文件形式提供。

#### 访问数据馈送

在检索访问存放你文件的 impact.com FTP 服务器所需的凭据之前，你需要先设置一个数据馈送。为此，请前往 *数据馈送* 屏幕中的功能：

在检索访问存放你文件的 impact.com FTP 服务器所需的凭据之前，你需要先设置一个数据馈送。为此，请前往 *数据馈送* 屏幕中的功能：

1. 在顶部导航栏中，选择 ![](/files/d599d976891a5c0517520cf3405bba1bb9d7163f) **\[用户资料] → 设置**.
2. 在 *技术*，在左侧，选择 **数据馈送**.
3. 设置你想要的相关数据馈送。
   * 设置 [行动馈送](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/action-management/data-feeds/set-up-an-action-event-data-feed-as-a-partner.md).
   * 设置 [推广广告馈送](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/marketing-content/set-up-a-promotional-ads-feed-as-a-partner.md).
   * 设置 [产品目录馈送文件格式](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/marketing-content/product-marketplace-and-catalogs/set-product-catalog-feed-preferences-as-a-partner.md)。产品目录馈送为 [手动检索](/partner/zh/ni-xiang-liao-jie-shen-me/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/zh/ni-xiang-liao-jie-shen-me/platform-features/action-management/data-feeds/set-up-an-action-event-data-feed-as-a-partner.md)
* [设置推广广告馈送](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/marketing-content/set-up-a-promotional-ads-feed-as-a-partner.md)
* [通过 FTP 检索产品目录](/partner/zh/ni-xiang-liao-jie-shen-me/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/zh/ni-xiang-liao-jie-shen-me/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.
