# V2 Player Segmentation

`@v2/player-segmentation` builds the Phase 72.5.2.12 player segmentation surface
for spend tiers, Bartle-style motivation segments, and custom rule segments.

The package composes `@iris/analytics` metric identifiers and classifies
hashed-account telemetry into `whale`, `dolphin`, `minnow`, or `non_spender`
spend tiers; `explorer`, `achiever`, `socializer`, or `killer` motivation
segments; and optional operator-defined custom segments.

Targeted verification:

```bash
pnpm --filter @v2/player-segmentation run typecheck
pnpm --filter @v2/player-segmentation run test
python V2/ue/Tools/check-v2-player-segmentation.py
```
