> 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/ja/what-would-you-like-to-learn-about/advocate-program/best-practices-for-referral-programs/convert-referrals-in-bulk-for-advocate.md).

# Advocateの紹介を一括でコンバージョンに変換する

このガイドでは、Advocateプログラムへの紹介に対する一括コンバージョンを手動で送信する方法を説明します。

{% stepper %}
{% step %}

#### データを準備する

1. 以下で提供されている *ファイル* *テンプレートを使用してファイルを作成します。* 以下に提供されています。
2. 以下の *フィールド参照* を使用して、変換データをファイルに追加します。
3. ファイル内で新しい列として報告したい任意のパラメータを追加します。
4. ファイルは、識別しやすいタイトルと日付を付けて .CSV 形式で保存してください（例： `2020-01-01_ConversionData.csv`).

**ファイルテンプレート**

```
CampaignId,EventTypeId,CustomerEmail,CustomerId,OrderId,EventDate,Amount
XXXXX,XXXXX,bob@example.com,bob@example.com,12345-6,2026-02-17T18:43:39Z,188.29
XXXXX,XXXXX,friend@example.com,friend@example.com,12345-7,2026-02-17T18:43:39Z,215.53
```

**フィールド参照**

| `CustomerId`    | 紹介されたユーザーのメールアドレス。                                                                                                                            |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `CustomerEmail` | 紹介されたユーザーのメールアドレス。                                                                                                                            |
| `EventDate`     | 注文が発注された日付を ISO 8601 形式（推奨）で入力するか、 `NOW` を追加して現在の日付を使用します。                                                                                    |
| `OrderId`       | 一意の注文識別子。                                                                                                                                     |
| `Amount`        | 注文合計額。                                                                                                                                        |
| `EventTypeId`   | 5桁のイベントタイプID。                                                                                                                                 |
| `CampaignId`    | <p>イベントタイプが最初に作成されたプログラムの5桁のID。</p><ul><li>イベントタイプがPerformanceプログラムで作成された場合は、PerformanceプログラムIDを使用します。イベントは引き続きAdvocateプログラムに送られます。</li></ul> |
| {% endstep %}   |                                                                                                                                               |

{% step %}

#### データファイルをメールで送信する

1. 右上で ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → \[設定]**.
2. 以下の *トラッキング* セクションで、選択します [**イベントタイプ**](https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml).
3. イベントタイプにカーソルを合わせ、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他] → 表示 / 編集**.
4. 選択 **返品処理**.
5. 選択 ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **返品処理を自動化（詳細設定）。**
6. 次に ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **システムSMTPサーバーにファイルをメール送信** を選択し、あなた専用のメールアドレスをコピーします。
7. 任意のメールクライアントを使用して、イベントデータファイルを添付ファイルとして専用アドレス宛てにメールを送信します。
   * 「 `宛先:` 」欄には一意のメールアドレスのみを入力してください。別の相手にもこのファイルを送信する必要がある場合は、 `CC:` 欄に追加してください。
   * 件名欄と本文は空欄のままでかまいません。

<div data-with-frame="true"><figure><img src="/files/f22c71416f4d588f27616a8b990e5f4bde3805e8" alt=""><figcaption></figcaption></figure></div>
{% 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/ja/what-would-you-like-to-learn-about/advocate-program/best-practices-for-referral-programs/convert-referrals-in-bulk-for-advocate.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.
