---
metadata:
  - name: generator
    content: Diplodoc Platform v5.57.3
alternate:
  - https://yandex.com/dev/games/doc/en/concepts/referral-add.md
  - https://yandex.com/dev/games/doc/hi/concepts/referral-add.md
  - https://yandex.com/dev/games/doc/ko/concepts/referral-add.md
  - https://yandex.com/dev/games/doc/tr/concepts/referral-add.md
  - https://yandex.com/dev/games/doc/vi/concepts/referral-add.md
  - https://yandex.com/dev/games/doc/zh/concepts/referral-add.md
  - href: https://yandex.com/dev/games/doc/zh/concepts/referral-add.md
    type: text/markdown
    title: Markdown version
  - href: https://yandex.com/dev/games/doc/zh/llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/zh/llms.txt

# 推荐计划设置

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

借助推荐计划，您可以通过为游戏吸引更多新玩家来赚取收入。

## 步骤 1. 注册 {#registration}

1. 查看关于流量来源的[要求](https://yandex.com/dev/games/doc/zh/concepts/referral-requirements.md)：平台和投放方法。
2. [登录](https://yandex.com/support/id/auth.html){.external}到 Yandex。您可以根据需要使用任何账户。
3. 创建 [Yandex 发行版](https://distribution.yandex.com/v2/registration/){.external}账户：
   1. 输入您的电子邮箱并单击**下一步**。
   2. **广告平台名称**：输入您托管的游戏的开发者名称。
   3. **平台链接**：输入您在 Yandex Games 上的某个游戏的 URL，或您的 Yandex Games 开发者页面的链接。
   4. **平台类型**：选择**其他**。
   5. **平台每月的受众**：选择您的游戏的平均玩家数量。
   6. 单击**完成**。



## 步骤 2. 通过审核 {#moderation}

审核需要 2 到 14 个工作日。

定期在 [Yandex 发行版](https://distribution.yandex.com/){.external}中检查**仪表板**页面。如果您通过审核，将获得一个用于签订合同的表格。


## 步骤 3. 发送签订合同请求 {#contract}

1. 打开 [Yandex 发行版](https://distribution.yandex.com/){.external}界面。
2. 转到**仪表板**并单击**填写表格**。
3. 指定合作形式：个体企业家或法律实体。
4. 选择注册国家/地区。
5. 输入您的银行详情。
6. 如果您以个体企业家身份签订合同，则指定您的个人数据；如果您以法律实体身份签订合同，则指定公司数据。
7. 输入付款数据：您要接收报酬的银行的 BIC 和账号。如果您是个体企业家并且只知道银行卡号，则可以前往银行网站上的个人账户查看账号，或亲自前往银行办事处进行查询。只能向以签约人名义在俄罗斯银行开立的活期账户付款。
8. 报价将自动生成。请下载并阅读。
9. 单击**发送请求**。单击此按钮即表示您同意所有合同条款。您不需要手写签名。

通常需要 2 到 14 个工作日来处理请求。签订合同后，您将在 [Yandex 发行版](https://distribution.yandex.com/){.external}个人账户中收到推荐链接。


## 步骤 4. 连接推荐链接 {#link}

当您与 Yandex Games 签订合同后，就可以使用**产品 → 版本**下的 Yandex Games 推荐链接。您将收到推荐链接可用的通知邮件。

要获取推荐链接：

1. 点击通知中的链接。随即打开您的个人账户，其中带有**发行包复制**横幅。
2. 单击横幅上的**获取版本**。
3. 复制推荐链接。

您也可以自行创建推荐链接。但最好使用您的个人账户中的推荐链接。因为这可以保证该链接正确无误。

{% cut "如何创建链接" %}

链接必须由四个部分组成：

- Yandex Games 内容，例如：
   `https://yandex.com/games/app/100174`

   {% note info %}

   您可以创建特定游戏的链接，或者 Yandex Games 上您的开发者页面的链接。

   {% endnote %}

用于收集统计数据的 [utm 标记](*Utm tag)，例如：
   `?utm_source=refferal_program&utm_medium`

   {% note info %}

   因为 `utm_source=refferal_program` 标记对于统计数据非常重要，所以一定要使用该标记。

   {% endnote %}

- 您的 Yandex [登录](https://id.yandex.ru/){.external}，例如：
   `=partner_name`


- 您将放置该链接的站点的 [CLID](*CLID)，例如：
   `&clid=XXXXXXX`

生成的链接：

```text
https://yandex.com/games/app/100174?utm_source=refferal_program&utm_medium=partner_name&clid=XXXXXXX
```

{% endcut %}

现在您可以在您的注册站点上集成该链接，在该站点上您能够以便利的方式推广游戏。

[*Utm tag]: 可帮助确定用户来源。

[*CLID]: 您的唯一 Yandex Games 合作伙伴 ID。可以在**产品**部分中找到。