> 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/ja/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/ja/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/ja/what-would-you-like-to-learn-about/technical-integration-guides/track-cashback-and-loyalty-traffic-with-shopify.md) をご覧ください。

## お客様にとってのメリット

* **より優れたプライバシー準拠** — 常に変化するプライバシー基準に準拠し、お客様の同意を尊重します。
* **信頼できる報酬トラッキング** — ロイヤルティ／キャッシュバックパートナーからのコンバージョンは常に取得されます。
* **失われたコンバージョンの可視化** — impact.com のレポートで、お客様が同意を拒否した影響を確認できます。
* **簡単に有効化可能** — impact.com との Shopify ストアの再連携は不要です。 [以下の手順に従うだけです](#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/ja/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.
