# 为奖励计划实施跟踪

在某些地区，隐私法律禁止在用户未提供同意的情况下使用跟踪 Cookie。这意味着除非用户同意被跟踪，否则无法跟踪用户与您内容的互动并将其归因于您。然而，在某些情况下，用户可被视为已暗示同意被跟踪。

无需获得同意的 Cookie 是指被视为“对提供用户所请求的服务绝对必要”的 Cookie，例如在在线购物门户上记录用户购买情况的购物车，或用于跟踪奖励计划购买的 Cookie。

#### 为奖励计划实施跟踪

本文说明了在符合资格的促销模型下，如何使用 `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: 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/link-parameters/implement-tracking-for-rewards-programs.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.
