> 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/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/link-parameters/implement-tracking-for-rewards-programs.md).

# リワードプログラムのトラッキングを実装する

一部の地域では、ユーザーが同意を提供していない限り、プライバシー法によりトラッキングCookieの使用が禁止されています。つまり、ユーザーがトラッキングされることに同意しない限り、ユーザーのコンテンツとのやり取りを追跡してあなたに帰属させることはできません。ただし、ユーザーが暗黙的にトラッキングに同意したとみなされる状況もいくつかあります。

同意を必要としないCookieとは、「ユーザーが要求したサービスの提供に厳密に必要」と見なされるものです。たとえば、オンラインショッピングポータルでユーザーの購入を追跡するショッピングカートや、リワードプログラムの購入を追跡するCookieなどです。

#### リワードプログラムのトラッキングを実装する

{% hint style="success" %}
この機能は、特定の impact.com エディションまたはアドオンでのみ利用できます。 [お問い合わせ](https://app.impact.com/support/portal.ihtml?createTicket=true) アカウントをアップグレードしてアクセス権を取得してください！
{% endhint %}

この記事では、適格なプロモーションモデルを用いて、プライバシーに準拠したトラッキングを実装する方法を、次の `im_rewards` トラッキングパラメータ。このパラメータを使用することで、ユーザーのやり取りが正しく追跡され、ロイヤルティおよびリワードプログラムに適切に帰属されるようにできます。これにより、次のことが保証されます:

* ユーザーは、期待どおりの報酬を一貫して受け取れます。
* あなたが促進したコンバージョンについて、クレジットが付与され、報酬が支払われます。
* ブランドは、あなたが提供する価値をより正確に把握できます。

{% hint style="info" %}
**注：** 次の `im_rewards` パラメータは、あなたと関連ブランドの双方に採用要件があるため、すべてのリンクにすぐには影響しない場合があります。提携ブランドのより多くがこの機能を採用した際に、増加したアトリビューションを獲得できるよう、今すぐ実装してください。
{% endhint %}

#### 主な考慮事項

* この `im_rewards` このパラメータは、ユーザーからの明示的な同意を必要としないキャッシュバック、ロイヤルティ、またはリワードプログラムを示します。
* このパラメータは、すべてのトラッキングリンクに一律で使用すべきではなく、ユーザーがキャッシュバック、ロイヤルティ、またはリワードプログラムに参加している場合にのみ使用してください。
* トラッキングの実践について透明性を保ち、次の規制に準拠していることを確認する必要があります： [GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) およびその他の関連するプライバシー規制。これには、リワードおよびロイヤルティプログラムのためのトラッキング機構の使用を明確にすることが含まれます。

#### 次の `im_rewards` パラメータ

{% hint style="warning" %}
**重要:** このパラメータは現在、対象となるキャッシュバック、ロイヤルティ、またはリワードのパートナーにのみ利用可能です。
{% endhint %}

* 関連するリワードトラッキングリンクを次の `im_rewards` クエリ文字列パラメータ。次を含むトラッキングリンクの例： `im_rewards=1` は次のようになります:

  `https://www.examplebrand.com/c/123/345?im_rewards=1&subid1=1234567`


---

# 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/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/link-parameters/implement-tracking-for-rewards-programs.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.
