> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/advertisers/zh/zhuan-hua-gen-zong/gen-zong-shou-ce/tune-tracking.md).

# 如何使用 TUNE/HasOffers 跟踪转化

*本指南仅适用于 TUNE（原 HasOffers）。如果您想了解 S2S 跟踪的通用步骤，请查看* [*广告主部分*](/advertisers/zh/zhuan-hua-gen-zong/zhuan-hua-gen-zong.md#using-conversion-tracking-api---s2s-recommended)*.*

ExoClick 为您提供全球流量来源、定向功能、大数据和统计分析工具，以筛选结果并优化您的广告活动。本手册说明了在使用跟踪软件 TUNE（原名 HasOffers）时，如何在 ExoClick 网络上跟踪转化。为了跟踪您的优惠，您需要让 Tune 和 ExoClick 通过各自的服务器进行通信。

如果您想获取更多信息，请查看 [Tune 的集成指南。](https://support.tune.com/hc/en-us/articles/1500008230702-Server-Postback-Tracking-Implementation)

{% stepper %}
{% step %}

## 为 Postback URL 创建 Goal ID

登录您的 ExoClick 管理面板并前往 **Campaigns > 转化跟踪**。这使您可以创建转化跟踪代码，用于您的 **postback URL**:

<figure><img src="/files/1c22da2aedc2452f47ac714811b9c28d426385a0" alt=""><figcaption></figcaption></figure>

点击“New Conversion Goal”。您需要完成三个字段： **名称**, **转化价值** 和 **排序**。在 **名称**中，只需为该目标添加一个名称，例如：“Postback”。

可用的转化价值有：

* **无价值：** 价值为 0
* **固定：** 在设置 Goal 时，您手动确定转化佣金。
* **动态：** 佣金金额将通过 Postback URL 传递。动态值传递将在本指南后文详细说明。

**排序** 用于组织您账户中创建的不同目标。如果您创建了多个 Conversion Goal，排序将帮助您组织这些目标在统计数据和 Campaigns 列表中的显示方式。

填写完所有这些字段后，点击“Create”按钮。管理面板将显示 Postback URL 的结构以及 **Goal ID** 对应于您刚创建的 Goal。它应该类似于下面这样：

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag=
```

您也可以查看我们的 [转化跟踪](/advertisers/zh/zhuan-hua-gen-zong/zhuan-hua-gen-zong.md) 页面，了解有关我们创建 Goal 流程的更多细节。
{% endstep %}

{% step %}

## 将回传 URL 添加到您的 TUNE 控制面板

一个 **回传 URL** 是一个 URL，当您的广告活动中发生转化时，它会通知我们的服务器。您必须将此 URL 存储在 TUNE 中，并让它在每次用户产生转化时通知 ExoClick 的服务器。

在 TUNE 中添加 Postback URL 有两种方式：通过 **Offer 设置** 或者作为 **全局 Postback** 在你的账户中。

在 offer 设置中的 Postback URL 将仅应用于该 offer，而全局 Postback 将应用于你的所有 offers。

### 特定 Offer 的 Postback URL

要在特定 offer 中添加 ExoClick 的 Postback URL，请按以下步骤操作：

1. 登录到您的 TUNE 控制面板
2. 点击 **“My Live Offers”**，然后选择你要添加 Postback 的 Offer。
3. 向下滚动到 **“Your Pixels/Postbacks”**，然后点击 **“Add New Pixel/Postback”**:

<figure><img src="/files/90d8413100e48e60a694da532ab87b453bd70cdb" alt=""><figcaption></figcaption></figure>

1. 在 **“Code Type”**&#x4E0B;选择“Postback URL”，然后添加本指南前一部分中生成的 Postback URL。
2. 添加 **{aff\_click\_id}** 到 Postback 末尾。您的 URL 应如下所示：

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag={aff_click_id}
```

**注**：如果您创建的目标具有 **动态值**，那么您还必须在 Postback 末尾添加 **\&value={payout}** ：

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag={aff_click_id}&value={payout}
```

<figure><img src="/files/775258a7cc3a5b777e726e7afc8c2ff4f881cf77" alt=""><figcaption></figcaption></figure>

6. 点击 Create。

### 全局 Postback URL

要将 ExoClick 的 Postback URL 作为全局 Postback 添加，请按以下步骤操作：

1. 点击 **“Tools”** > **“Pixels/Postbacks”**
2. 点击 **“Add new Postback”** （如果您没有此选项，请联系您在 TUNE 的客户经理）
3. 在 **“Code/URL”**&#x4E0B;添加 Postback URL：

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag={aff_click_id}
```

**注**：如果您创建的目标具有 **动态值**，那么您还必须在 Postback 末尾添加 **value={payout}** ：

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag={aff_click_id}&value={payout}
```

<figure><img src="/files/e2f19aad299734ed37c744518859bd7d1ef2939b" alt=""><figcaption></figcaption></figure>

6. Postback URL 应会自动保存。
   {% endstep %}

{% step %}

## 将转化跟踪宏添加到您的 Tracking Link

前往 **“My Live Offers”**，点击 **Offer ID** 您要推广的，然后复制 **Tracking Link** 中的链接。

例如：

```json
http://mypage.com/?a=14030&c=64375&aff_id=2422
```

<figure><img src="/files/96175a3a9469c3d3db3fae27b0d3c5f0a88ea888" alt=""><figcaption></figcaption></figure>

为了跟踪转化，您需要添加 **\&aff\_click\_id={conversions\_tracking}** 到 Tracking Link 中。它将如下所示：

```json
http://mypage.com/?a=14030&c=64375&aff_id=2422&aff_click_id={conversions_tracking}
```

你将使用此 URL 作为你的 **变体** 在 ExoClick 中。您还可以添加 [来自 ExoClick 的其他宏](/advertisers/zh/guang-gao-huo-dong/macros.md) ，方法是在它们前面加上相应的 **“aff\_sub”** 参数。

例如，如果您还想跟踪 **Zone ID** 并且 **活动 ID** 来自 ExoClick，那么 Tracking Link 将如下所示：

```json
http://mypage.com/?a=14030&c=64375&aff_id=2422&aff_click_id={conversions_tracking}&aff_sub={zone_id}&aff_sub2={campaign_id}
```

您可以在 TUNE 的 **Performance Reports** 中查看所有这些详细信息：

<figure><img src="/files/e818a82cc8445ff30d2071c46414c06ac658ef83" alt=""><figcaption></figcaption></figure>

请注意，仅 **{conversions\_tracking}** 用于跟踪转化。
{% endstep %}

{% step %}

## 在 ExoClick 中设置您的 Campaign

粘贴 **Tracking Link** ，将上一步创建的 **“Variation”** 作为你的 ExoClick campaign：

<figure><img src="/files/21289a16786a2d17c85faaaf4e18f121e5f2f1ec" alt=""><figcaption></figcaption></figure>

完成广告活动设置。您可以找到一份 **关于如何在 Exoclick 中创建广告活动的详细指南** [**这里**](/advertisers/zh/guang-gao-huo-dong/chuang-jian-guang-gao-huo-dong/create-campaign-step1.md).

如果设置正确，您将开始在 TUNE 和 ExoClick 中都看到转化。请不要忘记在您的 [广告活动列表](/advertisers/zh/guang-gao-huo-dong/campaigns-list.md) 以及您的 [统计](/advertisers/zh/advertiser-statistics.md)

如果您需要关于如何在 TUNE 中设置转化跟踪的进一步指导，请随时联系 TUNE 支持： [**support@tune.com**](mailto:support@tune.com)。您也可以联系 [Exoclick 的客户成功团队](https://www.exoclick.com/contact/) 来查看这些步骤。
{% 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://docs.exoclick.com/advertisers/zh/zhuan-hua-gen-zong/gen-zong-shou-ce/tune-tracking.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.
