> 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/zh/nin-xiang-liao-jie-shen-me/seller-partnerships/amazon-seller-partnerships/amazon-sub-affiliate-tracking/track-your-sub-affiliate-traffic-as-a-seller-partner.md).

# 作为 Amazon 卖家合作伙伴跟踪您的子联盟流量

如果您与子联盟伙伴合作，设置跟踪链接非常重要，这样可以更好地了解流量来源。这有助于确保您的子联盟因其带来的转化获得正确归因。

## 子联盟有何不同

如果您依赖子联盟网络来推广您的跟踪链接，则需要使用 impact.com 的 `SharedID` 参数。在每个链接末尾添加此参数可确保由子联盟带来的每次转化都能在您的 impact.com 报告中显示，并带有相应的 `SharedID` ——让您全面了解影响每笔 Amazon 购买的合作伙伴和平台。

在 Amazon Seller 合作中，请避免使用 `SubID` 跟踪链接中的参数。这样做可能会导致您无法获得转化归因。仅 `SharedID` 支持该参数。

{% stepper %}
{% step %}

### 生成跟踪链接

有关在应用内或通过 API 生成 Amazon Seller 跟踪链接的详细步骤，请参阅 [为 Seller 程序创建跟踪链接](/partner/zh/nin-xiang-liao-jie-shen-me/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` 的链接至少获得 10 次点击后，点击和转化数据才会显示在您的 impact.com 报告中。

#### 在应用内查看报告

1. 在顶部导航栏中，选择 **报告 → 更多报告**.
2. 从 *类别* 筛选器中，位于搜索栏旁，选择 **绩效**.
3. 选择 [**Seller - 按项目的绩效**](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 - 合作伙伴按项目的绩效](/partner/zh/nin-xiang-liao-jie-shen-me/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/cb06feec315e03e3d6b83ac5445700d3a5fb5381" 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/zh/nin-xiang-liao-jie-shen-me/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.
