> 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/peerclick-tracking.md).

# 如何使用 Peerclick 跟踪转化

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

ExoClick 让你能够访问全球流量来源、定向功能、大数据和统计分析工具，以筛选结果并优化你的推广活动。本手册说明了当你使用跟踪软件 Peerclick 时，如何在 ExoClick 网络上跟踪转化。为了跟踪你的 Offer，你需要让 Peerclick 和 ExoClick 通过各自的服务器相互通信。

如果您想获取更多信息，请查看 [Peerclick 的集成指南。](https://help-center.peerclick.com/en/articles/4241463-predefined-traffic-source-settings)

{% 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 %}

## 在 Peerclick 中将 ExoClick 添加为流量来源并配置 Postback

要跟踪 ExoClick 上的转化，您需要在您的 **广告活动 URL** 中添加一个名为 **{conversions\_tracking}**&#x7684;动态跟踪参数，它可唯一标识每次转化。

你必须在 Peerclick 上保存这个跟踪器，并让它在用户每次产生转化时通知 ExoClick 的服务器。只需使用预定义模板将 ExoClick 配置为流量来源即可非常简单地完成。操作如下：

1. 登录到你的 Peerclick 控制面板。
2. 点击 **“来源"** 选项卡，然后点击 **"+新建"**.

<figure><img src="/files/78277980e7771de41e63d4f9c4c8fd675f288de1" alt=""><figcaption></figcaption></figure>

3. 从模板列表中选择 ExoClick。Peerclick 会自动预填所有流量来源设置。
4. 点击“Traffic Source postback URL”。将 **替换** 值替换为 **goal ID** 你在步骤 1 中生成的。

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

**注**：如果您在步骤 1 创建转化目标时选择了“Dynamic”值，那么您必须添加 **value={payout}** 放在 Postback URL 的末尾。在这种情况下，你的 postback URL 将如下所示：

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

5. 点击“Create”保存 postback。
   {% endstep %}

{% step %}

## 向 Peerclick 添加联盟网络来源（可选）

*如果你没有使用来自联盟平台的 Offer，请跳到步骤 4*

点击“Affiliate Networks”选项卡，然后点击“+New”：

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

选择一个 **联盟网络** 从列表中选择。如果您的联盟网络不在列表中，您可以通过点击 **“创建自定义模板”**.

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

该 **“Offer URL 模板”** 将填充与该网络关联的令牌。这些参数随后会被添加到与该联盟网络关联的所有 Offer 中。

然后，复制 Postback URL 并将其放入你的联盟网络中。

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

**注意：** 请记住，您在这里看到的 Postback URL 对应的是联盟平台。这与您在流量来源设置中使用的 postback URL 不同。

点击 **“创建联盟网络”** 以完成此流程。
{% endstep %}

{% step %}

## 向 Peerclick 添加一个 Offer

点击“Offers”选项卡，然后点击“+New”。

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

添加“Offer Name”和 **该 Offer 的 URL**.

例如：

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

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

如果您已添加一个 **联盟网络**，请在此处选择它。来自联盟网络的参数将插入到 Offer URL 中

最后，在 **“Payout”** 部分，如果您的联盟平台能够通过 postback 动态接收佣金，请保持“Auto”选项。否则，请点击“Manual”并添加佣金金额。

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

完成 Offer 设置后，点击 **“Create offer”**.
{% endstep %}

{% step %}

## 在 Peerclick 中创建 Campaign

在创建 Campaign 之前，Peerclick 建议先创建一个 **自定义域名** 作为你的 Campaign URL，尤其是如果你要创建一个 **“重定向”** Campaign。关于如何为你的 Campaign 创建跟踪域名的完整说明列在 [这里](http://help-center.peerclick.com/en/articles/4167835-additional-tracking-domains).

当你准备创建 Campaign 时，点击“Campaigns”选项卡，然后点击“+New”。

<figure><img src="/files/033ec4e13f9531e00b4a3d2b759e53c243768edd" alt=""><figcaption></figcaption></figure>

要创建该广告活动，请按照以下步骤操作：

1. 添加一个 **名称** 到你的新 Campaign 中。然后，在 **“Traffic source”**&#x4E2D;，选择 ExoClick
2. 在“Cost type”中，选择 **“Auto”**.
3. 在 **“Default Paths”**&#x4E2D;，选择 **Offer** 你在上一节中创建的。

<figure><img src="/files/8d40c3b5dee88a8cf9e84f1168ea7b709ffcbbe4" alt=""><figcaption></figcaption></figure>

1. 点击 **“Create”**。“Tracking”设置将会解锁，你将能够获取 **广告活动 URL**。它应类似于以下内容：

```json
http://3715196523.gopeerclick.com/15GFcZ?variation_id={variation_id}&campid={campaign_id}&source={src_hostname}&siteid={site_id}&zoneid={zone_id}&catid={category_id}&country={country}&format={format}&cost={actual_cost}&external_id={conversions_tracking}
```

<figure><img src="/files/11f44c4e659f8eef59a40324c7ff225ce207b086" alt=""><figcaption></figcaption></figure>

如果你创建了一个 **自定义域名**，你可以在这里更改它。请务必 **保存** 随后保存更改。
{% endstep %}

{% step %}

## 在 ExoClick 中设置广告活动

将上一步创建的广告系列 URL 作为 ExoClick 广告系列的“Variation”粘贴进去。请确保其中包含 **{conversions\_tracking}** 用于将转化详情发送到 Peerclick 的标签。

<figure><img src="/files/938131a9c58d4777bcff8d1c395f33b111e57424" alt=""><figcaption></figcaption></figure>

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

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

如果你需要有关如何在 Peerclick 中设置转化跟踪的进一步指导，请随时使用 **聊天** 按钮联系 Peerclick 控制面板中的支持团队。你也可以联系 [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/peerclick-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.
