> 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/zh/what-would-you-like-to-learn-about/technical-integration-guides/shopify-plugin-consent-management-explained.md).

# Shopify 插件同意管理说明

impact.com的 [Shopify 插件](https://integrations.impact.com/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-shopify) 在跟踪和客户同意处理方式方面进行了一些幕后改进。此更新可帮助你持续符合不断变化的隐私标准，提升合作伙伴的转化归因，并弥补奖励跟踪中的现有缺口。

要开始受益于这些增强功能，你只需在 Shopify 设置中快速更新即可。请参见下方的 [*采取行动*](#take-action) 下方部分。

{% hint style="warning" %}
**重要：** 如果你不按建议更新设置，若客户在结账前没有重新加载页面，可能会偶尔出现跟踪中断。
{% endhint %}

{% hint style="info" %}
**注意：** 如果你正在使用 impact.com 的 Shopify 插件，请不要启用 Consent Mode，因为两者目前尚不兼容。
{% endhint %}

## 有什么新变化

转化跟踪现在仅在满足以下条件之一时发生：

* 客户通过接受你网站上的隐私/Cookie 弹窗而同意被跟踪。
* 客户在打开来自某个 [返现或忠诚度](/brand/zh/what-would-you-like-to-learn-about/partnership-strategies/working-with-partners/an-impactcom-guide-to-partner-types.md) 合作伙伴网站上的链接后访问了你的 Shopify 商店。

换句话说，如果客户访问你的 Shopify 商店并同意被跟踪，他们进行的任何购买或转化都会按预期被跟踪。如果客户拒绝或跳过同意，跟踪将暂停。

此暂停的例外情况是客户由你的某个返现或忠诚度合作伙伴推荐而来，因为在这种情况下，客户通过参与推荐已默认同意被跟踪。为确保在此场景下跟踪继续， `im_rewards=1` 当客户由你的返现或忠诚度合作伙伴推荐时，参数必须包含在你的落地页 URL 中。请联系你的 CSM 或 [支持](https://app.impact.com/support/portal.ihtml) 以帮助你正确设置，或参见 [使用 Shopify 跟踪返现和忠诚度流量](/brand/zh/what-would-you-like-to-learn-about/technical-integration-guides/track-cashback-and-loyalty-traffic-with-shopify.md) 以了解更多信息。

## 这如何使你受益

* **更好的隐私合规性** — 持续符合不断演进的隐私标准，并尊重客户同意。
* **可靠的奖励跟踪** — 来自你的忠诚度/返现合作伙伴的转化始终会被捕获。
* **丢失转化的可见性** — 在 impact.com 报告中查看客户拒绝同意所产生的影响。
* **快速启用** — 无需将你的 Shopify 商店与 impact.com 重新集成，只需按照 [下方步骤操作即可](#take-action).


---

# 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/zh/what-would-you-like-to-learn-about/technical-integration-guides/shopify-plugin-consent-management-explained.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.
