> 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/tracking-links/link-parameters/param-parameters-explained.md).

# Param パラメータの解説

ブランドがトラッキングリンクに追加のトラッキング値を渡すよう求めてきた場合に、Param パラメータを使用します。これらの値は、ブランドが特定のトラフィックや顧客データをレポートするのに役立ちます。通常、ブランドからアクセス権が付与されない限り、あなた自身のレポートでは表示できません。

#### Param パラメータを追加する

アセットコードを自分のウェブサイトに実装する前に、Param パラメータを impact.com のトラッキングリンクに手動で追加する必要があります。

1. 上部のナビゲーションバーから、 **コンテンツ →** [**アセット**](https://app.impact.com/secure/mediapartner/ads/searchAdsDirectoryMP.ihtml).
2. アセットを見つけたら、次のようなコードオプションを選択します。 **広告コードを取得** または **メールコードを取得**.
3. スライドアウトで、 **アセットコード** タブを選択したままにし、次を選択します。 **コードをコピー**.
4. コードをテキストエディタに貼り付けます。コピーしたコード内で、ユーザーをブランドに送信する URL を見つけ、Param パラメータをその URL の末尾に追加します。
   * アセットの種類によっては、この URL は次のいずれかに表示される場合があります。 `href=` の値、 `src=` の値、またはその他のリンクフィールド。
   * コピーしたコードでは、Param の値はトラッキングリンク URL にのみ追加してください。コードの他の部分は変更しないでください。
   * トラッキングリンクに疑問符（`?`）が含まれていない場合は、最初の Param パラメータの前に追加します。トラッキングリンクにすでにパラメータが含まれている場合は、アンパサンド（`&`).
   * 疑問符は完全な URL パスの後に置きます。 `https://www.tracking.net/c/1234567/654321/4321?param1=value&param2=another_value`
   * URL がスラッシュ（`/`）で終わる場合は、そのスラッシュの後に疑問符を置きます。

     `https://www.tracking.net/c/1234567/654321/4321/?param1=value&param2=another_value`
5. 更新したコードを、アセットを配信する予定の場所に配置します。

提携ブランドは、トラッキング時に Param パラメータを渡す必要がある場合、通常その旨を知らせてくれます。Param パラメータの作成でヘルプが必要な場合は、 [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml).

{% hint style="success" icon="memo" %}
**注**：ブランドから許可を得ない限り、Param パラメータのレポートは表示できません。Param パラメータのレポートを表示したい場合は、ブランドに連絡し、その後 [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml?createTicket=true) ブランドとのやり取りのスクリーンショットを添えてください。
{% endhint %}

ブランドに渡せる Param パラメータはいくつかあります。

| パラメータ名               | 説明                                                                                                                                          | 形式 / 例          |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
| param1               | カスタム トラッキング値。                                                                                                                               | 文字列（255 文字）     |
| param2               | カスタム トラッキング値。                                                                                                                               | 文字列（255 文字）     |
| param3               | カスタム トラッキング値。                                                                                                                               | 文字列（255 文字）     |
| param4               | カスタム トラッキング値。                                                                                                                               | 文字列（255 文字）     |
| googleaid            | アプリ内専用パラメータ。Google Play サービスから提供される Google Advertising Identifier。                                                                          | UUID            |
| appleifa             | アプリ内専用パラメータ。Apple の広告識別子。ユーザーの同意が必要です。                                                                                                      | UUID            |
| deviceID             | アプリ内専用パラメータ。モバイルアプリでのプロモーション時に使用されるデバイス識別子。ブランドのモバイルアプリトラッキング設定で、次を超えるデバイス識別子が必要な場合に使用します。 `googleaid` または `appleifa`.                      | 文字列             |
| u                    | ランディングページの上書き。"ディープリンク" とも呼ばれます。指定しない場合、ランディングページ URL はアセットまたはプログラム URL 設定のいずれかによって決定されます。ディファードディープリンクでは、このリンクにより、インストール後にユーザーは関連製品に移動します。 | エンコードされた URL    |
| partnercustid        | Partner customer ID により、impact.com はデバイス間でユーザーをより正確に識別し、より正確なアトリビューションを行えます。                                                                | URL エンコードされた文字列 |
| sharedid             | ブランドに公開され、レポートに含まれるカスタム パートナー トラッキング値。英数字のみを使用してください。スペースや特殊文字は使用しないでください。                                                                  | 英数字、最大255文字     |
| subid1、subid2、subid3 | パートナーレポートでのみ利用可能で、含まれるカスタム パートナー トラッキング値。                                                                                                   | URL エンコードされた文字列 |


---

# 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/tracking-links/link-parameters/param-parameters-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.
