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

# 合作伙伴数据源简介

如果您希望通过 FTP 或电子邮件以文件形式接收有关您促成的行动的更新，您可以 **设置行动数据馈送** 来接收这些通知。

#### 什么是数据馈送？

**数据馈送** 是自动生成的定时文件，可报告您促成的行动相关信息。如果您已设置数据馈送，并且发生触发事件（例如您合作的品牌修改了您促成的某个行动），impact.com 会将该信息添加到您收到的下一批文件中。

#### 行动数据馈送如何运作？

行动数据馈送的工作方式是按您设定的固定间隔向您发送文件，其中包含有关“非标准”行动事件的信息。非标准事件是指在您的合同中没有既定日期或时间段的事件。例如，某个行动的 *锁定日期* 是标准的，或可预测的，因为 *操作锁定期* 在您的合同中已有说明。某个操作被 *修改*，不过，是非标准事件，因为您的合同中并未为该事件规定时间范围或固定日期，因此它属于非标准（或不可预测）事件。

以下是一些非标准生命周期事件示例。这些 **将** 会包含在您的数据馈送文件中。

* 您促成的行动被追踪或报告至 impact.com
* 您促成的行动被合作品牌修改
* 您促成的行动被合作品牌撤销

以下是一些标准行动生命周期事件示例。这些 **不会** 会包含在您的数据馈送文件中。

* 您促成的行动已锁定（即不再可被修改或撤销）
* 您促成的行动款项已支付到您的账户

#### 获取数据馈送文件有哪些选项？

您可以通过 3 种方式获取您的数据馈送文件。

* **FTP**：您的系统将从 impact.com 的 FTP 服务器检索该文件。如果您选择此选项，您需要 impact.com 的服务器 URL（`ftp://data.impact.com`）以及由 impact.com 生成的用户名和密码来访问您的服务器。您的凭据将会提供给您，在 *数据馈送* 您完成设置后的屏幕上。
* **合作伙伴 FTP**：impact.com 将通过 FTP 将文件发送到您在设置过程中提供的服务器 URL。如果您希望通过这种方式接收数据馈送文件，您需要提供以下信息：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/zh/ni-xiang-liao-jie-shen-me/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.
