> 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、电子邮件）等。

连接器向导可让您设置与其他平台的连接，这样 impact.com 就能自动批量处理数据，并将丰富后的数据交付到您的系统。

#### 创建出站连接

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

<details>

<summary>连接器术语</summary>

| 术语   | 说明                                                                                    |
| ---- | ------------------------------------------------------------------------------------- |
| 连接名称 | 请提供一个描述该连接的名称。（例如：下载汇总绩效数据。）                                                          |
| 方向   | 此连接支持的数据方向：入站是指进入 impact.com 的数据，出站是指从 impact.com 发往另一个平台的数据。                         |
| 数据类型 | 此连接处理的数据类型（例如：转化数据、操作变更等）。                                                            |
| 方法   | 此连接使用的传输方法（例如：FTP、SFTP 或电子邮件）。                                                        |
| 方法   | 传输方法。入站连接支持“Push to Impact”和“Pull from 3rd Party”。出站连接支持“Pull from Impact”。           |
| 连接详情 | <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.
