> 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/seller-partnerships/amazon-seller-partnerships/amazon-sub-affiliate-tracking/track-your-sub-affiliate-traffic-as-a-seller-partner.md).

# Amazon セラーパートナーとしてサブアフィリエイトのトラフィックを追跡する

サブアフィリエイトパートナーと連携している場合、トラッキングリンクを設定して、トラフィックの流入元をより正確に把握することが重要です。これにより、サブアフィリエイトが発生させたコンバージョンに対して適切に成果が付与されていることを確認できます。

## サブアフィリエイトで何が違うのか

トラッキングリンクのプロモーションをサブアフィリエイトネットワークに依存している場合は、impact.com の `SharedID` パラメータです。このパラメータを各リンクの末尾に追加すると、サブアフィリエイトが発生させたすべてのコンバージョンが、対応する `SharedID` — これにより、各 Amazon 購入に影響を与えたパートナーとプラットフォームを完全に把握できます。

Amazon Seller パートナーシップでは、 `SubID` トラッキングリンク内のパラメータを使用することは避けてください。これを行うと、コンバージョンの成果を受け取れなくなる可能性があります。サポートされているのは `SharedID` パラメータのみです。

{% stepper %}
{% step %}

### トラッキングリンクを生成する

Amazon Seller のトラッキングリンクをアプリ内または API 経由で生成する詳細な手順については、 [販売者プログラム用のトラッキングリンクを作成する](/partner/ja/nitsuitebitaidesuka/seller-partnerships/amazon-seller-partnerships/create-tracking-links-for-seller-programs.md).

{% hint style="info" %}
**ヒント：** コンバージョン率を高めるには、リンク先として Amazon の商品詳細ページを使用してください。これらのページは通常 20〜30% 高い成果があり、顧客が同じブランドの別の商品を購入しても成果は付与されます。
{% endhint %}
{% endstep %}

{% step %}

### SharedID を追加する

以下のトラッキングリンク作成方法 *自動的に* 〜を追加します `SharedID` 該当フィールドに入力するとき:

* ダッシュボードウィジェット
* Chrome 拡張機能
* アセット画面

〜を追加するには `SharedID` *手動で* 他の方法のいずれかで追加する場合は、サブアフィリエイトと共有する前に、この文字列をリンクの末尾に付けてください: `?SharedID=<SharedIDValue>`

{% hint style="info" %}
**例：** <https://stark-industries.sjv.io/c/111111/22222/33344?SharedID=NoahLottYT>
{% endhint %}

{% hint style="warning" %}
**重要:**

* Amazon のガイドラインに従い、 `SharedID` 個々のユーザーや単一クリックに紐づく値。ユーザー ID やごく少人数のオーディエンスに基づくような、過度に固有な値は、消費者のプライバシーを侵害し、アトリビューションに悪影響を及ぼす可能性があります。
* SharedID は英数字のみで、255文字未満にする必要があります。スペースや特殊文字（`/`, `&`, `=`, `#`, `?`, `+`, `'`, `"`, `%`, `$`, `[`, `]`）は使用しないでください。これらはトラッキングを壊し、コンバージョンのクレジットを受け取れなくします。
  {% endhint %}
  {% endstep %}

{% step %}

### レポートデータを表示する

サブアフィリエイトがコンバージョンを発生させ始めたら、どのサブアフィリエイトが各コンバージョンの担当かを確認するためにデータを表示できます。Amazon では、〜を含む各リンクが `SharedID` impact.com のレポートにデータが表示される前に、少なくとも 10 クリックを獲得する必要があります。

#### **アプリ内でレポートを表示**

1. 上部のナビゲーションバーから、 **レポート → さらにレポート**.
2. 〜の *カテゴリ* 検索バーの横にあるフィルターで、 **パフォーマンス**.
3. 選択 [**Seller - Performance by Program**](https://app.impact.com/secure/mediapartner/report/viewReport.report?handle=seller_perf_by_program).
4. レポート見出しの下で、 **集計レベル** フィルターを `aa_creative_id` デフォルトの `aa_adgroup_id`.

   * これにより、 `SharedID` の値が *Creative ID* 列。
   * レポートの完全な内訳については、ヘルプ記事 [パートナー向け Seller - Performance by Program](/partner/ja/nitsuitebitaidesuka/seller-partnerships/amazon-seller-partnerships/amazon-seller-reporting-for-partners/seller-performance-by-program-for-partners.md).

   <div data-with-frame="true"><figure><img src="/files/51ac30c089ffd6f0a5d10e3dd224aaf6d252d121" alt=""><figcaption></figcaption></figure></div>

#### **API 経由で SharedId データをエクスポートする**

1. impact.com の API を使用して [レポートをエクスポートする](https://integrations.impact.com/partner-api-reference/reference/reports/report-export).
2. cURL リクエストに、次のパラメータを追加します:

```programlisting
https://api.impact.com/Mediapartners/<AccountSID>/ReportExport/seller_perf_by_program
?AGGREGATE_LEVEL=aa_creative_id&START_DATE=2025-05-27&END_DATE=2025-06-10
```

* これにより、レポートデータは `creative_id`が含まれています `SharedID`.

3. エクスポートリクエストを実行し、 `JobID` を確認します。

```programlisting
<Status>QUEUED</Status>
<QueuedUri>/Mediapartners/IRExampleToken1234567890abcde/Jobs/ab12cd34-ef56-7890-ab12-cd34ef567890</QueuedUri>
<ResultUri>/Mediapartners/IRExampleToken1234567890abcde/Jobs/ab12cd34-ef56-7890-ab12-cd34ef567890/Download</ResultUri>
<ReplayUri>/Mediapartners/IRExampleToken1234567890abcde/Jobs/ab12cd34-ef56-7890-ab12-cd34ef567890/Replay</ReplayUri>
```

4. 「 `JobID` 〜へ [ジョブ結果をダウンロードする](https://integrations.impact.com/partner-api-reference/reference/jobs-management/jobs).
5. ダウンロードしたファイルを開き、 `creative_id` と `SharedID` の値を含むレポートデータにアクセスします。

   * creative\_id は次の標準形式に従います: `ir_<hashvalue>(LandingPage+partnerID)_s_<SharedIDvalue>`

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>例：</strong> ir_54321abc9f8d7e6c5b4a3_s_<strong>NoahLottYT</strong></p></div>
6. これで、お好みのツール（例: Excel、Python、Google Sheets など）を使用して `SharedID` 各文字列から抽出できるようになります。
   {% endstep %}
   {% endstepper %}


---

# 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/seller-partnerships/amazon-seller-partnerships/amazon-sub-affiliate-tracking/track-your-sub-affiliate-traffic-as-a-seller-partner.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.
