> 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/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/click-payout-rules-explained-for-partners.md).

# 合作伙伴点击佣金规则说明

当品牌与你创建合同时，他们可以为特定类型的点击设置自定义的支付组规则。这些规则使品牌能够对其点击支付进行精细控制，同时在你为品牌带来理想流量时，可能给予你更高的支付。

从 2024 年 1 月起，你与品牌签署的新合同将允许按点击获得这些更专门化的支付。这些变更称为 **CPC（每次点击成本）V2**。在 CPC V2 中，点击会立即登记——不再有锁定期，且已登记的点击无法撤销。

所有新合同都将使用 CPC V2。你现有的品牌合同不会受影响，并将继续遵循标准的 CPC V1 规则。不过，品牌可以选择更新现有合同，以利用更新后的点击支付选项。

{% hint style="info" %}
**我如何查看我的合同详情？** 请查看 [合作伙伴合同说明](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/contracts-explained-for-partners.md) ，了解如何查找并理解你与品牌的合同的说明。
{% endhint %}

#### CPC V2 的优势

作为合作伙伴，新的点击支付规则：

* 取消操作的锁定期
* 消除点击撤销的可能性
* 在你带来更理想的点击时，品牌可能以更高费率支付

#### 合同示例

对于使用 CPC V1 的现有合同，与使用 CPC V2 的新合同相比，支付规则的结构不同。以下示例展示了品牌在不同类型合同下如何对点击采用不同的支付方式。

{% tabs %}
{% tab title="CPC V1" %}

* 默认每次点击支付为 **$0.10**.
* 操作会在记录结束日后 30 天锁定。
* 点击可以被撤销或修改。
  {% endtab %}

{% tab title="CPC V2" %}

* 默认每次点击支付为 **$0.10**.
* 每次点击固定支付 **$0.25** 适用于来自美国的产品点击，在品牌的 *玩具* SKU 中，每天最多 100 次点击。
* 点击不适用操作锁定期。
  {% endtab %}
  {% endtabs %}


---

# 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/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contracts/click-payout-rules-explained-for-partners.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.
