---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/liveops.md
  - https://yandex.com/dev/games/doc/ru/liveops.md
  - https://yandex.com/dev/games/doc/tr/liveops.md
  - https://yandex.com/dev/games/doc/zh/liveops.md
  - href: zh/liveops.md
    type: text/markdown
    title: Markdown version
  - href: 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 -->

LiveOps（Live Operations）是游戏发布后的运营过程：跟踪指标、定期更新、活动管理、社区互动和 A/B 测试。您对游戏的投入越多，游戏生命周期越长，回归玩家越多，收入也越稳定。

您可以直接在[开发人员控制台](https://games.yandex.com/console){.external}中管理运营——无需复杂的基础设施，也无需额外成本。

```mermaid
flowchart TB
    Hub(["🔄 LiveOps循环"])

    Hub <-.-> S1["分析<br/>指标和评论"]
    Hub <-.-> S2["进行<br/>A/B测试"]
    Hub <-.-> S3["发展<br/>游戏"]
    Hub <-.-> S4["吸引<br/>玩家"]

    click S1 "zh/liveops#analysis" "前往步骤 1"
    click S2 "zh/liveops#ab-testing" "前往步骤 2"
    click S3 "zh/liveops#development" "前往步骤 3"
    click S4 "zh/liveops#promotion" "前往步骤 4"

    classDef hub fill:#6951FF,stroke:#4a36cc,stroke-width:2px,color:#fff;
    classDef step1 fill:#8051FF,stroke:#5a3acc,stroke-width:1.5px,color:#fff;
    classDef step2 fill:#9657FF,stroke:#683ccc,stroke-width:1.5px,color:#fff;
    classDef step3 fill:#A85AFF,stroke:#7740cc,stroke-width:1.5px,color:#fff;
    classDef step4 fill:#B951FF,stroke:#8240cc,stroke-width:1.5px,color:#fff;

    linkStyle 0,1,2,3 stroke:#8B51FF,stroke-width:1.5px,stroke-dasharray:5 4;

    class Hub hub;
    class S1 step1;
    class S2 step2;
    class S3 step3;
    class S4 step4;
```



## 步骤 1. 分析 {#analysis}

使用控制台中的[分析工具](https://yandex.com/dev/games/doc/zh/concepts/analytics.md)监控游戏状态——它们将帮助您找到增长机会并及时响应问题。

### 指标 {#metrics}

- [总收入](https://yandex.com/dev/games/doc/zh/console/total-income.md) — 所有游戏的综合财务概览。
- [控制面板](https://yandex.com/dev/games/doc/zh/console/control-panel.md) — 关键指标概览及重要变化的警报：指标下降、游戏问题。
- [指标](https://yandex.com/dev/games/doc/zh/concepts/metric.md) — 产品、财务和技术指标的详细统计。评分在 80+ 且 **Average revenue per daily active user (ARPDAU)** > 2 ₽ 的游戏通常带来可观收入。
- [购买指标](https://yandex.com/dev/games/doc/zh/console/purchase-metrics.md) — 应用内购买的统计数据：谁在付费、购买什么、收入如何增长。

### 评论 {#reviews}

对[玩家评论](https://yandex.com/dev/games/doc/zh/console/reviews.md)留下官方回复，并在改进游戏时考虑他们的反馈。



## 步骤 2. 进行 A/B 测试 {#ab-testing}

基于数据做出决策——使用 A/B 测试工具来验证假设。

### 游戏开发 {#ab-development}

- [A/B版本测试](https://yandex.com/dev/games/doc/zh/console/ab-builds.md) — 评估重大变更对指标的影响：向部分受众展示实验性游戏构建版本。
- [实验](https://yandex.com/dev/games/doc/zh/console/vq-test.md) 带标志 — 通过远程配置测试小的变更，无需发布新版本。

### 吸引玩家 {#ab-promotion}

- [图标的A/B测试](https://yandex.com/dev/games/doc/zh/concepts/ab-test.md) — 比较图标和封面变体，以提高从目录启动游戏的转化率。



## 步骤 3. 发展游戏 {#development}

定期更新、实验和新机制留住玩家并改善指标。

### 发布更新 {#updates}

- 修复 bug。
- 提高现有内容质量，添加新内容。
- 在新游戏版本中反映平台规则的变化。要及时了解变化，请查看[更新历史](https://yandex.com/dev/games/doc/zh/release-notes.md)并关注更新 在我们的 [YouTube](https://www.youtube.com/@yandexgamesdev){.external}。

### 管理远程配置 {#remote-config}

通过[标志](https://yandex.com/dev/games/doc/zh/config.md)，您可以实时更改游戏设置，无需上传新压缩包或经过审核。例如，平衡难度、启用促销活动或逐步推出新功能。

### 添加排行榜 {#leaderboards}

[排行榜](https://yandex.com/dev/games/doc/zh/concepts/leaderboards.md)向玩家展示他们在其他玩家中的排名——这激励他们回归并参与竞争。



## 步骤 4. 吸引玩家 {#promotion}

玩家越多，收入越高。使用[推广工具](https://yandex.com/dev/games/doc/zh/concepts/promotion.md)加速增长。

### 启动付费推广 {#paid}

当游戏有[绿色评分](https://yandex.com/dev/games/doc/zh/concepts/metric.md#product)且 [ARPDAU](https://yandex.com/dev/games/doc/zh/concepts/metric.md#monetization) 不低于 1.5 ₽ 时，启动[付费推广](https://yandex.com/dev/games/doc/zh/concepts/start-screen.md)——在目录和其他游戏页面上投放广告。

### 添加促销活动 {#promos}

[促销活动](https://yandex.com/dev/games/doc/zh/console/promo-and-discounts.md)帮助吸引玩家、增加应用内购买并活跃社区。将促销活动与 Yandex Games 主题活动相结合，或者启动您自己的活动。
