> 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/set-up-an-action-event-data-feed-as-a-partner.md).

# 作为合作伙伴设置操作事件数据源

#### 设置操作数据馈送

1. 在顶部导航栏中，选择 ![](/files/d599d976891a5c0517520cf3405bba1bb9d7163f) **\[用户资料] → 设置**.
2. 在 *技术*，选择 [数据馈送](https://app.impact.com/secure/mediapartner/accountSettings/view-edit-daily-feeds-flow.ihtml).
3. 旁边 *每日操作数据馈送*，选择 ![](/files/d59c950ae7350cc6ff1aa164366b45ab2a9e0d2c) **\[编辑]**.
4. 打开 ![](/files/5dbf21c4329d43c5852327d551195b0d5508a882) **\[切换]** **启用数据馈送**.
5. 设置 **频率** 以生成 FTP 文件的频率。
   * 每个文件只会包含自上次生成数据馈送文件以来发生的事件。例如，如果您决定将频率设置为 **每小时**，则只会包含最近一小时内发生的事件。

<details>

<summary>频率选项</summary>

请参阅下表，了解每个选项何时生成文件。所有时间均为 UTC 格式。

| 频率选项   | 生成时间                      |
| ------ | ------------------------- |
| 每小时    | 每天，自上次运行时间以来每小时一次。        |
| 每 2 小时 | 每天，自上次运行时间以来每 2 小时一次。     |
| 每 4 小时 | 每天，自上次运行时间以来每 4 小时一次。     |
| 每 8 小时 | 每天，自上次运行时间以来每 8 小时一次。     |
| 每天两次   | 每天 06:00:00Z 和 18:00:00Z。 |
| 每天     | 每天 02:00:00Z。             |
| 每月     | 每月第一天 03:00:00Z。          |

</details>

6. 选择 **数据格式**。您可以选择以下选项：
   * XML：人类和机器均可读取 [标记文本](https://en.wikipedia.org/wiki/XML)
   * TAB：纯文本，制表符分隔值
   * PIPE：纯文本，竖线（ | ）分隔值
   * CSV：纯文本，逗号分隔值
7. 选择文件的 **传送方式**.
   * FTP：从 impact.com 的 FTP 服务器拉取操作馈送数据。
   * 合作伙伴 FTP：将操作馈送数据发送到您的服务器 — 请输入必要的服务器详细信息。
   * Email：用于接收操作数据更新的电子邮件地址。
8. 选择 **保存**.

   <div data-with-frame="true"><figure><img src="/files/b1eddb75ddbddbe52bb49f4069cfe2882dac7f42" alt="" width="351"><figcaption></figcaption></figure></div>

#### 数据馈送字段

请参阅下方链接的电子表格，了解数据馈送文件字段的详细信息。数据馈送文件始终会包含所有标记为 `始终在文件中显示`。标记为 `有新数据时显示` 如果某个条目没有新数据，这些字段就不会出现在文件中。

* 请参阅 [impact.com 操作数据馈送文件数据字段电子表格](https://docs.google.com/spreadsheets/d/1I2VPpe38vFq26Vv-gm_Aqg4mVJv4APJsL9mBSzCXZeU/edit#gid=0) 以了解所有字段的详细信息。


---

# 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/set-up-an-action-event-data-feed-as-a-partner.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.
