> 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/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/data-connections-overview.md).

# 数据连接概览

*连接器* 是一种用于 impact.com 与品牌、合作伙伴或其他方之间所有批量数据文件传输的系统。每个连接（一个独立的连接器）都有某些属性，例如数据类型（点击、转化、产品目录等）、方向（入站或出站）、方法（SFTP、FTP、电子邮件）等。

#### 查看“连接”界面

1. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在左侧栏中，在 *技术*，选择 **连接**.
   * 该 *连接* 界面是您可以创建新连接的地方。它会显示现有连接、状态和操作。

<details>

<summary>列和筛选器</summary>

|                                                                |                                                                                                                                         |
| -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **项目**                                                         | 选择您要查看或编辑其连接的具体项目。                                                                                                                      |
| **类型**                                                         | 指的是此连接处理的数据类型（例如，转化数据、操作修改等）                                                                                                            |
| **方向**                                                         | 指的是此连接支持的数据方向： *入站* 是指流入 impact.com 的数据， *出站* 是指从 impact.com 发往另一个平台的数据。                                                                |
| **方式**                                                         | 指的是此连接使用的传输方式： *FTP、SFTP 或电子邮件* 当前支持。                                                                                                   |
| **加密**                                                         | 显示加密密钥对（如有）。加密仅适用于入站连接（上传到 impact.com），不适用于出站连接（从 impact.com 下载）。                                                                       |
| **状态 / 上次处理状态**                                                | <p>指的是此连接的最新状态：</p><p>• 无</p><p>• 进行中 — 通过此连接的数据传输当前正在进行。</p><p>• 已完成 — 通过此连接的数据传输最近已完成。</p><p>• 失败 — 通过此连接的数据传输最近失败；请查看连接历史记录了解详情。</p> |
| **名称**                                                         | 现有连接的名称。                                                                                                                                |
| **最近活动**                                                       | 指的是此连接状态最后一次更新的时间。                                                                                                                      |
| ![](/files/a59f63967c63e9100ed85b93d9f0eb2eda4b9e50) **\[更多]** | 将鼠标悬停在某个连接上以查看此选项。在这里，您可以查看可对该连接执行的操作： *编辑* 或 *查看历史记录* 以查看此连接的状态历史记录。                                                                   |

</details>

#### 了解更多

* [配置数据下载连接](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/configure-a-data-download-connection.md)
* [配置数据上传连接](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/create-a-data-upload-connection.md)
* [审核数据连接提交内容](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/review-data-connection-submissions.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/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/data-connections-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.
