> 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/getting-started-with-advocate/data-requirements-for-advocate-users.md).

# Advocateユーザーのデータ要件

Advocate がデータを収集する方法は独特です。なぜなら、Advocate には Creator や Performance のようなパートナーマーケットプレイスがなく、impact.com はあなたの Advocate プログラムに登録しているエンドユーザーと直接の関係を持たないからです。現金支払いは例外で、ユーザーは報酬の支払いを円滑にするために、自分の銀行情報と税務情報を impact.com に提供します。

<div data-with-frame="true"><figure><img src="/files/27810157e3333317d1da1a21965f519937c5cac0" alt=""><figcaption></figcaption></figure></div>

#### 直接データ

直接データは、通常はエンドユーザーが入力するか、直接提供されるなど、情報源からそのまま取得されます。

一意の ID をユーザーに使用する場合、直接のユーザーデータがなくてもプログラムを実行できます。ID のみでプログラムを実行するということは、 *できません* 以下の Advocate 機能を使用することが:

* メールを送信する
* Tango Card 連携を通じてギフトカードの報酬を送信する
* 不正管理

Advocate にユーザーデータを送信する際、次のユーザーデータ項目を含めることができます。

<details>

<summary>直接的なユーザーデータ項目</summary>

* ユーザー ID（必須）
  * ユーザーのメールアドレスを、次の形式で保存することをおすすめします。 `SHA1` ハッシュ。
* アカウント ID（必須）
  * ユーザーのメールアドレスを、次の形式で保存することをおすすめします。 `SHA1` ハッシュ。
* 名（任意）
* 姓（任意）
* メールアドレス（ユーザーにメールを送信したい場合は必須、それ以外は任意）
* ユーザーのロケール（任意）
* ユーザーの国（任意）
* dateUsTaxFormSubmitted（任意）
* Cookie（任意）
  * Advocate プログラムの Cookie: `Base64URL` でエンコードされたオブジェクト。共有リンク、Cookie の有効期限、紹介者の一意の紹介コードが含まれます。
* セグメント（任意）
* カスタムフィールド（任意）
  * ユーザーに関する追加データを保存するために使用できる自由形式のフィールド。例: 住所、サブスクリプションの階層、電話番号など。
* ユーザー作成日（Advocate 内）（任意）
* ユーザー最終更新日（Advocate 内）（任意）

</details>

#### 取引データと支払いデータ

* **現金報酬:** 現金支払いシステムを使用している場合、Advocate は支払いプロセスの一環として、ユーザーが提供した銀行情報と税務情報も impact.com に直接取得・保存します。ユーザーは、支払いに関連する利用規約にも同意する必要があります。もし *しない* 現金支払いシステムを使用しない場合、たとえば代わりにギフトカードや割引コードを報酬として付与する場合、エンドユーザーは impact.com と関係を持ちません。
* **Tango Card 報酬連携:** ギフトカードの報酬に Tango Card 連携を使用している場合、報酬の提供を円滑にするために、ユーザーの名、姓、メールアドレスが Tango Card に渡されます。

#### 間接データ

エンドユーザーは間接データを直接入力しません。代わりに、より深い洞察を得るために他のソースから収集されます。

以下のデータ項目はユーザーについて追跡・保存されますが、個人を特定できる情報（PII）ではありません。

<details>

<summary>間接的なユーザーデータ項目</summary>

* ウィジェットの読み込み
* トラフィック（ユーザーの共有リンクが生成した紹介トラフィックの量）
* ユーザーが獲得した報酬
* IP アドレス（実装に JavaScript を使用している場合）
  * ユーザーの IP アドレスは、ウィジェットを読み込んだとき、または紹介ユーザーになったときに、プラットフォームによって取得・保存されます。

</details>

#### ユーザーデータの使用

ユーザーデータは次のように使用できます:

* **ユーザー識別:** ユーザー ID とアカウント ID は、ユーザーの識別に使用されます。
* **個別化されたコンテンツ:** エンドユーザーに紹介に関するメールを送信し、ウィジェットやメール内で個別化されたコンテンツ（例:「友人の Bob がちょうど購入を完了しました。報酬がまもなく届きます！」）を提供できるよう、ユーザーの名、姓、メールアドレスを提供できます。
* **不正検知:** ユーザーの氏名、メールアドレス、IP アドレスは、不正の可能性がある紹介を検出するために、当社の不正管理ツールで使用されます。
* **国際化:** ユーザーの国とロケールは国際化のために使用されます。
* **支払いと税務登録:** エンドユーザーは次のために銀行情報と税務情報を提供します:
  * 報酬の支払いを受け取るため。
  * 米国の W-9 税務フォームが提出されたことを示すため。


---

# 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/getting-started-with-advocate/data-requirements-for-advocate-users.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.
