> 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/other/ja/reference-documentation/torakkinguparamta.md).

# 直接トラッキングパラメータ

impact.com のダイレクトトラッキングでは、トラッキングリンクの代わりに、ランディングページ URL に付加されたパラメータを使用してトラフィックを識別し、アトリビュートします。トラッキング用のランディングページ URL を作成する際は、以下のパラメータを使用してください。

| パラメータ名              | 説明                                                                                                  |
| ------------------- | --------------------------------------------------------------------------------------------------- |
| `irmp`              | impact.com パートナー ID。ランディングページ URL パラメータからクリックを作成するために必須です。                                          |
| `irad`              | impact.com の広告 ID。ランディングページ URL パラメータから作成されたクリックの広告 ID として使用されます。任意です。省略した場合は、キャンペーンの広告 ID が使用されます。 |
| `subid1`            | クリック用のパートナー定義トラッキング値。通常、配置、キャンペーン、またはパートナー内部のレポート値に使用されます。                                          |
| `subid2`            | クリック用のパートナー定義トラッキング値。通常、キーワード、オーディエンス、またはトラフィックのセグメント化に使用されます。                                      |
| `subid3`            | クリック用のパートナー定義トラッキング値。通常、パートナー側での追加セグメント化に使用されます。                                                    |
| `sharedid`          | ブランドと共有される、パートナー定義のトラッキング値。                                                                         |
| `trafcat`           | パートナーが提供するトラフィックカテゴリ。たとえば、ブランドと合意した配置やトラフィックタイプ。                                                    |
| `trafsrc`           | 検索、ソーシャル、ディスプレイ、またはその他のソースラベルなど、パートナーが提供するトラフィックソース。                                                |
| `kw`                | クリックに関連付けられたキーワードまたは検索語句。                                                                           |
| `matchtype`         | クリックに関連付けられた検索のマッチタイプ。                                                                              |
| `adnetwork`         | クリックに関連付けられた広告ネットワークまたはプラットフォーム。                                                                    |
| `adposition`        | 広告が表示された位置。                                                                                         |
| `adplacement`       | 広告が表示された掲載面。                                                                                        |
| `adcampaign`        | クリックに関連付けられた外部キャンペーン名。                                                                              |
| `adcampaignid`      | クリックに関連付けられた外部キャンペーン ID。                                                                            |
| `adcampaigngroup`   | クリックに関連付けられた外部キャンペーングループ名。                                                                          |
| `adcampaigngroupid` | クリックに関連付けられた外部キャンペーングループ ID。                                                                        |
| `adgroup`           | クリックに関連付けられた外部広告グループ名。                                                                              |
| `adgroupid`         | クリックに関連付けられた外部広告グループ ID。                                                                            |
| `adtype`            | クリックに関連付けられた外部広告タイプまたは媒体。                                                                           |
| `adname`            | クリックに関連付けられた外部広告またはクリエイティブ名。                                                                        |
| `adid`              | クリックに関連付けられた外部広告またはクリエイティブ ID。これは異なります `irad`.                                                      |
| `prodcat`           | クリックに関連付けられた商品カテゴリ。                                                                                 |
| `prodsubcat`        | クリックに関連付けられた商品サブカテゴリ。                                                                               |
| `prodsku`           | クリックに関連付けられた商品 SKU。                                                                                 |
| `param1-4`          | クリックとともに渡される、ブランド定義のメタデータ値。                                                                         |


---

# 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/other/ja/reference-documentation/torakkinguparamta.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.
