> 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/ja/nitsuitebitaidesuka/platform-features/tracking/google-ads-to-impactcom-css-ptontorakkingu.md).

# Google Ads と impact.com - CSS パートナートラッキング

impact.com を使うと、Google Ads で広告を出している Comparison Shopping Service（CSS）パートナーは、URL にパラメータを追加するだけで、既存のカタログのランディングページを追跡可能な遷移先に変えられます。つまり、CSS パートナーは事前に作成されたトラッキングリンクに限定されず、商品ページに直接リンクしながら、自分用の追跡可能なクリックを生成できます。

## パートナー設定

### 前提条件

ブランドに、以下を有効にしていることを確認してください: [Comparison Shopping Service（CSS）パートナートラッキング](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/accept-clicks-on-landing-pages.md) 機能。

{% stepper %}
{% step %}

### トラッキング要件

以下を追加します: `irmp` パラメータに impact.com のパートナー ID を、さらに `irad` パラメータに対応する広告 ID（通常はカタログ ID）を、目的の商品ページに追加してください。これは通常、使用しているカタログに記載されています。

impact.com のトラッキングリンクは使用しないでください。代わりに、必要な `irmp` と `irad` トラッキングパラメータを追加して、商品ページへ直接リンクしてください。ページ上の impact.com タグがこれらのパラメータを検出すると、クリックを生成します。

**例:**

```
https://www.brand.com/product-page?irmp=12345678&irad=54321
```

{% endstep %}

{% step %}

### ブランド要件

ランディングページに追加の分析パラメータを付与する必要があるかどうか、ブランドに確認してください。

**例:**

```
https://www.brand.com/product-page?irmp=12345678&irad=54321&utm_medium=css
```

{% endstep %}

{% step %}

### 追加パラメータ

追加できます: `subId1`, `subId2`, `subId3`、および `sharedid` 必要に応じて、これらのパラメータを商品ページに追加してください。

**例:**

```
https://www.brand.com/product-page?irmp=12345678&irad=54321&utm_source=css&subId1=ABC&subId2=DEF&subId3=XYZ&sharedid=123456
```

商品ランディングページに追加できる追加パラメータは、こちらで確認できます: [直接トラッキングパラメータ](/other/ja/reference-documentation/direct-tracking-parameters.md).
{% endstep %}
{% endstepper %}

### 不要なもの

* ブランドサイトに直接リンクするため、第三者のリダイレクトを経由しないので、セットアップ時にドメイン認証は不要です。
* その `force_deeplink=1` パラメータも不要です。これはリダイレクトベースのトラッキングリンクにのみ適用されるためです。
* その `u=` パラメータも不要です。ゲートウェイを完全にバイパスするためです。

## トラブルシューティング

| 症状                                                   | 考えられる原因                                                                    | 対処方法                                                                                                                                                                                                                                 |
| ---------------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| クリック数が横ばいになっています。                                    | ブランド側で UTT または PLA トラッキングが実装されていない、または CSS Partner Tracking 機能が有効になっていません。 | ランディングページのトラッキング実装が有効で、すべてのランディングページで発火していることをブランドに確認し、さらに [CSS Partner Tracking](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/accept-clicks-on-landing-pages.md) 機能が有効になっていることを確認してください。 |
| パラメータは Tracking Template に表示されるが、ランディングページには表示されません。 | Google Ads のフィールドが間違っています。                                                 | パラメータを Tracking Template から Final URL Suffix に移してください。                                                                                                                                                                               |
| 一部のブランドではアトリビューションが機能するが、他では機能しません。                  | ブランドが www→non-www のリダイレクトを使用しており、クエリパラメータが削除されている可能性があります。                 | リダイレクトをまたいでも URL パラメータが保持されることをブランドに確認してもらってください。                                                                                                                                                                                    |
| レポートに sub ID が表示されません。                               | SubId パラメータがランディングページ URL にありません。                                          | 確認してください `subId1`, `subId2`, `subId3` が Tracking Template だけでなく Final URL Suffix に含まれていることを。                                                                                                                                         |
| コンバージョンは記録されるが、誤ったパートナーに割り当てられています。                  | 複数のパートナーが同じ、または誤った `irmp` 値を使用しています。                                       | 各パートナーは固有の [impact.com](http://impact.com/) パートナー ID を使用する必要があります。                                                                                                                                                                   |

## FAQ

<details>

<summary>これは Shopify ストアでも使えますか？</summary>

はい。Shopify のプラグイン統合は、サーバー側の web pixel を介して Page Load API を使用しており、 `irmp` パラメータ検出と完全に互換性があります。

</details>

<details>

<summary>既存のリダイレクトトラッキングリンクをこれと併用できますか？</summary>

Google Ads では両方のトラッキング方式を併用しないでください。直接トラッキングのみを使用します。Google Ads では直接リンクを使用し、Google Ads 以外では従来のトラッキングリンクを使用してください。

</details>

<details>

<summary>ブランド側には私のパートナーデータが見えますか／私には他のパートナーのデータが見えますか？</summary>

いいえ。各 Direct Traffic Tracking ルールはパートナーごとに分離されています。あなたの `irmp` 値は、あなたのアカウントに対するアトリビューションのみを発火させます。

</details>

<details>

<summary>ブランドに UTT または PLA がない場合は？</summary>

この方法にはランディングページタグが必要です。ブランドがサーバーサイドの click ID やプロモコードのみを使用している場合、 `irmp` この方法は機能しません。まずブランド側で UTT または PLA を実装する必要があります。

</details>


---

# 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/ja/nitsuitebitaidesuka/platform-features/tracking/google-ads-to-impactcom-css-ptontorakkingu.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.
