Page body
What this page shows
Player Game Report breaks one player's gaming activity down either by game or by provider for the selected date range.
When to use it
Use this tab when you need to answer:
- which games or providers drive the player's betting activity
- how many rounds the player completed
- how real-money and bonus-money play compare
- which rows produce the highest GGR
How to read it
The report is controlled by two choices:
Date OptionGameorProvidertab
The table then shows one row per game or provider with backend id, display name, rounds, real-money totals, bonus-money totals, GGR, and HE %.
Known caveats
HE %is rendered from the backend field namedpayout, but the traced backend helper calculates it as(1 - totalWin / totalBet) * 100.GGRis not fully identical across groupings:- game mode includes correction and bonus-payout rows in the aggregated SQL result
- provider mode excludes
correctionandbonus_payoutrows from the main GGR aggregation
- The component supports only visible table rendering; CSV support exists in the FE hook but is not exposed as a visible button in this tab today.
Verification status
- status:
verified_backend - last verified:
2026-04-18 - note: FE request contract and
gs-admin-backendreport controller/service path are traced.