> 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/platform-features/finance/partner-funds-transfer/bulk-upload-partner-funds-transfers.md).

# 批量上传合作伙伴资金转账

<a href="https://pxa.impact.com/student/activity/1117596?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=con-350&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

你可以生成多个 [合作伙伴资金转账](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md) （PFT）可一次性通过上传文件完成，方式可以是通过 impact.com 平台或通过 FTP。

## 通过 impact.com 平台批量上传

提交 CSV、.XLS 和 .XLSX 格式的批量上传文件。批量上传的处理时间会因文件大小而异，可能需要几分钟到一天不等。文件最大大小为 10MB。请按照以下内容设置你的批量上传文件： [批量合作伙伴资金转账文件格式](https://docs.google.com/spreadsheets/d/1AtfUGCBKDrdkEFN5DzQsLz0T6V3ykyebSHkbI0KL8Ys/edit?usp=sharing).

1. 从顶部导航栏中，选择 **你的余额** → **转账**.
2. 在右上角，选择 [**批量上传转账**](https://app.impact.com/secure/advertiser/finance/fr/partner-funds-transfer.ihtml).
3. 在……旁边 *上传 Excel/CSV 文件*，选择 **选择文件**.
   * 请按照以下内容设置你的批量上传文件： *批量合作伙伴资金转账文件格式参考* 如下。
4. 添加你的文件。
5. 选择 **提交**.

<details>

<summary>批量合作伙伴资金转账文件格式参考</summary>

| 列          | 类型  | 必填 | 描述                                                                                                                                                                                                                 | 有效值                                                                                        |
| ---------- | --- | -- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `转账类型`     | 枚举  | 是  | 要发送给合作伙伴的转账类型。                                                                                                                                                                                                     | <p><code>MAKE\_GOOD</code></p><p><code>BONUS</code></p><p><code>PAID\_PLACEMENT</code></p> |
| `活动ID`     | 整数  | 是  | 你希望为这笔付款引用的项目。                                                                                                                                                                                                     | 1000                                                                                       |
| `金额`       | 字符串 | 是  | 要发送给合作伙伴的金额。                                                                                                                                                                                                       | 123                                                                                        |
| `合作伙伴账户ID` | 整数  | 是  | 接收转账的合作伙伴。                                                                                                                                                                                                         | 98765                                                                                      |
| `跟踪器ID`    | 字符串 | 否  | 要为该付款引用的事件类型。                                                                                                                                                                                                      | 12345                                                                                      |
| `付款日期`     | 字符串 | 否  | 请输入你希望将该转账从你的账户扣款并记入收款方账户的日期。如果不填写，PFT 将立即支付。                                                                                                                                                                      | `YYYY-MM-DD`                                                                               |
| `备注`       | 字符串 | 否  | 如果你对此转账有备注，请将其填写在此列。                                                                                                                                                                                               | 最大长度：255 个字符。                                                                              |
| `发票月份`     | 字符串 | 否  | 此项应始终设置为 **当前**.                                                                                                                                                                                                   | `CURRENT`                                                                                  |
| `事件日期`     | 字符串 | 否  | 请输入应将该转账计入的日期。                                                                                                                                                                                                     | `YYYY-MM-DD`                                                                               |
| `货币`       | 枚举  | 是  | <p>请输入 <a href="https://www.iso.org/iso-4217-currency-codes.html">3 位 ISO 代码</a> ，用于指定你希望该转账使用的货币。</p><p>你只能使用你方或合作伙伴账户的货币发送转账。如果货币不匹配，可能会产生兑换费用。</p><p>如果你决定以你账户的货币发送转账，费用将由合作伙伴承担。如果你以合作伙伴账户的货币发送转账，费用将由你承担。</p> | `3 位 ISO 代码`                                                                               |
| `文本1`      | 字符串 | 否  | 请输入此转账的元数据字符串。                                                                                                                                                                                                     | 可输入任意值。                                                                                    |
| `文本2`      | 字符串 | 否  | 请输入此转账的元数据字符串。                                                                                                                                                                                                     | 可输入任意值。                                                                                    |
| `文本3`      | 字符串 | 否  | 请输入此转账的元数据字符串。                                                                                                                                                                                                     | 可输入任意值。                                                                                    |

{% hint style="info" %}
**示例：**

```programlisting
| `转账类型` | `活动ID` | `跟踪器ID` | `金额` | `合作伙伴账户ID`  | `付款日期` | `备注`       | `发票月份` | `事件日期`  | `货币` | `文本1` | `文本2` | `文本3` |
|----------------|--------------|-------------|----------|---------------------|---------------|------------------|----------------|--------------|------------|---------|---------|---------|
| `MAKE_GOOD`    | `1000`       | `12345`     | `250`    | `98765`             | `2021-10-30`  | `示例备注` | `CURRENT`      | `2021-08-30` | `USD`      |         |         |         |
| `BONUS`        | `1000`       | `12345`     | `1500`   | `12345`             | `2021-10-30`  | `示例备注` | `CURRENT`      | `2021-08-30` | `USD`      |         |         |         |
```

{% endhint %}

</details>

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

{% hint style="warning" %}
**批量上传结果**：你将收到一封包含批量上传结果的电子邮件，其中会说明哪些转账已成功设置、哪些未成功，以及失败转账的原因。如果在提交文件后 48 小时内你没有收到这封邮件，请联系你的 CSM（或 [联系支持](https://app.impact.com/support/portal.ihtml)).
{% endhint %}


---

# 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/platform-features/finance/partner-funds-transfer/bulk-upload-partner-funds-transfers.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.
