> 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 商店并同意被跟踪，那么他们进行的任何购买或转化都会按预期被跟踪。如果客户拒绝或跳过同意，跟踪将暂停。

这种暂停的例外情况是，如果客户是由你的某个现金返利或忠诚度合作伙伴引荐而来，因为在这种情况下，从其参与推荐这一行为即可视为其已同意被跟踪。为确保在这种场景下跟踪继续进行， `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).

#### 立即行动

通过 5 个快速步骤更新设置，以降低偶尔出现跟踪中断的可能性：

1. [登录](https://www.shopify.com/login) 到你的 Shopify 账户。
2. 在左侧菜单栏中，选择 **在线商店 → 主题**.
3. 选择 **自定义** 你当前的主题。
4. 在主题编辑器的左侧菜单栏中，选择 **应用嵌入**.
   * 根据你的主题版本，这里可能显示为 **应用区块** 。
5. 找到你刚刚安装的 impact.com 插件，然后 ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[打开] 跟踪管理**.


---

# 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.
