> 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>

<table><thead><tr><th>列</th><th width="110.9921875">类型</th><th width="108.59375">必填</th><th>描述</th><th>有效值</th></tr></thead><tbody><tr><td><code>TransferType</code></td><td>枚举</td><td>是</td><td>要发送给合作伙伴的转账类型。</td><td><p><code>MAKE_GOOD</code></p><p><code>BONUS</code></p><p><code>PAID_PLACEMENT</code></p></td></tr><tr><td><code>CampaignId</code></td><td>整数</td><td>是</td><td>你希望为此付款引用的项目。</td><td>1000</td></tr><tr><td><code>Amount</code></td><td>字符串</td><td>是</td><td>要发送给合作伙伴的金额。</td><td>123</td></tr><tr><td><code>PartnerAccountId</code></td><td>整数</td><td>是</td><td>接收转账的合作伙伴。</td><td>98765</td></tr><tr><td><code>TrackerId</code></td><td>字符串</td><td>否</td><td>要为此付款引用的事件类型。</td><td>12345</td></tr><tr><td><code>PaymentDate</code></td><td>字符串</td><td>否</td><td>输入你希望将该转账从你的账户扣款并记入转账接收方的日期。若不填写，PFT 将立即支付。</td><td><code>YYYY-MM-DD</code></td></tr><tr><td><code>Comments</code></td><td>字符串</td><td>否</td><td>如果你对这笔转账有备注，请在此列输入。</td><td>最长长度：255 个字符。</td></tr><tr><td><code>InvoiceMonth</code></td><td>字符串</td><td>否</td><td>选择应为该转账开具发票的月份。有效值为 <code>CURRENT</code> 或 <code>PAYMENT</code>。如果你选择 <code>CURRENT</code>，则发票月份将根据此文件上传的日期确定。如果你选择 <code>PAYMENT</code>，则发票月份将根据 <code>PaymentDate</code> 所提供的内容确定。</td><td><code>CURRENT</code> 或 <code>PAYMENT</code></td></tr><tr><td><code>EventDate</code></td><td>字符串</td><td>否</td><td>输入应报告该转账的日期。</td><td><code>YYYY-MM-DD</code></td></tr><tr><td><code>Currency</code></td><td>枚举</td><td>是</td><td><p>输入 <a href="https://www.iso.org/iso-4217-currency-codes.html">3 位 ISO 代码</a> 作为你希望此转账使用的货币。</p><p>你只能以你方或合作伙伴账户的货币发送转账。如果货币不匹配，可能会产生换汇费用。</p><p>如果你决定以你账户的货币发送转账，则费用由合作伙伴承担。如果你以合作伙伴账户的货币发送转账，则费用由你承担。</p></td><td><code>3 位 ISO 代码</code></td></tr><tr><td><code>Text1</code></td><td>字符串</td><td>否</td><td>为此转账输入一段元数据字符串。</td><td>可输入任意值。</td></tr><tr><td><code>Text2</code></td><td>字符串</td><td>否</td><td>为此转账输入一段元数据字符串。</td><td>可输入任意值。</td></tr><tr><td><code>Text3</code></td><td>字符串</td><td>否</td><td>为此转账输入一段元数据字符串。</td><td>可输入任意值。</td></tr></tbody></table>

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

```programlisting
| `TransferType` | `CampaignId` | `TrackerId` | `Amount` | `PartnerAccountId`  | `PaymentDate` | `Comments`       | `InvoiceMonth` | `EventDate`  | `Currency` | `Text1` | `Text2` | `Text3` |
|----------------|--------------|-------------|----------|---------------------|---------------|------------------|----------------|--------------|------------|---------|---------|---------|
| `MAKE_GOOD`    | `1000`       | `12345`     | `250`    | `98765`             | `2021-10-30`  | `示例备注` | `CURRENT`      | `2021-08-30` | `USD`      |         |         |         |
| `BONUS`        | `1000`       | `12345`     | `1500`   | `12345`             | `2021-10-30`  | `示例备注` | `PAYMENT`      | `2021-10-30` | `USD`      |         |         |         |
```

{% endhint %}

</details>

<div data-with-frame="true"><figure><img src="https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FbUAwOznv5cxzOxXIeW5G%2FScreenshot%202026-04-28%20at%2017.14.56.png?alt=media&amp;token=c7a98c7e-e552-4ee0-b764-3612303f3a75" 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.
