> 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 は、ユーザーを識別するために使用されます。
* **カスタマイズされたコンテンツ:** ユーザーの名、姓、メールアドレスを提供していただくことで、当社のプラットフォームが紹介に関するメールをエンドユーザーに送信し、ウィジェットやメール内でパーソナライズされたコンテンツを提供できるようになります（例:「あなたの友人ボブが購入を完了しました。報酬がまもなく届きます！」）
* **不正検知:** ユーザーの氏名、メールアドレス、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.
