# 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`       | 一意の注文識別子。                                                                                                                                                |
| `金額`            | 注文合計金額。                                                                                                                                                  |
| `EventTypeId`   | 5 桁のイベントタイプ ID。                                                                                                                                          |
| `CampaignId`    | <p>イベントタイプが最初に作成されたプログラムの 5 桁の ID。</p><ul><li>イベントタイプが Performance プログラムで作成された場合は、Performance プログラム ID を使用します。イベントは引き続き Advocate プログラムに送信されます。</li></ul> |
| {% endstep %}   |                                                                                                                                                          |

{% step %}

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

1. 右上で、 ![](/files/2c38195ecc23a36266a65082c4bfc52f44a43503) **\[ユーザープロフィール] → 設定**.
2. 下の *トラッキング* セクションで、 [**イベントタイプ**](https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml).
3. イベントタイプにカーソルを合わせ、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[詳細] → 表示 / 編集**.
4. 次を選択します **返金処理**.
5. 次を選択します ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **Automate Returns Processing (advanced).**
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: 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:

```
GET https://help.impact.com/brand/ja/nitsuitebitaidesuka/advocate-program/best-practices-for-referral-programs/adobokeitokeniwodekonbtosuru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
