> 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/configure-a-data-download-connection.md).

# 配置数据下载连接

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

Connector 向导可让您设置到其他平台的连接，从而使 impact.com 能自动批量处理数据，并将增强后的数据交付到您的系统。

#### 创建一个出站连接

1. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在左侧栏中，在 *技术*，选择 **连接**.
3. 选择 **创建连接** 在右上角访问 Connector 向导。
   * 连接创建后无法删除。

<details>

<summary>Connector 术语</summary>

| 术语   | 说明                                                                                      |
| ---- | --------------------------------------------------------------------------------------- |
| 连接名称 | 提供一个能描述该连接的名称。（例如，下载汇总绩效数据。）                                                            |
| 方向   | 此连接支持的数据方向：传入表示数据流入 impact.com，传出表示数据从 impact.com 流向另一个平台。                              |
| 数据类型 | 此连接处理的数据类型（例如，转化数据、操作修改等）。                                                              |
| 方式   | 此连接使用的传输方式（例如，FTP、SFTP 或电子邮件）。                                                          |
| 传输模式 | 传输模式。传入连接支持“推送至 impact.com”和“从第三方拉取”。传出连接支持“从 impact.com 拉取”。                           |
| 连接详情 | <p>所需的连接详情取决于所选择的方向、方法和传输模式的组合。</p><p>在某些情况下，您需要提供详细信息；在其他情况下，impact.com 将提供这些详细信息。</p> |

{% hint style="info" %}
**注意：** 了解更多有关如何 [向 impact.com 提供数据](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/create-a-data-upload-connection.md).
{% endhint %}

</details>

#### 从 impact.com 接收数据

{% stepper %}
{% step %}

#### **第 1 步：方向**

1. 输入连接名称并选择 *方向* 数据的方向。
2. 选择 ![](/files/ab9a3d8dd653502900038f5f352bd3f23c771f2c) **\[单选按钮]** 以 **从 impact.com 接收数据**.
3. 选择 **下一步** 以继续。

<div data-with-frame="true"><figure><img src="/files/861b8418a58c89f2e7b616ab3d5659e96f6c6ff1" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### **第 2 步：类型**

1. 选择该连接将支持的数据类型： **绩效奖金明细** 或 **报表**.
2. 选择 **下一步** 以继续。

<figure><img src="/files/4fa37bb7e0648b4d36be859160f49cff84e904c8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **第 3 步：方法**

1. 该 *方式* 将为您选择： **SFTP**。如有需要，您可以更改此项。
2. 该 *传输模式* 将为您选择： **从 impact.com 拉取**.
3. 选择 **下一步** 以继续。

<div data-with-frame="true"><figure><img src="/files/666d68075daf0159b7bf2a9c3dbde80543d046eb" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### **第 4 步：凭据**

1. 请选择 **现有凭据** ，从下拉菜单中 **编辑现有凭据** 或 **创建新凭据**.
   * 如果您正在创建新凭据，请输入一个能描述其使用场景的凭据名称。例如， *下载汇总绩效数据*，然后选择以下任一项 **公钥 → 创建** 或 **密码 → 创建**.
   * 如果您选择 **密码**，这些值将自动填充。请务必 **复制** 这些值。
2. 选择 **下一步** 以继续。

<div data-with-frame="true"><figure><img src="/files/13ccda5d97bea29716e43d95d5874eee4e7efbf7" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### **第 5 步：审核**

1. 最后，审核配置，然后选择 **创建** 以创建连接。
   {% endstep %}
   {% endstepper %}


---

# 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/configure-a-data-download-connection.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.
