# 游戏玩家分类

## 玩家定义

本课题中研究的玩家是指参与进入游戏参与游戏玩法的用户

## 玩家分类

### 按用户生命周期

* 注册玩家 注册并参与游戏玩法的玩家，包括数据中所有玩家
* 活跃玩家 积极参与游戏的玩家，每日或每周在线时长均明显高于平均线
* 流失玩家 连续若干天（一般7或14天）不再登录上线的玩家
* 回流玩家 流失后又再次上线参与玩法的玩家

### 按用户付费

* 潜力玩家 还未付费的玩家，游戏参与度较浅
* 低付费玩家 有一定付费的玩家，参与大多数常规玩法
* 高付费玩家 有大量付费的玩家，也称为鲸鱼（Whale），参与几乎所有玩法的玩家

### 按正当性

* 正常玩家 真人（单人或多人）操作的玩家，人工参与玩法
* 脚本玩家 即外挂，由脚本或机器进行操作的玩家，重复性或有一定规律参与玩法


---

# Agent Instructions: 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:

```
GET https://fuxi-up-research.gitbook.io/open-project/background_knowledge/player_types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
