# パートナー向け Sub ID および Shared ID パラメータの解説

トラッキングリンクには、impact.comで追跡および報告できる追加のパラメータを使用してカスタマイズできます。これらのパラメータは **サブID** および **共有ID**.

* **サブID** はパートナーであるあなたのみが表示できます。
* **共有ID** はあなたとブランドの両方が表示できます。

これらのパラメータは、さまざまなクリエイティブを使用する場合、複数のウェブサイトを扱う場合、サブアフィリエイトと連携する場合、またはユーザーをブランドにリンクするときに個人識別情報に関連しない顧客ID（個人識別情報に関連しない顧客ID）を送信する必要がある場合に便利です。これらの多くのユースケースでは、この情報を正確に追跡および報告するために、これらのパラメータをトラッキングリンクに追加する必要があります。

#### これらのパラメータの動作方法

ユーザーがSub ID（および/またはShared ID）値が追加されたimpact.comのトラッキングリンクをクリックすると、これらのパラメータは当社のトラッキングサーバーによってキャプチャされて保存されます。impact.comはその後クリックをアクションに関連付けます。以下のスニペットは、これらのパラメータがトラッキングリンクにどのように追加されるかの例です：

**Shared IDの例**

```programlisting
https://trackingdomain.net/c/mpid/adid/campaignid?name=value
```

上の例では、 `名前` の部分は、渡されてimpact.comのレポートで報告されるパラメータ名を指します。追加の詳細は以下の表を参照してください。

|                        |                               |
| ---------------------- | ----------------------------- |
| **trackingdomain.net** | impact.comが提供する一意のトラッキングドメイン。 |
| **mpid**               | あなたのパートナーID（MPID）             |
| **adid**               | アセットに割り当てられたID。               |
| **campaignid**         | ブランドのキャンペーンに割り当てられたID（表示）     |

以下の例は、Sub IDを含むトラッキングリンクがどのようになるかを示しています。この例では、値 `test` はリンクがクリックされたときに渡されます。

**Sub IDの例**

```programlisting
https://trackingdomain.net/c/1234567/654321/4321?subId1=test
```

#### Sub IDおよびShared IDの一般的なユースケース

* **アセットの配置：** アセットの場所やタイプに基づいてSub ID値を入力することで、アセット配置を最適化します。
* **サブアフィリエイトネットワーク：** サブアフィリエイトレベルでのアクティビティを追跡するには、 `PartnerId` をSub IDまたはShared IDフィールドに入力します。
* **キャッシュバックおよびロイヤルティプログラム：** キャッシュバックおよびロイヤルティプログラム内の特定のパートナーにコンバージョンを帰属させるには、 `MemberId` をSub IDまたはShared IDフィールドに入力します。 [トラッキングリンクに動的変数を追加する方法を学ぶ。](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/add-reporting-information-to-your-tracking-links.md#add-static-dynamic-parameters-via-the-ad-card-0-2)

#### Sub ID & Shared ID パラメータ FAQ

<details>

<summary>どのリンクにSub IDおよびShared IDを追加できますか？</summary>

すべてのimpact.comトラッキングリンクは、バニティリンクを含め、Sub IDおよびShared IDをサポートします。 [バニティリンクの詳細を確認する](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/create-a-vanity-link.md).

</details>

<details>

<summary>Sub IDおよびShared IDには文字数制限がありますか？</summary>

はい、以下の表を参照してください：

|           |        |        |
| --------- | ------ | ------ |
| **パラメータ** | **種類** | **制限** |
| SubId1    | 英数字    | 255文字  |
| SubId2    | 英数字    | 255文字  |
| SubId3    | 英数字    | 255文字  |
| SharedId  | 文字列    | 255文字  |

</details>

<details>

<summary>impact.comが追跡または報告しないようにブランドに値を渡すにはどうすればよいですか？</summary>

これらは「パススルー値」または「p.」パラメータと見なされ、任意の `name={value}` のペアの前に追加でき、impact.comに値を保存しないよう指示します。ブランド側でメタデータを設定し、「p.」パラメータがすべてのブランドリンクに自動追加されるようにする必要があります。

たとえば、もしあなたが渡す必要がある場合、 `customerId`、あなたは次を追加できます `&p.customerId=abc123` を任意のトラッキングリンクに追加すると、その値はimpact.comが収集することなくブランドのランディングページに渡されます。

{% hint style="info" %}
**例のシナリオ**

**シナリオ**：ACME社はプロモコードまたはオファーを持っています。ユーザーがトラッキングリンクをクリックしたときに（つまりコードを手動で入力する必要なく）ウェブサイトで割引が自動的に適用されるようにしたいと考えています。また、パートナーがサイトの任意の部分にディープリンクできるようにしたいと考えています。

**ソリューション**：ACME社は、ランディングページのURLにクエリストリングパラメータが含まれている場合に割引を自動的に適用するようにウェブサイトを構成できます `offer=10off`.

ブランドはその後パススルー値を構成できます。

これによりパートナーは広告を使用して [ディープリンク](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/tracking-links-overview.md) して任意のページにアクセスでき、結果として得られるランディングページには常に `offer=10off` が追加されます。
{% endhint %}

</details>

#### 詳細はこちら

* [トラッキングリンクにレポート情報を追加する](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/add-reporting-information-to-your-tracking-links.md)
* [Sub IDとShared IDのレポートを表示する](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/link-parameters/view-reports-on-sub-ids-and-shared-ids-for-partners.md)
* [Param パラメータの説明](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/link-parameters/param-parameters-explained.md)


---

# Agent Instructions: 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:

```
GET https://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/link-parameters/sub-id-and-shared-id-parameters-explained-for-partners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
