> 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/zh/nin-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/link-parameters/implement-tracking-for-rewards-programs.md).

# 为奖励计划实施跟踪

在某些地区，隐私法禁止使用跟踪 cookie，除非用户已提供同意。这意味着，除非用户同意被跟踪，否则无法跟踪用户与您的内容的互动并将其归因于您。不过，在某些情况下，可以认为用户已默示同意跟踪。

不需要同意的 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/zh/nin-xiang-liao-jie-shen-me/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.
